ports/opt (3.0): mailx: update to 14.5, enable readline support
commit 72851048347f739c90c8a62e2a1f657a84e7e967 Author: Juergen Daubert <jue@jue.li> Date: Fri Dec 20 20:03:54 2013 +0100 mailx: update to 14.5, enable readline support diff --git a/mailx/.md5sum b/mailx/.md5sum index c0b027b..4f447ae 100644 --- a/mailx/.md5sum +++ b/mailx/.md5sum @@ -1 +1 @@ -70c7fd8e71d129f2b61e9e3ff0c429ad s-nail-14_4_5.tar.gz +5fb7f39b626a4d8d1e25ea109cb3b028 s-nail-14_5.tar.gz diff --git a/mailx/Pkgfile b/mailx/Pkgfile index 9fbbead..961b763 100644 --- a/mailx/Pkgfile +++ b/mailx/Pkgfile @@ -1,10 +1,10 @@ # Description: Replacement for Berkeley Mail and System V mailx command # URL: http://nail.sourceforge.net/ # Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: openssl +# Depends on: openssl readline name=mailx -version=14.4.5 +version=14.5 release=1 source=(http://downloads.sourceforge.net/project/s-nail/s-nail-${version//./_}.tar.gz) @@ -19,7 +19,7 @@ build() { SYSCONFRC=/usr/etc/mailx.rc \ MAILSPOOL=/var/spool/mail \ DESTDIR=$PKG \ - WANT_LINE_EDITOR=0 + WANT_READLINE=1 ln -s mailx $PKG/usr/bin/Mail ln -s mailx $PKG/usr/bin/mail
participants (1)
-
crux@crux.nu