diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-10 15:17:17 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-10 15:17:17 +0000 |
commit | 54da4e99345a5b98b60c017fb8ad67e82185cb51 (patch) | |
tree | 38089df5473e12c88c4724caf5bbcf4aa9a6faec /mail/heirloom-mailx | |
parent | f3967b493743447bebfb386bbdeee6fac4270e86 (diff) | |
download | ports-54da4e99345a5b98b60c017fb8ad67e82185cb51.tar.gz ports-54da4e99345a5b98b60c017fb8ad67e82185cb51.zip |
Update to version 9.27
PR: 27999
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
Notes
Notes:
svn path=/head/; revision=43765
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r-- | mail/heirloom-mailx/Makefile | 2 | ||||
-rw-r--r-- | mail/heirloom-mailx/distinfo | 2 | ||||
-rw-r--r-- | mail/heirloom-mailx/files/patch-ab | 11 |
3 files changed, 8 insertions, 7 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile index 5ceaea906350..433be637a302 100644 --- a/mail/heirloom-mailx/Makefile +++ b/mail/heirloom-mailx/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nail -PORTVERSION= 9.26 +PORTVERSION= 9.27 CATEGORIES= mail MASTER_SITES= http://omnibus.ruf.uni-freiburg.de/~gritter/archive/nail/ diff --git a/mail/heirloom-mailx/distinfo b/mail/heirloom-mailx/distinfo index 867440789efc..8aec276515d6 100644 --- a/mail/heirloom-mailx/distinfo +++ b/mail/heirloom-mailx/distinfo @@ -1 +1 @@ -MD5 (nail-9.26.tar.gz) = 05df240bab19b609680e0bcaa1ea6933 +MD5 (nail-9.27.tar.gz) = 6a2990c5e9e60f26dc5823b01172e824 diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab index 74512a6c1871..6e17c4aa8a97 100644 --- a/mail/heirloom-mailx/files/patch-ab +++ b/mail/heirloom-mailx/files/patch-ab @@ -1,13 +1,14 @@ ---- Makefile.in.orig Mon Feb 26 16:15:11 2001 -+++ Makefile.in Mon Feb 26 16:20:32 2001 -@@ -392,8 +392,8 @@ +--- Makefile.in.orig Sat Jun 9 18:40:06 2001 ++++ Makefile.in Sat Jun 9 18:40:51 2001 +@@ -392,9 +392,8 @@ install-data-local: - -test -f $(DESTDIR)/etc/nail.rc || \ -- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc +- { $(mkinstalldirs) $(DESTDIR)/etc; \ +- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc; } + -test -f $(sysconfdir)/nail.rc || \ -+ $(INSTALL_DATA) $(srcdir)/nail.rc $(sysconfdir)/nail.rc ++ $(INSTALL_DATA) $(srcdir)/nail.rc $(sysconfdir)/nail.rc # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. |