summaryrefslogtreecommitdiff
path: root/www/apache13
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-10-21 19:27:12 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-10-21 19:27:12 +0000
commitaf0efb65b66f88b5486a32c1588b25ab4345ec92 (patch)
treee7a422e3a5c49103d77965a2e0e7ef47b6005c48 /www/apache13
parentRemove myself from MAINTAINER (diff)
Fix Group replacing in httpd.conf
Notes
Notes: svn path=/head/; revision=49035
Diffstat (limited to 'www/apache13')
-rw-r--r--www/apache13/Makefile2
-rw-r--r--www/apache13/files/patch-ab9
2 files changed, 8 insertions, 3 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index ef352b6bbdef..9918ba277da1 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -7,7 +7,7 @@
PORTNAME= apache
PORTVERSION= 1.3.22
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
diff --git a/www/apache13/files/patch-ab b/www/apache13/files/patch-ab
index 094541ae3f37..8e4daa3d356e 100644
--- a/www/apache13/files/patch-ab
+++ b/www/apache13/files/patch-ab
@@ -1,5 +1,5 @@
--- Makefile.tmpl.orig Sun Oct 7 02:01:09 2001
-+++ Makefile.tmpl Wed Oct 17 06:50:16 2001
++++ Makefile.tmpl Sun Oct 21 23:17:01 2001
@@ -270,10 +270,12 @@
$(MKDIR) $(root)$(mandir)/man1
$(MKDIR) $(root)$(mandir)/man8
@@ -71,7 +71,7 @@
@echo "Copying tree $(TOP)/icons/ -> $(root)$(iconsdir)/"; \
(cd $(TOP)/icons/ && $(TAR) $(TAROPT) - *) |\
(cd $(root)$(iconsdir)/ && $(TAR) -xf -); \
-@@ -522,10 +531,10 @@
+@@ -522,14 +531,14 @@
-e 's;logs/accept\.lock;$(runtimedir)/$(TARGET).lock;' \
-e 's;logs/apache_runtime_status;$(runtimedir)/$(TARGET).scoreboard;' \
-e 's;logs/httpd\.pid;$(runtimedir)/$(TARGET).pid;' \
@@ -86,3 +86,8 @@
-e 's;conf/magic;$(sysconfdir)/magic;' \
-e 's;conf/mime\.types;$(sysconfdir)/mime.types;' \
-e 's;User nobody;User $(conf_user);' \
+- -e 's;Group #-1;Group $(conf_group);' \
++ -e 's;Group "#-1";Group $(conf_group);' \
+ -e 's;Port 80;Port $(conf_port);' \
+ -e 's;ServerAdmin you@your.address;ServerAdmin $(conf_serveradmin);' \
+ -e 's;ServerName new.host.name;ServerName $(conf_servername);' \