pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www PR/36855 - Michael -- don't create duplicate Liste...
details: https://anonhg.NetBSD.org/pkgsrc/rev/71eb6f5a9d89
branches: trunk
changeset: 532681:71eb6f5a9d89
user: jnemeth <jnemeth%pkgsrc.org@localhost>
date: Tue Aug 28 23:56:26 2007 +0000
description:
PR/36855 - Michael -- don't create duplicate Listen directives
diffstat:
www/apache2/Makefile | 6 ++----
www/apache22/Makefile | 6 ++----
2 files changed, 4 insertions(+), 8 deletions(-)
diffs (56 lines):
diff -r cf08974793c9 -r 71eb6f5a9d89 www/apache2/Makefile
--- a/www/apache2/Makefile Tue Aug 28 21:43:35 2007 +0000
+++ b/www/apache2/Makefile Tue Aug 28 23:56:26 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.115 2007/07/04 20:55:03 jlam Exp $
+# $NetBSD: Makefile,v 1.116 2007/08/28 23:57:06 jnemeth Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/
@@ -207,12 +207,10 @@
do \
${AWK} ' \
/^Listen[ ]*80/ { \
- print; \
printf "%s", "Listen 0.0.0.0:80\n"; \
next; \
} \
/^Listen[ ]*443/ { \
- print; \
printf "%s", "Listen 0.0.0.0:443\n"; \
next; \
} \
diff -r cf08974793c9 -r 71eb6f5a9d89 www/apache22/Makefile
--- a/www/apache22/Makefile Tue Aug 28 21:43:35 2007 +0000
+++ b/www/apache22/Makefile Tue Aug 28 23:56:26 2007 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2007/07/04 20:55:03 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2007/08/28 23:56:26 jnemeth Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= www
HOMEPAGE= http://httpd.apache.org/
@@ -232,12 +232,10 @@
do \
${AWK} ' \
/^Listen[ ]*80/ { \
- print; \
printf "%s", "Listen 0.0.0.0:80\n"; \
next; \
} \
/^Listen[ ]*443/ { \
- print; \
printf "%s", "Listen 0.0.0.0:443\n"; \
next; \
} \
Home |
Main Index |
Thread Index |
Old Index