diff options
author | tv <tv@pkgsrc.org> | 2007-02-11 16:05:51 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-02-11 16:05:51 +0000 |
commit | 55140b809c85d237ca018f9fc4f4937e47fac847 (patch) | |
tree | 03fc469098db43630b3132f61ce9eba8a68b756e /devel | |
parent | f209d5f6aaedfba1b266ffcb17cc08c8a7de6f57 (diff) | |
download | pkgsrc-55140b809c85d237ca018f9fc4f4937e47fac847.tar.gz |
When this moved to devel/apr0, PKGREVISION should have been bumped. The
package records the package subdir in the +BUILD_INFO, which is used by
several pkgtools to look up metainformation about the package, and that
metainfo will be wrong until the package is rebuilt (now as nb3).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr0/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index 20c1bfd6c90..6a5efb81906 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/01/24 19:31:24 epg Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/11 16:05:51 tv Exp $ .include "../../www/apache2/Makefile.common" PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel HOMEPAGE= http://apr.apache.org/ |