summaryrefslogtreecommitdiff
path: root/news/inn-stable
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-03-11 02:35:31 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-03-11 02:35:31 +0000
commit8385507d917026bcd7a9edbf4380e504cd969e96 (patch)
tree4dd6d7d69f3af4485e761fb08f7c84614fbaef2a /news/inn-stable
parentAdd $FreeBSD$ so I can more easily track this. (diff)
Update to 20010310, and fix the same chown bug as in news/inn.
Notes
Notes: svn path=/head/; revision=39524
Diffstat (limited to 'news/inn-stable')
-rw-r--r--news/inn-stable/Makefile2
-rw-r--r--news/inn-stable/distinfo2
-rw-r--r--news/inn-stable/files/patch-aa13
3 files changed, 15 insertions, 2 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile
index a2ed79b47455..17aead6f1440 100644
--- a/news/inn-stable/Makefile
+++ b/news/inn-stable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= inn
-SNAPSHOT= 20010306
+SNAPSHOT= 20010310
PORTVERSION= 2.3.${SNAPSHOT}
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/
diff --git a/news/inn-stable/distinfo b/news/inn-stable/distinfo
index f8236e88e871..dc7582438afc 100644
--- a/news/inn-stable/distinfo
+++ b/news/inn-stable/distinfo
@@ -1 +1 @@
-MD5 (inn-STABLE-20010306.tar.gz) = 2946f55e40642abf1180723c86dedee9
+MD5 (inn-STABLE-20010310.tar.gz) = f094ccc73045a5d54db6e1aad57d3afd
diff --git a/news/inn-stable/files/patch-aa b/news/inn-stable/files/patch-aa
new file mode 100644
index 000000000000..cb4a2a9c872f
--- /dev/null
+++ b/news/inn-stable/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Sun Mar 11 01:59:11 2001
++++ Makefile Sun Mar 11 01:59:56 2001
+@@ -81,7 +81,9 @@
+ directories:
+ @chmod +x support/install-sh
+ for D in $(INSTDIRS) ; do \
+- support/install-sh $(OWNER) -m 0755 -d $$D ; \
++ if [ ! -d $$D ] ; then \
++ support/install-sh $(OWNER) -m 0755 -d $$D ; \
++ fi ; \
+ done
+ support/install-sh $(OWNER) -m 0750 -d $(PATHRUN)
+