diff options
author | Juergen Daubert <jue@jue.li> | 2021-02-24 11:48:48 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2021-02-24 11:48:48 +0100 |
commit | eeff1c2696c4d575ce415df0fabc44f174c3a997 (patch) | |
tree | a8a36461a6ceb1f83a9a431d38eb92b3884caf9e /mailx | |
parent | 7d56d8d15f416067d2cd4eccfb7ee1432b00b191 (diff) | |
download | opt-eeff1c2696c4d575ce415df0fabc44f174c3a997.tar.gz opt-eeff1c2696c4d575ce415df0fabc44f174c3a997.tar.xz |
mailx: update to 14.9.22
Diffstat (limited to 'mailx')
-rw-r--r-- | mailx/.signature | 6 | ||||
-rw-r--r-- | mailx/Pkgfile | 32 |
2 files changed, 19 insertions, 19 deletions
diff --git a/mailx/.signature b/mailx/.signature index 590cea3cb..75c93f337 100644 --- a/mailx/.signature +++ b/mailx/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Rj6TXSyRzTR2C+CoofblCRS15lR1eUmqYix/LF+SVPpdYWuoRO0qx/Cd/YdKZEfSoXVzjE4OVT081Tp6i3uRg8= -SHA256 (Pkgfile) = 08e7657580d5667e5e5d5eb05d1f72e8f8bb9bc43f9b1e5e845fcb619258591c +RWSE3ohX2g5d/SMZWDaUm2hxx+50COf03cMVcRpc01g/hSBjnVKoGVjWUuTiKKitBupsoKIu4tLMyia7sx04vHOAuotBzTywzwg= +SHA256 (Pkgfile) = 123ec2b455c03442c36eb07d5a8b81e39da41b61c9bc9c616d3176a421edac0f SHA256 (.footprint) = 62549f5c884508081b5c4bff99e25cda7d85b983b584502a3e5a8e027f46a985 -SHA256 (s-nail-14.9.21.tar.xz) = bf21d72531f85b8882c5a583ce96c901104ce0102a287c7ad680ef068c2ceafd +SHA256 (s-nail-14.9.22.tar.xz) = e5dfb7d5bcc5d2d1126f2e826569ee0f149aac3f2a8a6b7c23985ffc3a1def0b diff --git a/mailx/Pkgfile b/mailx/Pkgfile index 8ca1ac05e..d279e0308 100644 --- a/mailx/Pkgfile +++ b/mailx/Pkgfile @@ -1,28 +1,28 @@ # Description: Replacement for Berkeley Mail and System V mailx command -# URL: http://www.sdaoden.eu/code.html -# Maintainer: Juergen Daubert, jue at crux dot nu -# Depends on: openssl ncurses +# URL: http://www.sdaoden.eu/code.html +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: openssl ncurses name=mailx -version=14.9.21 +version=14.9.22 release=1 source=(https://www.sdaoden.eu/downloads/s-nail-$version.tar.xz) build() { - cd s-nail-$version + cd s-nail-$version - make config \ - VAL_SID= \ - VAL_MAILX=mailx \ - VAL_PREFIX=/usr \ - VAL_LIBEXECDIR=/usr/lib/mailx \ - OPT_AUTOCC=no + make config \ + VAL_SID= \ + VAL_MAILX=mailx \ + VAL_PREFIX=/usr \ + VAL_LIBEXECDIR=/usr/lib/mailx \ + OPT_AUTOCC=no - make DESTDIR=$PKG install + make DESTDIR=$PKG install - chmod -R u+w $PKG + chmod -R u+w $PKG - ln -s mailx $PKG/usr/bin/Mail - ln -s mailx $PKG/usr/bin/mail - ln -s mailx.1 $PKG/usr/share/man/man1/mail.1 + ln -s mailx $PKG/usr/bin/Mail + ln -s mailx $PKG/usr/bin/mail + ln -s mailx.1 $PKG/usr/share/man/man1/mail.1 } |