From 8d5db85fe8ec673380601d638857f8395a92f32b Mon Sep 17 00:00:00 2001 From: des Date: Sun, 11 Mar 2001 02:35:31 +0000 Subject: Update to 20010310, and fix the same chown bug as in news/inn. --- news/inn-stable/Makefile | 2 +- news/inn-stable/distinfo | 2 +- news/inn-stable/files/patch-aa | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 news/inn-stable/files/patch-aa (limited to 'news') 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) + -- cgit