diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/apache/Makefile | 4 | ||||
-rw-r--r-- | www/apache2/Makefile | 4 | ||||
-rw-r--r-- | www/hiawatha/Makefile | 4 | ||||
-rw-r--r-- | www/iasp/Makefile | 4 | ||||
-rw-r--r-- | www/jakarta-tomcat/Makefile | 3 | ||||
-rw-r--r-- | www/jakarta-tomcat4/Makefile | 3 | ||||
-rw-r--r-- | www/privoxy/Makefile | 4 | ||||
-rw-r--r-- | www/screws/Makefile | 4 | ||||
-rw-r--r-- | www/squid/Makefile | 4 | ||||
-rw-r--r-- | www/thttpd/Makefile | 4 | ||||
-rw-r--r-- | www/thy/Makefile | 4 | ||||
-rw-r--r-- | www/tinyproxy/Makefile | 4 | ||||
-rw-r--r-- | www/wwwoffle/Makefile | 3 |
13 files changed, 26 insertions, 23 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 5baf904e3d0..b0f95875fbc 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.158 2004/11/26 18:52:47 jlam Exp $ +# $NetBSD: Makefile,v 1.159 2004/12/28 02:47:50 reed Exp $ # # 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.33 PKGNAME= ${DISTNAME:S/_/-/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} diff --git a/www/apache2/Makefile b/www/apache2/Makefile index c0efaa09f42..b3d4d8ba271 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.61 2004/12/18 08:42:12 adrianp Exp $ +# $NetBSD: Makefile,v 1.62 2004/12/28 02:47:50 reed Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index cb0b61ff808..4dab9227096 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2004/06/28 17:28:58 abs Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/28 02:47:50 reed Exp $ # DISTNAME= hiawatha PKGNAME= hiawatha-0.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc www MASTER_SITES= ${HOMEPAGE} ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .zip diff --git a/www/iasp/Makefile b/www/iasp/Makefile index 8fa5e56881e..0ac43979ed3 100644 --- a/www/iasp/Makefile +++ b/www/iasp/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:27:59 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/28 02:47:50 reed Exp $ .include "../iasp/Makefile.common" PKGNAME= iasp-${IASP_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= Instant ASP: Java implementation of Active Server Pages SCRIPTS_ENV+= CAT=${CAT:Q} diff --git a/www/jakarta-tomcat/Makefile b/www/jakarta-tomcat/Makefile index 9d12bff3019..22da0a76375 100644 --- a/www/jakarta-tomcat/Makefile +++ b/www/jakarta-tomcat/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.49 2004/10/11 21:15:48 abs Exp $ +# $NetBSD: Makefile,v 1.50 2004/12/28 02:47:50 reed Exp $ DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} +PKGREVISION= 1 CATEGORIES= www java # The list of sites to download is generated by a jakarta website. # The getsite.sh script parses the HTML and extracts the urls. diff --git a/www/jakarta-tomcat4/Makefile b/www/jakarta-tomcat4/Makefile index e4bb0c47993..9ea50ba446d 100644 --- a/www/jakarta-tomcat4/Makefile +++ b/www/jakarta-tomcat4/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/06/28 17:28:58 abs Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/28 02:47:50 reed Exp $ PKGNAME= jakarta-tomcat4-${TOMCAT_VERSION} DISTNAME= jakarta-tomcat-${TOMCAT_VERSION} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= www java # The list of sites to download is generated by a jakarta website. diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 02a4dd6e7f8..65beecfa382 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2004/12/18 20:58:30 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/12/28 02:47:50 reed Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src PKGNAME= privoxy-3.0.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ijbswa/} diff --git a/www/screws/Makefile b/www/screws/Makefile index 986c96f1f06..878fe20c28e 100644 --- a/www/screws/Makefile +++ b/www/screws/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:18:27 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/28 02:47:50 reed Exp $ # DISTNAME= screws-0.54 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://ftp.nopcode.org/prj/screws/ diff --git a/www/squid/Makefile b/www/squid/Makefile index b4259ce47b6..1d48d0e33e6 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.120 2004/12/14 14:27:07 taca Exp $ +# $NetBSD: Makefile,v 1.121 2004/12/28 02:47:51 reed Exp $ DISTNAME= squid-2.5.STABLE7 PKGNAME= squid-2.5.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.squid-cache.org/Versions/v2/2.5/ \ ftp://ftp.leo.org/pub/comp/general/infosys/www/daemons/squid/squid-2/STABLE/ \ diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 0aca7257518..692390816cb 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.28 2004/09/14 08:32:16 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/28 02:47:51 reed Exp $ DISTNAME= thttpd-2.25b -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/www/thy/Makefile b/www/thy/Makefile index a568597591f..affd396b868 100644 --- a/www/thy/Makefile +++ b/www/thy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2004/10/03 00:18:27 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/28 02:47:51 reed Exp $ # DISTNAME= thy-0.9.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ftp://bonehunter.rulez.org/pub/thy/stable/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index 8d456ccf28a..4a2f93acb3c 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:18:27 tv Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/28 02:47:51 reed Exp $ # DISTNAME= tinyproxy-1.6.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tinyproxy/} diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index 6c4a5bb7854..080c3ff2f44 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.51 2004/08/29 15:03:46 recht Exp $ +# $NetBSD: Makefile,v 1.52 2004/12/28 02:47:52 reed Exp $ DISTNAME= wwwoffle-2.8c +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/www/servers/} \ ftp://ftp.demon.co.uk/pub/unix/httpd/ \ |