[Slackbuilds-users] maildrop and courier-unicode updates for 15.0
andrew
andrew.david.strong at gmail.com
Thu Mar 3 08:12:07 UTC 2022
Attached is a patch to update maildrop and a patch to update its
required dependency courier-unicode.
courier unicode is a simple version bump, maildrop has dropped the
HTML docs (which duplicate the man pages), dropped a rarely used build
option and version bump.
Andrew
--
You think that's air you're breathing now?
-------------- next part --------------
diff --git a/network/maildrop/maildrop.SlackBuild b/network/maildrop/maildrop.SlackBuild
index 4a7501c3..78d5f551 100644
--- a/network/maildrop/maildrop.SlackBuild
+++ b/network/maildrop/maildrop.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for maildrop
#
# Copyright 2010 - 2019 ?ime Ramov <s at ramov.com>
-# Copyright 2019 - 2021 Andrew Strong, Blue Mountains, Australia.
+# Copyright 2019 - 2022 Andrew Strong, Blue Mountains, Australia.
#
# Permission to use, copy, modify, and distribute this software for
# any purpose with or without fee is hereby granted, provided that
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=maildrop
-VERSION=${VERSION:-3.0.1}
+VERSION=${VERSION:-3.0.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -91,7 +91,6 @@ CXXFLAGS="$SLKCFLAGS" \
--datadir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-dovecotauth \
- --with-devel \
--build=$ARCH-slackware-linux
make
@@ -107,12 +106,16 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -pv $PKG/usr/doc/$PRGNAM-$VERSION
-mv $PKG/usr/share/doc/$PRGNAM/html $PKG/usr/doc/$PRGNAM-$VERSION
-rm -rf $PKG/usr/share
-
cp -a \
AUTHORS COPYING* ChangeLog INSTALL README README.dovecotauth UPGRADE \
$PKG/usr/doc/$PRGNAM-$VERSION
+
+# The HTML docs are simply copies of the man pages, so are removed from
+# generated package. If you really want the HTML version of the man pages
+# simply uncomment the line below:
+# mv $PKG/usr/share/doc/$PRGNAM/html $PKG/usr/doc/$PRGNAM-$VERSION
+rm -rf $PKG/usr/share
+
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/network/maildrop/maildrop.info b/network/maildrop/maildrop.info
index 5becdd46..347b6dbc 100644
--- a/network/maildrop/maildrop.info
+++ b/network/maildrop/maildrop.info
@@ -1,8 +1,8 @@
PRGNAM="maildrop"
-VERSION="3.0.1"
+VERSION="3.0.7"
HOMEPAGE="http://www.courier-mta.org/maildrop/"
-DOWNLOAD="https://download.sourceforge.net/courier/maildrop-3.0.1.tar.bz2"
-MD5SUM="28f6a5dfa6da4110719240696d528299"
+DOWNLOAD="https://download.sourceforge.net/courier/maildrop-3.0.7.tar.bz2"
+MD5SUM="7ae78e4dc2b0ad9a2d1d1d3e5d619e76"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="courier-unicode"
-------------- next part --------------
diff --git a/network/courier-unicode/courier-unicode.SlackBuild b/network/courier-unicode/courier-unicode.SlackBuild
index 90c7f3be..04beef2c 100644
--- a/network/courier-unicode/courier-unicode.SlackBuild
+++ b/network/courier-unicode/courier-unicode.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for courier unicode
#
# Copyright 2015 - 2019 Derek Noonburg (derekn at foolabs.com)
-# Copyright 2019 - 2021 Andrew Strong, Blue Mountains, Australia.
+# Copyright 2019 - 2022 Andrew Strong, Blue Mountains, Australia.
#
# Permission to use, copy, modify, and distribute this software for
# any purpose with or without fee is hereby granted, provided that
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=courier-unicode
-VERSION=${VERSION:-2.1.2}
+VERSION=${VERSION:-2.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/network/courier-unicode/courier-unicode.info b/network/courier-unicode/courier-unicode.info
index 79b4f414..70f4f8db 100644
--- a/network/courier-unicode/courier-unicode.info
+++ b/network/courier-unicode/courier-unicode.info
@@ -1,8 +1,8 @@
PRGNAM="courier-unicode"
-VERSION="2.1.2"
+VERSION="2.2.3"
HOMEPAGE="http://www.courier-mta.org/unicode/"
-DOWNLOAD="https://download.sourceforge.net/courier/courier-unicode-2.1.2.tar.bz2"
-MD5SUM="f35eb33593aa81a8a15c7d40cf5fb9b5"
+DOWNLOAD="https://download.sourceforge.net/courier/courier-unicode-2.2.3.tar.bz2"
+MD5SUM="2a3be811e113840500253c2b14bb1d7c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
More information about the SlackBuilds-users
mailing list