summaryrefslogtreecommitdiffstats
path: root/mail/heirloom-mailx
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2001-02-27 02:03:00 +0000
committersteve <steve@FreeBSD.org>2001-02-27 02:03:00 +0000
commitaf9177e69788463eee9ff51b6eba423ebb1ebfe8 (patch)
tree7737f750af96a301e5e0a2be0bfda7c546882285 /mail/heirloom-mailx
parent828bf5dd12b01d694745289281143d97bd11e837 (diff)
downloadFreeBSD-ports-af9177e69788463eee9ff51b6eba423ebb1ebfe8.zip
FreeBSD-ports-af9177e69788463eee9ff51b6eba423ebb1ebfe8.tar.gz
Update to version 9.26.
PR: 25387 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'mail/heirloom-mailx')
-rw-r--r--mail/heirloom-mailx/Makefile2
-rw-r--r--mail/heirloom-mailx/distinfo2
-rw-r--r--mail/heirloom-mailx/files/patch-ab13
-rw-r--r--mail/heirloom-mailx/files/patch-ac11
-rw-r--r--mail/heirloom-mailx/pkg-plist2
5 files changed, 26 insertions, 4 deletions
diff --git a/mail/heirloom-mailx/Makefile b/mail/heirloom-mailx/Makefile
index 2bec96d..5ceaea9 100644
--- a/mail/heirloom-mailx/Makefile
+++ b/mail/heirloom-mailx/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nail
-PORTVERSION= 9.25
+PORTVERSION= 9.26
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 55024ae..8674407 100644
--- a/mail/heirloom-mailx/distinfo
+++ b/mail/heirloom-mailx/distinfo
@@ -1 +1 @@
-MD5 (nail-9.25.tar.gz) = 82127b577bc66298085181499250d93c
+MD5 (nail-9.26.tar.gz) = 05df240bab19b609680e0bcaa1ea6933
diff --git a/mail/heirloom-mailx/files/patch-ab b/mail/heirloom-mailx/files/patch-ab
new file mode 100644
index 0000000..74512a6
--- /dev/null
+++ b/mail/heirloom-mailx/files/patch-ab
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Mon Feb 26 16:15:11 2001
++++ Makefile.in Mon Feb 26 16:20:32 2001
+@@ -392,8 +392,8 @@
+
+
+ install-data-local:
+- -test -f $(DESTDIR)/etc/nail.rc || \
+- $(INSTALL_DATA) $(srcdir)/nail.rc $(DESTDIR)/etc/nail.rc
++ -test -f $(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.
diff --git a/mail/heirloom-mailx/files/patch-ac b/mail/heirloom-mailx/files/patch-ac
new file mode 100644
index 0000000..cceb71d
--- /dev/null
+++ b/mail/heirloom-mailx/files/patch-ac
@@ -0,0 +1,11 @@
+--- configure.orig Sat Feb 17 16:24:48 2001
++++ configure Mon Feb 26 19:35:15 2001
+@@ -1335,7 +1335,7 @@
+ test "$libdir" = '${exec_prefix}/lib' && libdir=${prefix}/lib
+ test "$sysconfdir" = '/etc' && sysconfdir=/etc
+ cat >> confdefs.h <<EOF
+-#define PATH_MASTER_RC "/etc/nail.rc"
++#define PATH_MASTER_RC "`eval echo ${sysconfdir}/nail.rc`"
+ EOF
+
+
diff --git a/mail/heirloom-mailx/pkg-plist b/mail/heirloom-mailx/pkg-plist
index 96a5a27..7ff95a6 100644
--- a/mail/heirloom-mailx/pkg-plist
+++ b/mail/heirloom-mailx/pkg-plist
@@ -1,4 +1,2 @@
bin/nail
etc/nail.rc
-lib/nail.help
-lib/nail.tildehelp
OpenPOWER on IntegriCloud