pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Move the PKGREVISION from the Makefile.common. It shou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6551653ac05d
branches:  trunk
changeset: 494220:6551653ac05d
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat May 21 03:49:52 2005 +0000

description:
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:

 devel/apr/Makefile          |  3 ++-
 www/apache2/Makefile        |  3 ++-
 www/apache2/Makefile.common |  3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)

diffs (42 lines):

diff -r 4f578c7f6d06 -r 6551653ac05d devel/apr/Makefile
--- a/devel/apr/Makefile        Sat May 21 03:31:26 2005 +0000
+++ b/devel/apr/Makefile        Sat May 21 03:49:52 2005 +0000
@@ -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 -r 4f578c7f6d06 -r 6551653ac05d www/apache2/Makefile
--- a/www/apache2/Makefile      Sat May 21 03:31:26 2005 +0000
+++ b/www/apache2/Makefile      Sat May 21 03:49:52 2005 +0000
@@ -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 -r 4f578c7f6d06 -r 6551653ac05d www/apache2/Makefile.common
--- a/www/apache2/Makefile.common       Sat May 21 03:31:26 2005 +0000
+++ b/www/apache2/Makefile.common       Sat May 21 03:49:52 2005 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index