diff options
author | adam <adam@pkgsrc.org> | 2012-01-18 14:47:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-01-18 14:47:13 +0000 |
commit | 018630a908f330ebb929c7acf91abf077bac7343 (patch) | |
tree | c67a52c0eeb9ddbbbf269475dd1251992c788cdd /www/apache | |
parent | 459d57ea6c265a03f41b813f0368b03c3d493965 (diff) | |
download | pkgsrc-018630a908f330ebb929c7acf91abf077bac7343.tar.gz |
Revbump after db5 update
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 7f6cc02846c..2265a672800 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.199 2010/02/09 07:22:06 dholland Exp $ +# $NetBSD: Makefile,v 1.200 2012/01/18 14:48:32 adam Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). DISTNAME= apache_1.3.42 PKGNAME= ${DISTNAME:S/_/-/} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} |