diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-06-10 15:17:17 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-06-10 15:17:17 +0000 |
commit | 910e31bfd2454e6bd0d407cd9e700ca0dd7470be (patch) | |
tree | c7206160ca0fbbacc72670c89d62a8db49183961 /mail/heirloom-mailx | |
parent | 60d3f6dd3d1eff6184ad5e0dd314c7570c0c0488 (diff) | |
download | FreeBSD-ports-910e31bfd2454e6bd0d407cd9e700ca0dd7470be.zip FreeBSD-ports-910e31bfd2454e6bd0d407cd9e700ca0dd7470be.tar.gz |
Update to version 9.27
PR: 27999
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
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 5ceaea9..433be63 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 8674407..8aec276 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 74512a6..6e17c4a 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. |