diff options
Diffstat (limited to 'www/apache6/Makefile')
-rw-r--r-- | www/apache6/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile index 7ec04d10249..2e2f07f981f 100644 --- a/www/apache6/Makefile +++ b/www/apache6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/17 17:21:54 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2001/03/01 04:03:08 itojun Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -10,8 +10,8 @@ # sanity fixes in apache module API (for example, avoid u_long for IPv4 addrs) # -DISTNAME= apache_1.3.17 -PKGNAME= apache6-1.3.17.1 +DISTNAME= apache_1.3.19 +PKGNAME= apache6-1.3.19 CATEGORIES= www MASTER_SITES= http://httpd.apache.org/dist/ \ http://www.netbsd.org/images/logos/ @@ -19,10 +19,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ sitedrivenby.gif # IPv6 patch, needs -p1 MASTER_SITES+= ftp://ftp.kame.net/pub/kame/misc/ -DISTFILES+= apache-1.3.17-v6-20010206a.diff.gz - -PATCH_SITES= http://httpd.apache.org/dist/ -PATCHFILES= apache_1.3.17-fix.diff +DISTFILES+= apache-1.3.19-v6-20010301a.diff.gz MAINTAINER= jlam@netbsd.org HOMEPAGE= http://httpd.apache.org/ @@ -105,7 +102,7 @@ pre-patch: ${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \; post-patch: - for i in apache-1.3.17-v6-20010206a.diff.gz; do \ + for i in apache-1.3.19-v6-20010301a.diff.gz; do \ ${GZCAT} ${_DISTDIR}/$$i | \ ${PATCH} ${PATCH_DIST_ARGS:C/-p0/-p1/} \ || ( ${ECHO} Patch $$i failed ; exit 1 ) ; \ |