summaryrefslogtreecommitdiff
path: root/www/apache2
diff options
context:
space:
mode:
authorreed <reed>2005-05-21 03:49:52 +0000
committerreed <reed>2005-05-21 03:49:52 +0000
commit22323722d6f38c8d3b512145db5fb3d1bdf46b32 (patch)
treebf35d1163c99ac8e71fee70aedaf4de803a0fe3a /www/apache2
parentc8b1301487ba3128840fd4109197d90cc40360d5 (diff)
downloadpkgsrc-22323722d6f38c8d3b512145db5fb3d1bdf46b32.tar.gz
Move the PKGREVISION from the Makefile.common. It should be used
for revisions for a single package. I don't think this "suexec" PKGREVISION was meant for the apr package, but since it was used it is now there. I noticed this problem when building wip/apachebench2 which has nothing to do with suexec. Although, I did not make this change for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
Diffstat (limited to 'www/apache2')
-rw-r--r--www/apache2/Makefile3
-rw-r--r--www/apache2/Makefile.common3
2 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile
index 39e3bc92294..68196d29221 100644
--- a/www/apache2/Makefile
+++ b/www/apache2/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.73 2005/05/10 00:11:18 jlam Exp $
+# $NetBSD: Makefile,v 1.74 2005/05/21 03:49:52 reed Exp $
.include "Makefile.common"
PKGNAME= apache-${APACHE_VERSION}
CATEGORIES= www
+PKGREVISION= 1
HOMEPAGE= http://httpd.apache.org/
COMMENT= Apache HTTP (Web) server, version 2
diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common
index a81a62b1e67..8a91cafc64b 100644
--- a/www/apache2/Makefile.common
+++ b/www/apache2/Makefile.common
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.common,v 1.17 2005/05/18 19:10:01 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.18 2005/05/21 03:49:52 reed Exp $
DISTNAME= httpd-${APACHE_VERSION}
-PKGREVISION= 1
EXTRACT_SUFX= .tar.bz2
# When updating this version be sure to update the checksum and remove
# any PKGREVISION for devel/apr also.