mailx: update to 14.8.6

This commit is contained in:
Juergen Daubert 2015-12-29 09:37:32 +01:00
parent e5e0fe0f2e
commit c6ef29fc73
3 changed files with 8 additions and 9 deletions

View File

@ -8,7 +8,8 @@ drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/mailx/
-rwsr-xr-x root/root usr/lib/mailx/mailx-privsep
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
lrwxrwxrwx root/root usr/man/man1/mail.1.gz -> mailx.1.gz
-rw-r--r-- root/root usr/man/man1/mailx.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
lrwxrwxrwx root/root usr/share/man/man1/mail.1.gz -> mailx.1.gz
-rw-r--r-- root/root usr/share/man/man1/mailx.1.gz

View File

@ -1 +1 @@
33cf29a151f92e4f48aff571c2914dad s-nail-14_8_5.tar.xz
870220957cd3706558e71e935eca0897 s-nail-14_8_6.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: openssl readline
name=mailx
version=14.8.5
version=14.8.6
release=1
source=(http://downloads.sourceforge.net/project/s-nail/s-nail-${version//./_}.tar.xz)
@ -16,8 +16,6 @@ build() {
SID= \
PREFIX=/usr \
LIBEXECDIR=/usr/lib/mailx \
MANDIR=/usr/man \
SYSCONFRC=/usr/etc/mailx.rc \
DESTDIR=$PKG \
WANT_AUTOCC=no \
WANT_READLINE=yes
@ -26,5 +24,5 @@ build() {
ln -s mailx $PKG/usr/bin/Mail
ln -s mailx $PKG/usr/bin/mail
ln -s mailx.1 $PKG/usr/man/man1/mail.1
ln -s mailx.1 $PKG/usr/share/man/man1/mail.1
}