Update to 20010310, and fix the same chown bug as in news/inn.
This commit is contained in:
parent
8365998ce0
commit
8385507d91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39524
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (inn-STABLE-20010306.tar.gz) = 2946f55e40642abf1180723c86dedee9
|
||||
MD5 (inn-STABLE-20010310.tar.gz) = f094ccc73045a5d54db6e1aad57d3afd
|
||||
|
13
news/inn-stable/files/patch-aa
Normal file
13
news/inn-stable/files/patch-aa
Normal file
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user