diff options
author | spaceman <spaceman@antispaceman.com> | 2023-05-01 12:23:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-06 08:28:23 +0700 |
commit | add2c0837e28bbf1d1223ea4e9dd1017a248f885 (patch) | |
tree | 282d4cbbe1b918562865540fa59f9e5ed12fcb76 /network/mpop | |
parent | 5b64c1e3e0fd99ec6c8e481ab6be0ba6e625a328 (diff) |
network/mpop: Updated for version 1.4.18. New maintainer.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mpop')
-rw-r--r-- | network/mpop/README | 2 | ||||
-rw-r--r-- | network/mpop/mpop.SlackBuild | 22 | ||||
-rw-r--r-- | network/mpop/mpop.info | 14 | ||||
-rw-r--r-- | network/mpop/slack-desc | 2 |
4 files changed, 19 insertions, 21 deletions
diff --git a/network/mpop/README b/network/mpop/README index 00adf573b4bd8..ea0ccad1cbde4 100644 --- a/network/mpop/README +++ b/network/mpop/README @@ -2,5 +2,3 @@ mpop is a small and fast POP3 client. Features include mail filtering, delivery to mbox files, maildir folders or a mail delivery agent, a very fast POP3 implementation, many authentication methods, good TLS/SSL support, IPv6 support, and more. - -Optional Dependency: libgsasl diff --git a/network/mpop/mpop.SlackBuild b/network/mpop/mpop.SlackBuild index 3d3b71a724530..094d068256be7 100644 --- a/network/mpop/mpop.SlackBuild +++ b/network/mpop/mpop.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mpop -# Copyright 2014 Marek Buras Silesia,Poland +# Copyright spaceman # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mpop -VERSION=${VERSION:-1.2.6} +VERSION=${VERSION:-1.4.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -64,14 +64,14 @@ else LIBDIRSUFFIX="" fi -set -e +set -e # Exit on most errors rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xf $CWD/$PRGNAM-$VERSION.tar.xz || exit 1 -cd $PRGNAM-$VERSION || exit 1 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +cd $PRGNAM-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ @@ -88,25 +88,25 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --infodir=/usr/info \ --mandir=/usr/man \ - --with-libgsasl \ + --disable-rpath \ --build=$ARCH-slackware-linux -make || exit 1 -make install-strip DESTDIR=$PKG || exit 1 +make +make install-strip DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true 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 rm -f $PKG/usr/info/dir -gzip -9 $PKG/usr/info/*.info* +gzip -n $PKG/usr/info/*.info* mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/scripts/vim cp -a AUTHORS COPYING ChangeLog NEWS NOTES README THANKS doc/mpoprc.example \ $PKG/usr/doc/$PRGNAM-$VERSION -cp -a scripts/vim/README -a scripts/vim/mpop.vim \ +cp -a scripts/vim/README scripts/vim/mpop.vim \ $PKG/usr/doc/$PRGNAM-$VERSION/scripts/vim cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/network/mpop/mpop.info b/network/mpop/mpop.info index 30cbe0300451f..7c491d38a8705 100644 --- a/network/mpop/mpop.info +++ b/network/mpop/mpop.info @@ -1,10 +1,10 @@ PRGNAM="mpop" -VERSION="1.2.6" -HOMEPAGE="http://mpop.sourceforge.net/" -DOWNLOAD="http://download.sourceforge.net/mpop/mpop-1.2.6.tar.xz" -MD5SUM="2298ddcf1defbf8e7097a1869c8d39d3" +VERSION="1.4.18" +HOMEPAGE="https://marlam.de/mpop" +DOWNLOAD="https://marlam.de/mpop/releases/mpop-1.4.18.tar.xz" +MD5SUM="c7671abcdb3fedf429c3e1a01d1d53d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libgsasl" -MAINTAINER="Marek Buras" -EMAIL="cyfr0n@onet.pl" +REQUIRES="" +MAINTAINER="spaceman" +EMAIL="spaceman@antispaceman.com" diff --git a/network/mpop/slack-desc b/network/mpop/slack-desc index 783c9d5c754a9..bb93deddb4734 100644 --- a/network/mpop/slack-desc +++ b/network/mpop/slack-desc @@ -13,7 +13,7 @@ mpop: delivery to mbox files, maildir folders or a mail delivery agent, a mpop: very fast POP3 implementation, many authentication methods, good mpop: TLS/SSL support, IPv6 support, and more. mpop: -mpop: Homepage: http://mpop.sourceforge.net/ +mpop: Homepage: https://marlam.de/mpop mpop: mpop: mpop: |