diff options
author | Andrew Strong <andrew.david.strong@gmail.com> | 2023-03-11 18:37:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 18:37:12 +0700 |
commit | a2d49396a9a39b96bd44a70420fc9f11f64b4b91 (patch) | |
tree | 7c804d916f44b343118b896c110bdc155432df3a /network/maildrop | |
parent | cb278e3842217b2eaee647624ff8a36fccf93cd2 (diff) |
network/maildrop: Updated for version 3.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/maildrop')
-rw-r--r-- | network/maildrop/maildrop.SlackBuild | 8 | ||||
-rw-r--r-- | network/maildrop/maildrop.info | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/network/maildrop/maildrop.SlackBuild b/network/maildrop/maildrop.SlackBuild index 78d5f5518bd7f..d1eb460382c60 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@ramov.com> -# Copyright 2019 - 2022 Andrew Strong, Blue Mountains, Australia. +# Copyright 2019 - 2023 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.7} +VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,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 @@ -96,7 +93,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -# Don't ship .la files: rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/network/maildrop/maildrop.info b/network/maildrop/maildrop.info index 347b6dbc3ee74..6ea3f1380df90 100644 --- a/network/maildrop/maildrop.info +++ b/network/maildrop/maildrop.info @@ -1,8 +1,8 @@ PRGNAM="maildrop" -VERSION="3.0.7" +VERSION="3.1.1" HOMEPAGE="http://www.courier-mta.org/maildrop/" -DOWNLOAD="https://download.sourceforge.net/courier/maildrop-3.0.7.tar.bz2" -MD5SUM="7ae78e4dc2b0ad9a2d1d1d3e5d619e76" +DOWNLOAD="https://download.sourceforge.net/courier/maildrop-3.1.1.tar.bz2" +MD5SUM="a88ab3f29b5f20ad7cc80a6b94392cc8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="courier-unicode" |