diff options
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 |