diff options
author | ache <ache@FreeBSD.org> | 2000-02-26 18:35:12 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-02-26 18:35:12 +0800 |
commit | 8652aec7692eb14fbb6fd39c31945a13774ab628 (patch) | |
tree | e90c66fac770a78d8edb13a34561b31898c236f9 /www/apache21/Makefile | |
parent | 72bc17d366c18a786597abfd826d0ea3b06de8b3 (diff) | |
download | freebsd-ports-gnome-8652aec7692eb14fbb6fd39c31945a13774ab628.tar.gz freebsd-ports-gnome-8652aec7692eb14fbb6fd39c31945a13774ab628.tar.zst freebsd-ports-gnome-8652aec7692eb14fbb6fd39c31945a13774ab628.zip |
upgrade to 1.3.12
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r-- | www/apache21/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 7cb945beacb9..d81c6e81af7c 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 |