diff options
author | reed <reed@pkgsrc.org> | 2004-10-02 15:54:29 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-02 15:54:29 +0000 |
commit | eda12ddc4e5997248532ac51a0289b3fbaa8f8b0 (patch) | |
tree | 22f87088487406ddf4e33733eeec102e2be1ffe5 /www | |
parent | 2eb2f93d00273c7ebeacd3bbf646662e45ee59a6 (diff) | |
download | pkgsrc-eda12ddc4e5997248532ac51a0289b3fbaa8f8b0.tar.gz |
Just added a comment to remember to look at removing PKGREVISION
for devel/apr when updating the apache2 version.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common index 0bd029d771f..839a709dde1 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,5 +1,6 @@ DISTNAME= httpd-${APACHE_VERSION} -# when updating this version be sure to update the checksum in devel/apr also +# When updating this version be sure to update the checksum and remove +# any PKGREVISION for devel/apr also. APACHE_VERSION= 2.0.52 APR_VERSION= 0.9.5 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ |