summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-20 11:30:55 +0000
committergrant <grant@pkgsrc.org>2004-12-20 11:30:55 +0000
commit908e765695130d6340723ce48f94f3e3abce67cc (patch)
tree07688cee4aece15c5fae94df0e7830933046db2c /www
parent3f1c4333b9658c26f8ef4b6b508d5a32a0ec37ee (diff)
downloadpkgsrc-908e765695130d6340723ce48f94f3e3abce67cc.tar.gz
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-ASP/Makefile4
-rw-r--r--www/p5-Apache-AuthCookie/Makefile3
-rw-r--r--www/p5-Apache-AuthCookieDBI/Makefile3
-rw-r--r--www/p5-Apache-DBILogConfig/Makefile3
-rw-r--r--www/p5-Apache-DBILogger/Makefile3
-rw-r--r--www/p5-Apache-Filter/Makefile3
-rw-r--r--www/p5-Apache-Gallery/Makefile4
-rw-r--r--www/p5-Apache-Reload/Makefile3
-rw-r--r--www/p5-Apache-SSI/Makefile3
-rw-r--r--www/p5-Apache-Session-Wrapper/Makefile3
-rw-r--r--www/p5-Apache-Session/Makefile3
-rw-r--r--www/p5-Apache-Test/Makefile3
-rw-r--r--www/p5-Apache-ePerl/Makefile3
-rw-r--r--www/p5-CGI-Application/Makefile3
-rw-r--r--www/p5-CGI-FastTemplate/Makefile3
-rw-r--r--www/p5-CGI-FormBuilder/Makefile3
-rw-r--r--www/p5-CGI-Kwiki/Makefile3
-rw-r--r--www/p5-CGI-Minimal/Makefile3
-rw-r--r--www/p5-CGI-Session/Makefile3
-rw-r--r--www/p5-CGI/Makefile3
-rw-r--r--www/p5-CGI_Lite/Makefile3
-rw-r--r--www/p5-FCGI/Makefile3
-rw-r--r--www/p5-HTML-Clean/Makefile3
-rw-r--r--www/p5-HTML-FillInForm/Makefile3
-rw-r--r--www/p5-HTML-FixEntities/Makefile3
-rw-r--r--www/p5-HTML-Format/Makefile3
-rw-r--r--www/p5-HTML-LinkExtractor/Makefile3
-rw-r--r--www/p5-HTML-Mason/Makefile3
-rw-r--r--www/p5-HTML-Parser/Makefile3
-rw-r--r--www/p5-HTML-PrettyPrinter/Makefile3
-rw-r--r--www/p5-HTML-Scrubber/Makefile3
-rw-r--r--www/p5-HTML-SimpleParse/Makefile3
-rw-r--r--www/p5-HTML-StickyQuery/Makefile3
-rw-r--r--www/p5-HTML-Table/Makefile3
-rw-r--r--www/p5-HTML-TableExtract/Makefile3
-rw-r--r--www/p5-HTML-Tagset/Makefile3
-rw-r--r--www/p5-HTML-Template/Makefile3
-rw-r--r--www/p5-HTML-Tree/Makefile3
-rw-r--r--www/p5-HTMLObject/Makefile3
-rw-r--r--www/p5-HTTP-DAV/Makefile4
-rw-r--r--www/p5-HTTP-Request-Form/Makefile4
-rw-r--r--www/p5-HTTPD-User-Manage/Makefile3
-rw-r--r--www/p5-MasonX-Request-WithApacheSession/Makefile3
-rw-r--r--www/p5-SVN-Web/Makefile4
-rw-r--r--www/p5-Template-Extract/Makefile4
-rw-r--r--www/p5-Template-Generate/Makefile4
-rw-r--r--www/p5-Template-Toolkit/Makefile4
-rw-r--r--www/p5-URI/Makefile3
-rw-r--r--www/p5-VRML/Makefile3
-rw-r--r--www/p5-WWW-Amazon-Wishlist/Makefile4
-rw-r--r--www/p5-WWW-Mechanize/Makefile3
-rw-r--r--www/p5-libapreq/Makefile4
-rw-r--r--www/p5-libapreq2/Makefile3
-rw-r--r--www/p5-libwww/Makefile4
54 files changed, 108 insertions, 65 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile
index e74e213fe08..b36b02ef9d0 100644
--- a/www/p5-Apache-ASP/Makefile
+++ b/www/p5-Apache-ASP/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/05/09 06:48:40 snj Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-ASP-2.21
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5aas
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile
index 4687dc33e88..5c03626803a 100644
--- a/www/p5-Apache-AuthCookie/Makefile
+++ b/www/p5-Apache-AuthCookie/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2004/11/27 15:06:41 he Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-AuthCookie-3.06
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-AuthCookieDBI/Makefile b/www/p5-Apache-AuthCookieDBI/Makefile
index e2767ff5756..0405d4add3b 100644
--- a/www/p5-Apache-AuthCookieDBI/Makefile
+++ b/www/p5-Apache-AuthCookieDBI/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/12/04 11:29:16 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-AuthCookieDBI-1.19
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-DBILogConfig/Makefile b/www/p5-Apache-DBILogConfig/Makefile
index b0e6749c3dc..667396e2065 100644
--- a/www/p5-Apache-DBILogConfig/Makefile
+++ b/www/p5-Apache-DBILogConfig/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.11 2004/12/05 20:16:37 he Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-DBILogConfig-0.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5adc
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-DBILogger/Makefile b/www/p5-Apache-DBILogger/Makefile
index 9c66e16ed9b..1980bf62562 100644
--- a/www/p5-Apache-DBILogger/Makefile
+++ b/www/p5-Apache-DBILogger/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2004/05/09 21:14:43 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-DBILogger-0.93
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5adl
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-Filter/Makefile b/www/p5-Apache-Filter/Makefile
index b0788a8c7d6..ba584242585 100644
--- a/www/p5-Apache-Filter/Makefile
+++ b/www/p5-Apache-Filter/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2004/11/27 14:49:35 he Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:12 grant Exp $
DISTNAME= Apache-Filter-1.022
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5afi
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile
index bd2883101ae..65600692ce7 100644
--- a/www/p5-Apache-Gallery/Makefile
+++ b/www/p5-Apache-Gallery/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.20 2004/11/12 00:33:37 seb Exp $
+# $NetBSD: Makefile,v 1.21 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-Gallery-0.7
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 8
+PKGREVISION= 9
SVR4_PKGNAME= p5aga
CATEGORIES= www graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-Reload/Makefile b/www/p5-Apache-Reload/Makefile
index 1f46a1591df..4889df69472 100644
--- a/www/p5-Apache-Reload/Makefile
+++ b/www/p5-Apache-Reload/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 04:44:03 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:12 grant Exp $
#
DISTNAME= Apache-Reload-0.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5arl
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-SSI/Makefile b/www/p5-Apache-SSI/Makefile
index a6a3ee33f01..9b7a89c6518 100644
--- a/www/p5-Apache-SSI/Makefile
+++ b/www/p5-Apache-SSI/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/05/09 06:48:40 snj Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:13 grant Exp $
DISTNAME= Apache-SSI-2.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ass
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile
index 8702993d114..e81ab61c93e 100644
--- a/www/p5-Apache-Session-Wrapper/Makefile
+++ b/www/p5-Apache-Session-Wrapper/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/11/12 17:36:40 seb Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:13 grant Exp $
DISTNAME= Apache-Session-Wrapper-0.17
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
index 5958fa75326..976d84037c6 100644
--- a/www/p5-Apache-Session/Makefile
+++ b/www/p5-Apache-Session/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.14 2004/11/12 17:36:40 seb Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= Apache-Session-1.6
PKGNAME= p5-${DISTNAME}0
SVR4_PKGNAME= p5ase
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-Test/Makefile b/www/p5-Apache-Test/Makefile
index b806f177b11..7c35b306bc2 100644
--- a/www/p5-Apache-Test/Makefile
+++ b/www/p5-Apache-Test/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2004/11/27 15:12:11 he Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= Apache-Test-1.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5apt
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-Apache-ePerl/Makefile b/www/p5-Apache-ePerl/Makefile
index 12ea53d4bfd..eabb3e8efe3 100644
--- a/www/p5-Apache-ePerl/Makefile
+++ b/www/p5-Apache-ePerl/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2004/05/09 06:48:40 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= eperl-2.2.14
PKGNAME= p5-Apache-ePerl-2.2.14
SVR4_PKGNAME= p5aep
+PKGREVISION= 1
CATEGORIES= perl5 textproc www
MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/
diff --git a/www/p5-CGI-Application/Makefile b/www/p5-CGI-Application/Makefile
index 3798f6a59d8..56e6bfb54ab 100644
--- a/www/p5-CGI-Application/Makefile
+++ b/www/p5-CGI-Application/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2004/12/05 15:41:16 he Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:13 grant Exp $
DISTNAME= CGI-Application-3.31
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cga
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI-FastTemplate/Makefile b/www/p5-CGI-FastTemplate/Makefile
index 821ee5d8114..9ed150a7243 100644
--- a/www/p5-CGI-FastTemplate/Makefile
+++ b/www/p5-CGI-FastTemplate/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:13 grant Exp $
DISTNAME= CGI-FastTemplate-1.09
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cgf
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI-FormBuilder/Makefile b/www/p5-CGI-FormBuilder/Makefile
index 15bb8a6e160..805003a1bba 100644
--- a/www/p5-CGI-FormBuilder/Makefile
+++ b/www/p5-CGI-FormBuilder/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/12/05 21:04:11 he Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:13 grant Exp $
DISTNAME= CGI-FormBuilder-2.13
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI-Kwiki/Makefile b/www/p5-CGI-Kwiki/Makefile
index 73822c1c0cb..793517828c6 100644
--- a/www/p5-CGI-Kwiki/Makefile
+++ b/www/p5-CGI-Kwiki/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 09:22:30 mjl Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= CGI-Kwiki-0.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ckw
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI-Minimal/Makefile b/www/p5-CGI-Minimal/Makefile
index 5e5ddf3a559..324f7e15515 100644
--- a/www/p5-CGI-Minimal/Makefile
+++ b/www/p5-CGI-Minimal/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/12/05 15:48:05 he Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:13 grant Exp $
DISTNAME= CGI-Minimal-1.16
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5cgm
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI-Session/Makefile b/www/p5-CGI-Session/Makefile
index 82dae039d2a..23c8f0d4194 100644
--- a/www/p5-CGI-Session/Makefile
+++ b/www/p5-CGI-Session/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/19 14:12:27 wennmach Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:13 grant Exp $
DISTNAME= CGI-Session-3.95
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5ses
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile
index 000a84c415b..b960374c27d 100644
--- a/www/p5-CGI/Makefile
+++ b/www/p5-CGI/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.29 2004/07/17 20:17:12 kim Exp $
+# $NetBSD: Makefile,v 1.30 2004/12/20 11:31:13 grant Exp $
#
VERS= 3.05
DISTNAME= CGI.pm-${VERS}
PKGNAME= p5-CGI-${VERS}
SVR4_PKGNAME= p5cgi
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile
index e7945326854..c807a60c6f0 100644
--- a/www/p5-CGI_Lite/Makefile
+++ b/www/p5-CGI_Lite/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:13 grant Exp $
#
NAME= CGI-Lite-2.001
DISTNAME= ${NAME}-emergencyrelease
PKGNAME= p5-${NAME}
SVR4_PKGNAME= p5cgl
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile
index 4f03b3427fc..8a9c32a678a 100644
--- a/www/p5-FCGI/Makefile
+++ b/www/p5-FCGI/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.16 2004/12/20 11:31:13 grant Exp $
#
PKGVER= 0.67
DISTNAME= FCGI-${PKGVER}
PKGNAME= p5-FCGI-${PKGVER}
SVR4_PKGNAME= p5fcg
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FCGI/}
diff --git a/www/p5-HTML-Clean/Makefile b/www/p5-HTML-Clean/Makefile
index d53ccb9f347..3f82e0fe2d5 100644
--- a/www/p5-HTML-Clean/Makefile
+++ b/www/p5-HTML-Clean/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/04/25 05:48:15 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-Clean-0.8
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hcl
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-FillInForm/Makefile b/www/p5-HTML-FillInForm/Makefile
index 108852ea326..63228d35d0c 100644
--- a/www/p5-HTML-FillInForm/Makefile
+++ b/www/p5-HTML-FillInForm/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2004/12/05 18:25:43 he Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-FillInForm-1.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hfi
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-FixEntities/Makefile b/www/p5-HTML-FixEntities/Makefile
index 98cca177cfa..4459ff432c8 100644
--- a/www/p5-HTML-FixEntities/Makefile
+++ b/www/p5-HTML-FixEntities/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2004/04/25 05:50:41 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-FixEntities-1.03
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://www.mono.org/abs/tools/HTML-FixEntities/
diff --git a/www/p5-HTML-Format/Makefile b/www/p5-HTML-Format/Makefile
index 29d8aae1ec0..b9e72e2bfa5 100644
--- a/www/p5-HTML-Format/Makefile
+++ b/www/p5-HTML-Format/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2004/12/05 18:28:21 he Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-Format-2.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hfo
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-LinkExtractor/Makefile b/www/p5-HTML-LinkExtractor/Makefile
index 7fc5cc9b91f..dfd11ab176b 100644
--- a/www/p5-HTML-LinkExtractor/Makefile
+++ b/www/p5-HTML-LinkExtractor/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2004/11/03 00:08:02 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-LinkExtractor-0.121
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile
index ebc699927ac..78d6c5e741f 100644
--- a/www/p5-HTML-Mason/Makefile
+++ b/www/p5-HTML-Mason/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2004/12/05 18:19:26 he Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-Mason-1.28
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hma
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-Parser/Makefile b/www/p5-HTML-Parser/Makefile
index 930dc357830..5976c1ee948 100644
--- a/www/p5-HTML-Parser/Makefile
+++ b/www/p5-HTML-Parser/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.27 2004/12/05 18:38:58 he Exp $
+# $NetBSD: Makefile,v 1.28 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= HTML-Parser-3.42
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hpa
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-PrettyPrinter/Makefile b/www/p5-HTML-PrettyPrinter/Makefile
index ed34657281f..0af3c0d2f75 100644
--- a/www/p5-HTML-PrettyPrinter/Makefile
+++ b/www/p5-HTML-PrettyPrinter/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2004/04/25 05:56:14 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-PrettyPrinter-0.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hpre
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-Scrubber/Makefile b/www/p5-HTML-Scrubber/Makefile
index b1cb1736ade..179c1ad7874 100644
--- a/www/p5-HTML-Scrubber/Makefile
+++ b/www/p5-HTML-Scrubber/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/07/30 12:55:44 cube Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= HTML-Scrubber-0.08
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-SimpleParse/Makefile b/www/p5-HTML-SimpleParse/Makefile
index ad20d27ba59..d1f60e6871f 100644
--- a/www/p5-HTML-SimpleParse/Makefile
+++ b/www/p5-HTML-SimpleParse/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2004/04/25 06:03:51 minskim Exp $
+# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-SimpleParse-0.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hsp
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-StickyQuery/Makefile b/www/p5-HTML-StickyQuery/Makefile
index 44f60a491e4..7f3687fe1a0 100644
--- a/www/p5-HTML-StickyQuery/Makefile
+++ b/www/p5-HTML-StickyQuery/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/02/20 04:29:10 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= HTML-StickyQuery-0.12
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sqy
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile
index 07ea96875bf..86e46002ae6 100644
--- a/www/p5-HTML-Table/Makefile
+++ b/www/p5-HTML-Table/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2004/12/05 18:45:12 he Exp $
+# $NetBSD: Makefile,v 1.13 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-Table-2.02
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htb
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-TableExtract/Makefile b/www/p5-HTML-TableExtract/Makefile
index d94c594e161..743b82b7638 100644
--- a/www/p5-HTML-TableExtract/Makefile
+++ b/www/p5-HTML-TableExtract/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:13 grant Exp $
DISTNAME= HTML-TableExtract-1.08
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-Tagset/Makefile b/www/p5-HTML-Tagset/Makefile
index d82a2ed3567..7952f85e62c 100644
--- a/www/p5-HTML-Tagset/Makefile
+++ b/www/p5-HTML-Tagset/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.13 2004/04/24 22:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:13 grant Exp $
#
DISTNAME= HTML-Tagset-3.03
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htg
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index 5027f0c5acd..7441af60a9d 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2004/12/05 15:27:12 he Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:14 grant Exp $
DISTNAME= HTML-Template-2.7
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htm
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
${MASTER_SITE_SOURCEFORGE:=html-template/}
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile
index abdd3984128..7a87898f4e6 100644
--- a/www/p5-HTML-Tree/Makefile
+++ b/www/p5-HTML-Tree/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2004/04/25 05:53:05 minskim Exp $
+# $NetBSD: Makefile,v 1.15 2004/12/20 11:31:14 grant Exp $
DISTNAME= HTML-Tree-3.18
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htr
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
diff --git a/www/p5-HTMLObject/Makefile b/www/p5-HTMLObject/Makefile
index 5c943379496..e2c6f308548 100644
--- a/www/p5-HTMLObject/Makefile
+++ b/www/p5-HTMLObject/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/07/08 22:34:36 erh Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:14 grant Exp $
DISTNAME= libhtmlobject-perl-${VERSION}
PKGNAME= p5-HTMLObject-${VERSION}
SVR4_PKGNAME= p5hto
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=htmlobject/}
diff --git a/www/p5-HTTP-DAV/Makefile b/www/p5-HTTP-DAV/Makefile
index 61f66a3a89d..16db7001ff8 100644
--- a/www/p5-HTTP-DAV/Makefile
+++ b/www/p5-HTTP-DAV/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= HTTP-DAV-0.31
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5htd
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
diff --git a/www/p5-HTTP-Request-Form/Makefile b/www/p5-HTTP-Request-Form/Makefile
index f97ffe25d35..8f0479bc938 100644
--- a/www/p5-HTTP-Request-Form/Makefile
+++ b/www/p5-HTTP-Request-Form/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= HTTP-Request-Form-0.7
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5htt
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
diff --git a/www/p5-HTTPD-User-Manage/Makefile b/www/p5-HTTPD-User-Manage/Makefile
index dfaf91823be..961d1a5371f 100644
--- a/www/p5-HTTPD-User-Manage/Makefile
+++ b/www/p5-HTTPD-User-Manage/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2004/04/27 05:44:23 snj Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:14 grant Exp $
DISTNAME= HTTPD-User-Manage-1.58
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5hum
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTPD/}
diff --git a/www/p5-MasonX-Request-WithApacheSession/Makefile b/www/p5-MasonX-Request-WithApacheSession/Makefile
index d83cb9362bb..1890c4bb2ac 100644
--- a/www/p5-MasonX-Request-WithApacheSession/Makefile
+++ b/www/p5-MasonX-Request-WithApacheSession/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2004/11/07 18:30:44 kristerw Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:14 grant Exp $
DISTNAME= MasonX-Request-WithApacheSession-0.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mxa
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MasonX/}
diff --git a/www/p5-SVN-Web/Makefile b/www/p5-SVN-Web/Makefile
index d88058ce419..870e65b960b 100644
--- a/www/p5-SVN-Web/Makefile
+++ b/www/p5-SVN-Web/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2004/11/27 00:18:13 epg Exp $
+# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:14 grant Exp $
DISTNAME= SVN-Web-0.35
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= perl5 www
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=OurNet/CLKAO/}
diff --git a/www/p5-Template-Extract/Makefile b/www/p5-Template-Extract/Makefile
index 1c3da879648..f118909a7ff 100644
--- a/www/p5-Template-Extract/Makefile
+++ b/www/p5-Template-Extract/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/04/18 20:29:38 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:14 grant Exp $
DISTNAME= Template-Extract-0.25
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5tex
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
diff --git a/www/p5-Template-Generate/Makefile b/www/p5-Template-Generate/Makefile
index 7b949629c64..0f388d93984 100644
--- a/www/p5-Template-Generate/Makefile
+++ b/www/p5-Template-Generate/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/04/18 20:29:38 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:14 grant Exp $
DISTNAME= Template-Generate-0.04
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5tge
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index 3879acd4985..9a40fc3c4ba 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2004/11/16 01:50:31 erh Exp $
+# $NetBSD: Makefile,v 1.18 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= Template-Toolkit-2.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile
index ab1d721c2b3..90f8bb0b365 100644
--- a/www/p5-URI/Makefile
+++ b/www/p5-URI/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.25 2004/03/21 01:20:44 heinz Exp $
+# $NetBSD: Makefile,v 1.26 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= URI-1.30
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5uri
+PKGREVISION= 1
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/}
diff --git a/www/p5-VRML/Makefile b/www/p5-VRML/Makefile
index 3ec67bd2f3a..b5732eeec12 100644
--- a/www/p5-VRML/Makefile
+++ b/www/p5-VRML/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2004/04/25 05:47:02 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= VRML-1.04
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5vrm
+PKGREVISION= 1
CATEGORIES= www net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=VRML/}
diff --git a/www/p5-WWW-Amazon-Wishlist/Makefile b/www/p5-WWW-Amazon-Wishlist/Makefile
index 0b1cc35885d..97bf2de1c2e 100644
--- a/www/p5-WWW-Amazon-Wishlist/Makefile
+++ b/www/p5-WWW-Amazon-Wishlist/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2004/04/25 05:23:02 minskim Exp $
+# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= WWW-Amazon-Wishlist-0.65
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5waw
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
diff --git a/www/p5-WWW-Mechanize/Makefile b/www/p5-WWW-Mechanize/Makefile
index a2169dc78bb..ec75ac9ee36 100644
--- a/www/p5-WWW-Mechanize/Makefile
+++ b/www/p5-WWW-Mechanize/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/12/15 17:00:30 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:14 grant Exp $
#
DISTNAME= WWW-Mechanize-1.04
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}
diff --git a/www/p5-libapreq/Makefile b/www/p5-libapreq/Makefile
index a6369d0ab86..22cf283c98d 100644
--- a/www/p5-libapreq/Makefile
+++ b/www/p5-libapreq/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2004/08/27 06:29:11 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:14 grant Exp $
DISTNAME= libapreq-1.2
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5lap
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
diff --git a/www/p5-libapreq2/Makefile b/www/p5-libapreq2/Makefile
index c0fa6fe22d2..0deeeef1799 100644
--- a/www/p5-libapreq2/Makefile
+++ b/www/p5-libapreq2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2004/12/13 07:00:08 adrianp Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:14 grant Exp $
DISTNAME= libapreq2-2.04_03-dev
PKGNAME= p5-libapreq2-2.4.3
SVR4_PKGNAME= p5la2
+PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= http://www.apache.org/dist/httpd/libapreq/
diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile
index 44801ee196c..cdcd6bd49df 100644
--- a/www/p5-libwww/Makefile
+++ b/www/p5-libwww/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.37 2004/03/26 02:27:58 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2004/12/20 11:31:14 grant Exp $
# FreeBSD Id: Makefile,v 1.12 1997/09/14 04:00:11 jfitz Exp
#
DISTNAME= libwww-perl-5.76
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
-PKGREVISION= 1
+PKGREVISION= 2
SVR4_PKGNAME= p5lww
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=WWW/}