diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-02-26 10:35:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-02-26 10:35:12 +0000 |
commit | bac17ab43162a42c2514563257c2ec8456a80e1d (patch) | |
tree | b2132a27e7dad7e8135e409bc0d9d345f7d69876 /www/apache2/Makefile | |
parent | Update to version 0.7.27. (diff) |
upgrade to 1.3.12
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 7cb945beacb9..d81c6e81af7c 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= apache_1.3.11 -PKGNAME= apache-1.3.11 +DISTNAME= apache_1.3.12 +PKGNAME= apache-1.3.12 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -25,9 +25,6 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ -PATCH_SITES= http://www.apache.org/info/css-security/ -PATCHFILES= apache_1.3.11_css_patch.txt - MAINTAINER= ache@freebsd.org Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 |