diff options
author | taca <taca> | 2008-01-21 14:30:01 +0000 |
---|---|---|
committer | taca <taca> | 2008-01-21 14:30:01 +0000 |
commit | 37695828ccb9c032839bb49ee743388cd9235bcd (patch) | |
tree | 07290c5b76a253fc13be565a980173bc8f4b5e3f /www | |
parent | e8eb7e9a2d0489f41ad0e4f67375d0eab9a68bf5 (diff) | |
download | pkgsrc-37695828ccb9c032839bb49ee743388cd9235bcd.tar.gz |
Start update of apr0 pacakge to 0.9.17 and apache2 package to 2.0.63.
Diffstat (limited to 'www')
-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 982a8c3fb7b..21235ea2231 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.22 2007/09/07 23:11:40 tron Exp $ +# $NetBSD: Makefile.common,v 1.23 2008/01/21 14:30:01 taca 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.61 -APR_VERSION= 0.9.16 +APACHE_VERSION= 2.0.63 +APR_VERSION= 0.9.17 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} \ http://www.NetBSD.org/images/logos/ |