network/mpop: Updated for version 1.2.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Marek Buras 2015-02-21 19:13:53 +07:00 committed by Willy Sudiarto Raharjo
parent 1c8d5e9c12
commit 2ccbae6cfd
3 changed files with 9 additions and 7 deletions

View file

@ -2,3 +2,5 @@ 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

View file

@ -2,7 +2,7 @@
# Slackware build script for mpop
# Copyright 2013 Marek Buras Silesia,Poland
# Copyright 2014 Marek Buras Silesia,Poland
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mpop
VERSION=${VERSION:-1.0.27}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar jxvf $CWD/$PRGNAM-$VERSION.tar.bz2 || exit 1
tar xf $CWD/$PRGNAM-$VERSION.tar.xz || exit 1
cd $PRGNAM-$VERSION || exit 1
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="mpop"
VERSION="1.0.27"
VERSION="1.2.2"
HOMEPAGE="http://mpop.sourceforge.net/"
DOWNLOAD="http://download.sourceforge.net/mpop/mpop-1.0.27.tar.bz2"
MD5SUM="3d040389e77ce2ef1fe6af2b1b805b3a"
DOWNLOAD="http://download.sourceforge.net/mpop/mpop-1.2.2.tar.xz"
MD5SUM="4ff3088fcbc94c70c66d6002435bfe9c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Marek Buras"
EMAIL="cyfr0n@go2.pl"
EMAIL="cyfr0n@onet.pl"