Browse Source

system/mailfromd: Update for version 9.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/226/head
Sergey Poznyakoff 1 year ago
committed by Willy Sudiarto Raharjo
parent
commit
73a7808f1c
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      system/mailfromd/doinst.sh
  2. 11
      system/mailfromd/mailfromd.SlackBuild
  3. 8
      system/mailfromd/mailfromd.info

2
system/mailfromd/doinst.sh

@ -11,5 +11,5 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/mailfromd/mailfromd.mf.new
config etc/mailfromd/mailfromd.mfl.new
config etc/rc.d/rc.mailfromd.new

11
system/mailfromd/mailfromd.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for mailfromd
# Copyright 2021 Sergey Poznyakoff <gray@gnu.org>
# Copyright 2021-2024 Sergey Poznyakoff <gray@gnu.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mailfromd
VERSION=${VERSION:-8.9}
VERSION=${VERSION:-9.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@ -101,12 +98,12 @@ rm -f $PKG/usr/info/dir
gzip -9 $PKG/usr/info/*.info*
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING ChangeLog NEWS README THANKS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cp AUTHORS COPYING ChangeLog NEWS README THANKS TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir $PKG/etc/rc.d
cat etc/rc.mailfromd > $PKG/etc/rc.d/rc.mailfromd.new
chmod +x $PKG/etc/rc.d/rc.mailfromd.new
mv $PKG/etc/mailfromd/mailfromd.mf $PKG/etc/mailfromd/mailfromd.mf.new
mv $PKG/etc/mailfromd/mailfromd.mfl $PKG/etc/mailfromd/mailfromd.mfl.new
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

8
system/mailfromd/mailfromd.info

@ -1,8 +1,8 @@
PRGNAM="mailfromd"
VERSION="8.9"
HOMEPAGE="http://puszcza.gnu.org.ua/software/mailfromd"
DOWNLOAD="http://download.gnu.org.ua/pub/release/mailfromd/mailfromd-8.9.tar.gz"
MD5SUM="77bb38237483616893b926356bc47103"
VERSION="9.0"
HOMEPAGE="https://www.gnu.org.ua/software/mailfromd"
DOWNLOAD="https://download.gnu.org.ua/pub/release/mailfromd/mailfromd-9.0.tar.gz"
MD5SUM="f38823a6ed3403754a9ae87bff5f412c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mailutils adns"

Loading…
Cancel
Save