diff options
author | reed <reed> | 2005-05-21 03:49:52 +0000 |
---|---|---|
committer | reed <reed> | 2005-05-21 03:49:52 +0000 |
commit | 22323722d6f38c8d3b512145db5fb3d1bdf46b32 (patch) | |
tree | bf35d1163c99ac8e71fee70aedaf4de803a0fe3a | |
parent | c8b1301487ba3128840fd4109197d90cc40360d5 (diff) | |
download | pkgsrc-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.
-rw-r--r-- | devel/apr/Makefile | 3 | ||||
-rw-r--r-- | www/apache2/Makefile | 3 | ||||
-rw-r--r-- | www/apache2/Makefile.common | 3 |
3 files changed, 5 insertions, 4 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index caa3d9912e6..42ccaadd213 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.34 2005/04/25 09:13:02 adam Exp $ +# $NetBSD: Makefile,v 1.35 2005/05/21 03:49:52 reed Exp $ .include "../../www/apache2/Makefile.common" PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION} CATEGORIES= devel +PKGREVISION= 1 HOMEPAGE= http://apr.apache.org/ COMMENT= Apache Portable Runtime 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. |