diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/apache/Makefile | 10 | ||||
-rw-r--r-- | www/apache/pkg/PLIST | 5 |
2 files changed, 9 insertions, 6 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 4cca55eaa87..d8576e76977 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2000/04/05 21:05:30 cjs Exp $ +# $NetBSD: Makefile,v 1.46 2000/04/24 13:13:22 tron 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 @@ -7,8 +7,8 @@ # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). -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.modssl.org/source/ \ @@ -17,12 +17,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${SSL_DISTNAME}${EXTRACT_SUFX} \ sitedrivenby.gif -MAINTAINER= tv@netbsd.org +MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.apache.org/ CONFLICTS= apache-*modssl-* apache6-* -SSL_DISTNAME= mod_ssl-2.5.0-1.3.11 +SSL_DISTNAME= mod_ssl-2.6.3-1.3.12 EXTRACT_ONLY= ${DISTFILES:N*.gif} HAS_CONFIGURE= YES diff --git a/www/apache/pkg/PLIST b/www/apache/pkg/PLIST index b046b373134..cb480aebf25 100644 --- a/www/apache/pkg/PLIST +++ b/www/apache/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2000/01/31 23:37:29 tron Exp $ +@comment $NetBSD: PLIST,v 1.14 2000/04/24 13:13:23 tron Exp $ bin/dbmmanage bin/htdigest bin/htpasswd @@ -86,9 +86,12 @@ share/httpd/htdocs/index.html.en share/httpd/htdocs/index.html.es share/httpd/htdocs/index.html.fr share/httpd/htdocs/index.html.it +share/httpd/htdocs/index.html.ja.jis share/httpd/htdocs/index.html.lu share/httpd/htdocs/index.html.nl +share/httpd/htdocs/index.html.po.iso-pl share/httpd/htdocs/index.html.pt +share/httpd/htdocs/index.html.pt-br share/httpd/htdocs/index.html.se share/httpd/htdocs/manual/LICENSE share/httpd/htdocs/manual/bind.html |