diff options
author | tron <tron@pkgsrc.org> | 2005-10-17 10:37:11 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-10-17 10:37:11 +0000 |
commit | 2a12e2c14d8a5cd46d887d8ff06e052d9cdc2240 (patch) | |
tree | b16ebf1529cacfd88a58d36cddbcdcff367977ae /www/apache2/Makefile.common | |
parent | 369f957efc994c7562b0c29b3bf3e660734a36a0 (diff) | |
download | pkgsrc-2a12e2c14d8a5cd46d887d8ff06e052d9cdc2240.tar.gz |
Update "apache2" package to version 2.0.55.
Patches supplied by Ben Collver. Addresses PR pkg/31817 by Zafer Aydogan.
Diffstat (limited to 'www/apache2/Makefile.common')
-rw-r--r-- | www/apache2/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common index 8a91cafc64b..b10d9cbdf7d 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.18 2005/05/21 03:49:52 reed Exp $ +# $NetBSD: Makefile.common,v 1.19 2005/10/17 10:37:11 tron Exp $ DISTNAME= httpd-${APACHE_VERSION} EXTRACT_SUFX= .tar.bz2 # When updating this version be sure to update the checksum and remove # any PKGREVISION for devel/apr also. -APACHE_VERSION= 2.0.54 -APR_VERSION= 0.9.6 +APACHE_VERSION= 2.0.55 +APR_VERSION= 0.9.7 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} \ http://www.NetBSD.org/images/logos/ |