diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-12-27 22:47:56 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-12-27 22:47:56 +0000 |
commit | c4cd8ae7dddd5e434bb5f12656bf51902a07297f (patch) | |
tree | f9a6e7e00174a5ca4c59234b67020c5cbe7fe3dd /www/apache2/Makefile | |
parent | Add a patch to make Ctrl-D/Ctrl-U behave the way a seasoned (diff) |
Add official mod_rewrite fix
Notes
Notes:
svn path=/head/; revision=36417
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index bc5036c31eb1..68075988bd22 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -7,6 +7,7 @@ PORTNAME= apache PORTVERSION= 1.3.14 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.apache.org/dist/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/ \ @@ -25,6 +26,9 @@ MASTER_SITES= http://www.apache.org/dist/ \ ftp://apache.nextpath.com/pub/apache/dist/ DISTNAME= apache_${PORTVERSION} +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= apache_${PORTVERSION}-fix.diff + MAINTAINER= ache@freebsd.org Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 |