diff options
author | wiz <wiz@pkgsrc.org> | 2013-11-24 09:57:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-11-24 09:57:02 +0000 |
commit | b362cdf6ca6e15d9c5626946935ca5a6961a2a0b (patch) | |
tree | 7454480abd0b02e5a802849b4bb0b9ba8fc726e7 | |
parent | 217eae48c69f0a411841255e10e1a3a34ee49624 (diff) | |
download | pkgsrc-b362cdf6ca6e15d9c5626946935ca5a6961a2a0b.tar.gz |
Comment out p5-Storable dependency; included in perl since 5.7.3.
-rw-r--r-- | databases/p5-Class-DBI/Makefile | 7 | ||||
-rw-r--r-- | devel/bugzilla/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Bit-Vector/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Cache-Cache/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Cache/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-IPC-Cache/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-IPC-Shareable/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Object-InsideOut/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Object-Signature/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-PPI/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Test-BDD-Cucumber/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Class/Makefile | 6 | ||||
-rw-r--r-- | devel/rt-mysql/Makefile | 4 | ||||
-rw-r--r-- | devel/rt-pgsql/Makefile | 4 | ||||
-rw-r--r-- | devel/rt4/Makefile | 6 | ||||
-rw-r--r-- | editors/p5-Padre/Makefile | 7 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-Mail-SRS/Makefile | 6 | ||||
-rw-r--r-- | multimedia/p5-xmltv/Makefile | 6 | ||||
-rw-r--r-- | www/bins/Makefile | 7 | ||||
-rw-r--r-- | www/p5-POE-Component-Server-SimpleHTTP/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Test-StashWarnings/Makefile | 7 | ||||
-rw-r--r-- | www/p5-URI-Fetch/Makefile | 7 |
23 files changed, 67 insertions, 73 deletions
diff --git a/databases/p5-Class-DBI/Makefile b/databases/p5-Class-DBI/Makefile index d33b448a509..09a2ec3da44 100644 --- a/databases/p5-Class-DBI/Makefile +++ b/databases/p5-Class-DBI/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2013/05/31 12:39:48 wiz Exp $ -# +# $NetBSD: Makefile,v 1.19 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Class-DBI-v3.0.17 PKGNAME= p5-${DISTNAME:S:-v:-:} -PKGREVISION= 5 +PKGREVISION= 6 SVR4_PKGNAME= p5cdi CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TM/TMTM/} @@ -18,7 +17,7 @@ DEPENDS+= p5-Class-Trigger>=0.07:../../devel/p5-Class-Trigger DEPENDS+= p5-Clone-[0-9]*:../../devel/p5-Clone DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp DEPENDS+= p5-Ima-DBI>=0.33:../../databases/p5-Ima-DBI -DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable DEPENDS+= p5-UNIVERSAL-moniker>=0.06:../../devel/p5-UNIVERSAL-moniker DEPENDS+= p5-version>=0:../../devel/p5-version diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 355e9275ba6..c02136939b0 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2013/05/31 12:39:57 wiz Exp $ -# +# $NetBSD: Makefile,v 1.38 2013/11/24 09:57:03 wiz Exp $ DISTNAME= bugzilla-2.22.7 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=webtools/} @@ -16,7 +15,7 @@ DEPENDS+= p5-DBI>=1.38:../../databases/p5-DBI DEPENDS+= p5-File-Temp-[0-9]*:../../devel/p5-File-Temp DEPENDS+= p5-Template-Toolkit>=2.10:../../www/p5-Template-Toolkit DEPENDS+= p5-Text-Tabs+Wrap>=2001.0131:../../textproc/p5-Text-Tabs+Wrap -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-TimeDate>=1.16:../../time/p5-TimeDate DEPENDS+= p5-MailTools>=1.74:../../mail/p5-MailTools DEPENDS+= p5-MIME-Base64>=3.01:../../converters/p5-MIME-Base64 diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile index 7a0b7f5e049..6c4e871a523 100644 --- a/devel/p5-Bit-Vector/Makefile +++ b/devel/p5-Bit-Vector/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2013/09/05 18:38:16 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Bit-Vector-7.3 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 SVR4_PKGNAME= p5biv CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Bit/} @@ -14,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= p5-Carp-Clan>=5.3:../../devel/p5-Carp-Clan -DEPENDS+= {perl>=5.12.0,p5-Storable>=2.21}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.12.0,p5-Storable>=2.21}:../../devel/p5-Storable PERL5_PACKLIST= auto/Bit/Vector/.packlist diff --git a/devel/p5-Cache-Cache/Makefile b/devel/p5-Cache-Cache/Makefile index 305878f573c..6935b2c159b 100644 --- a/devel/p5-Cache-Cache/Makefile +++ b/devel/p5-Cache-Cache/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:40:06 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Cache-Cache-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 SVR4_PKGNAME= p5cc CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} \ @@ -15,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Error>=0.15:../../devel/p5-Error DEPENDS+= p5-Digest-SHA1>=2.02:../../security/p5-Digest-SHA1 -DEPENDS+= p5-Storable>=1.014:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=1.014:../../devel/p5-Storable DEPENDS+= p5-IPC-ShareLite>=0.09:../../devel/p5-IPC-ShareLite PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Cache/Makefile b/devel/p5-Cache/Makefile index 775ce4180ba..4a021f25ac5 100644 --- a/devel/p5-Cache/Makefile +++ b/devel/p5-Cache/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:06 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Cache-2.04 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cache/} \ ${MASTER_SITE_SOURCEFORGE:=perl-cache/} @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DEPENDS+= p5-File-NFSLock>=1.20:../../devel/p5-File-NFSLock DEPENDS+= p5-Heap>=0.01:../../devel/p5-Heap DEPENDS+= p5-IO-String>=1.02:../../devel/p5-IO-String -DEPENDS+= p5-Storable>=1.00:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=1.00:../../devel/p5-Storable DEPENDS+= p5-TimeDate>=1.00:../../time/p5-TimeDate DEPENDS+= p5-Digest-SHA1>=2.01:../../security/p5-Digest-SHA1 diff --git a/devel/p5-IPC-Cache/Makefile b/devel/p5-IPC-Cache/Makefile index 98404b4b606..2b868ba2f2f 100644 --- a/devel/p5-IPC-Cache/Makefile +++ b/devel/p5-IPC-Cache/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2013/07/06 00:32:03 rodent Exp $ -# +# $NetBSD: Makefile,v 1.2 2013/11/24 09:57:03 wiz Exp $ DISTNAME= IPC-Cache-0.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} @@ -12,7 +12,7 @@ COMMENT= Perl module that implements an object storage space LICENSE= gnu-gpl-v1 DEPENDS+= p5-IPC-ShareLite>=0.06:../../devel/p5-IPC-ShareLite -DEPENDS+= p5-Storable>=0.607:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=0.607:../../devel/p5-Storable PERL5_PACKLIST= auto/IPC/Cache/.packlist USE_LANGUAGES= # none diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile index dc7f39f006f..5cf5bba5b9a 100644 --- a/devel/p5-IPC-Shareable/Makefile +++ b/devel/p5-IPC-Shareable/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:40:26 wiz Exp $ -# +# $NetBSD: Makefile,v 1.20 2013/11/24 09:57:03 wiz Exp $ DISTNAME= IPC-Shareable-0.60 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} @@ -12,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/IPC-Shareable/ COMMENT= Tie a variable to shared memory LICENSE= gnu-gpl-v2 -DEPENDS+= p5-Storable>=1.0.14:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=1.0.14:../../devel/p5-Storable PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Object-InsideOut/Makefile b/devel/p5-Object-InsideOut/Makefile index db4b17ec340..d07db5abdc4 100644 --- a/devel/p5-Object-InsideOut/Makefile +++ b/devel/p5-Object-InsideOut/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2013/10/31 01:05:11 wen Exp $ -# +# $NetBSD: Makefile,v 1.22 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Object-InsideOut-3.98 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/} @@ -16,7 +16,7 @@ DEPENDS+= p5-Scalar-List-Utils>=1.23:../../devel/p5-Scalar-List-Utils # Recommended dependencies DEPENDS+= p5-Want>=0.12:../../devel/p5-Want -DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.8.8,p5-Storable>=2.15}:../../devel/p5-Storable USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Object/InsideOut/.packlist diff --git a/devel/p5-Object-Signature/Makefile b/devel/p5-Object-Signature/Makefile index e02e83e64cf..7d4c725a8a9 100644 --- a/devel/p5-Object-Signature/Makefile +++ b/devel/p5-Object-Signature/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:36 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Object-Signature-1.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Object/} @@ -11,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Object-Signature/ COMMENT= Generate cryptographic signatures for objects LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Storable>=2.11:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=2.11:../../devel/p5-Storable DEPENDS+= p5-Digest-MD5>=2.00:../../security/p5-Digest-MD5 DEPENDS+= p5-Test-Simple>=0.47:../../devel/p5-Test-Simple DEPENDS+= p5-PathTools>=0.80:../../devel/p5-PathTools diff --git a/devel/p5-PPI/Makefile b/devel/p5-PPI/Makefile index 3907ba02bca..a4b93b2214e 100644 --- a/devel/p5-PPI/Makefile +++ b/devel/p5-PPI/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2013/05/31 12:40:37 wiz Exp $ -# +# $NetBSD: Makefile,v 1.18 2013/11/24 09:57:03 wiz Exp $ DISTNAME= PPI-1.215 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PPI/} @@ -21,7 +20,7 @@ DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils DEPENDS+= p5-Params-Util>=1.00:../../devel/p5-Params-Util DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils>=1.20}:../../devel/p5-Scalar-List-Utils DEPENDS+= p5-Task-Weaken-[0-9]*:../../devel/p5-Task-Weaken -DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.8,p5-Storable>=2.17}:../../devel/p5-Storable BUILD_DEPENDS+= p5-Class-Inspector>=1.22:../../devel/p5-Class-Inspector BUILD_DEPENDS+= p5-File-Remove>=1.42:../../sysutils/p5-File-Remove diff --git a/devel/p5-Test-BDD-Cucumber/Makefile b/devel/p5-Test-BDD-Cucumber/Makefile index 4c1ac6dd65c..be74c2c4e2e 100644 --- a/devel/p5-Test-BDD-Cucumber/Makefile +++ b/devel/p5-Test-BDD-Cucumber/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/06/04 09:40:33 schmonz Exp $ -# +# $NetBSD: Makefile,v 1.5 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Test-BDD-Cucumber-0.15 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -20,7 +20,7 @@ DEPENDS+= p5-Method-Signatures-[0-9]*:../../devel/p5-Method-Signatures DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose DEPENDS+= p5-Ouch-[0-9]*:../../devel/p5-Ouch DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-Term-ANSIColor>=3.00:../../devel/p5-Term-ANSIColor DEPENDS+= p5-Test-Differences-[0-9]*:../../devel/p5-Test-Differences DEPENDS+= p5-YAML-Syck-[0-9]*:../../textproc/p5-YAML-Syck diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index 6bf5aa7756d..ea7178bbe74 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2013/05/31 12:40:47 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Test-Class-0.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= {p5-Attribute-Handlers>=0.77,perl>=5.10.0}:../../devel/p5-Attribute-Handlers DEPENDS+= p5-MRO-Compat>=0.11:../../devel/p5-MRO-Compat -DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.10.0,p5-Storable>=2.04}:../../devel/p5-Storable DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.78}:../../devel/p5-Test-Simple BUILD_DEPENDS+= p5-Test-Exception>=0.25:../../devel/p5-Test-Exception diff --git a/devel/rt-mysql/Makefile b/devel/rt-mysql/Makefile index 05c7ed88c81..b8dd57cb93b 100644 --- a/devel/rt-mysql/Makefile +++ b/devel/rt-mysql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:40:56 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2013/11/24 09:57:02 wiz Exp $ -PKGREVISION= 9 +PKGREVISION= 10 RT_DB_TYPE= mysql .include "../../devel/rt-mysql/Makefile.common" diff --git a/devel/rt-pgsql/Makefile b/devel/rt-pgsql/Makefile index 39ccb95302a..15eabb78778 100644 --- a/devel/rt-pgsql/Makefile +++ b/devel/rt-pgsql/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2009/08/26 11:23:46 hasso Exp $ +# $NetBSD: Makefile,v 1.9 2013/11/24 09:57:03 wiz Exp $ -PKGREVISION= 7 +PKGREVISION= 8 RT_DB_TYPE= Pg .include "../../devel/rt-mysql/Makefile.common" diff --git a/devel/rt4/Makefile b/devel/rt4/Makefile index 9f474a1afd4..10434a5b8d5 100644 --- a/devel/rt4/Makefile +++ b/devel/rt4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/08/24 00:27:50 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.5 2013/11/24 09:57:03 wiz Exp $ DISTNAME= rt-4.0.17 PKGNAME= ${DISTNAME:S/rt/rt4/} +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ @@ -58,7 +58,7 @@ DEPENDS+= p5-HTML-Mason>=1.43:../../www/p5-HTML-Mason # Errno is a part of perl base. DEPENDS+= p5-Digest-MD5>=2.27:../../security/p5-Digest-MD5 DEPENDS+= p5-CGI>=1.20:../../www/p5-CGI -DEPENDS+= p5-Storable>=2.08:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=2.08:../../devel/p5-Storable DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session DEPENDS+= p5-XML-RSS>=1.05:../../textproc/p5-XML-RSS DEPENDS+= p5-Text-WikiFormat>=0.76:../../textproc/p5-Text-WikiFormat diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 359e7169061..7eb018a6389 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2013/10/10 14:42:07 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.34 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Padre-0.96 PKGNAME= p5-${DISTNAME} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= editors perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Padre/} @@ -83,7 +82,7 @@ DEPENDS+= {perl>=5.10.1,p5-Pod-Simple>=3.07}:../../textproc/p5-Pod-Simple DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl DEPENDS+= p5-Readonly-XS>=1.05:../../devel/p5-Readonly-XS DEPENDS+= p5-Sort-Versions>=1.5:../../devel/p5-Sort-Versions -DEPENDS+= {perl>=5.10.0,p5-Storable>=2.16}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.10.0,p5-Storable>=2.16}:../../devel/p5-Storable DEPENDS+= p5-Template-Tiny>=0.11:../../textproc/p5-Template-Tiny DEPENDS+= {perl>=5.12.0,p5-Text-Balanced>=2.01}:../../textproc/p5-Text-Balanced DEPENDS+= p5-Text-Diff>=1.41:../../textproc/p5-Text-Diff diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index d82b2c2515c..61bb3db426f 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2013/05/31 12:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/11/24 09:57:03 wiz Exp $ DISTNAME= Mail-Mbox-MessageParser-1.5002 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -12,7 +12,7 @@ COMMENT= Perl5 module for parsing mail messages LICENSE= gnu-gpl-v2 DEPENDS+= p5-FileHandle-Unget-[0-9]*:../../devel/p5-FileHandle-Unget -DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.10,p5-Storable-[0-9]*}:../../devel/p5-Storable BUILD_DEPENDS+= p5-Text-Diff-[0-9]*:../../textproc/p5-Text-Diff diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index 04a22a6212f..cd3fc0ec3fb 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2013/05/31 12:41:18 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2013/11/24 09:57:04 wiz Exp $ DISTNAME= Mail-SRS-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} @@ -13,7 +13,7 @@ COMMENT= SMTP envelope sender rewriting for SPF-compliant forwarding DEPENDS+= p5-DB_File>=1.806:../../databases/p5-DB_File DEPENDS+= p5-Digest-HMAC>=1.01:../../security/p5-Digest-HMAC DEPENDS+= p5-MLDBM>=2.01:../../databases/p5-MLDBM -DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable BUILD_DEPENDS+= p5-Test-Simple>=0.40:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Mail/SRS/.packlist diff --git a/multimedia/p5-xmltv/Makefile b/multimedia/p5-xmltv/Makefile index af0da3fe57c..9e399268e1e 100644 --- a/multimedia/p5-xmltv/Makefile +++ b/multimedia/p5-xmltv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2013/05/31 12:41:31 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/11/24 09:57:04 wiz Exp $ DISTNAME= xmltv-0.5.56 PKGNAME= p5-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xmltv/} EXTRACT_SUFX= .tar.bz2 @@ -19,7 +19,7 @@ DEPENDS+= p5-XML-Parser>=2.34:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-Twig>=3.10:../../textproc/p5-XML-Twig DEPENDS+= p5-XML-Writer>=0.600:../../textproc/p5-XML-Writer DEPENDS+= {perl>=5.10,p5-Memoize-[0-9]*}:../../devel/p5-Memoize -DEPENDS+= {perl>=5.10,p5-Storable>=2.04}:../../devel/p5-Storable +#DEPENDS+= {perl>=5.10,p5-Storable>=2.04}:../../devel/p5-Storable DEPENDS+= p5-libwww>=5.65:../../www/p5-libwww # recommended DEPENDS+= p5-Lingua-EN-Numbers-Ordinate-[0-9]*:../../textproc/p5-Lingua-EN-Numbers-Ordinate diff --git a/www/bins/Makefile b/www/bins/Makefile index 65a0c9f6014..d90ee3c21f7 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2013/05/31 12:42:31 wiz Exp $ -# +# $NetBSD: Makefile,v 1.45 2013/11/24 09:57:04 wiz Exp $ DISTNAME= bins-1.1.29 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= www graphics MASTER_SITES= http://zubro.chez.tiscali.fr/BINS/ EXTRACT_SUFX= .tar.bz2 @@ -19,7 +18,7 @@ DEPENDS+= p5-Image-Info>=1.10:../../graphics/p5-Image-Info DEPENDS+= p5-Image-Size>=2.980:../../graphics/p5-Image-Size DEPENDS+= p5-IO-String>=1.01:../../devel/p5-IO-String DEPENDS+= p5-PerlMagick>=5.3.9nb1:../../graphics/p5-PerlMagick -DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable +#DEPENDS+= p5-Storable>=2.04:../../devel/p5-Storable DEPENDS+= p5-Text-Iconv>=1.1:../../converters/p5-Text-Iconv DEPENDS+= p5-Text-Unaccent>=1.0:../../textproc/p5-Text-Unaccent DEPENDS+= p5-TimeDate>=1.0:../../time/p5-TimeDate diff --git a/www/p5-POE-Component-Server-SimpleHTTP/Makefile b/www/p5-POE-Component-Server-SimpleHTTP/Makefile index 1b2884a3b78..e713ea4509d 100644 --- a/www/p5-POE-Component-Server-SimpleHTTP/Makefile +++ b/www/p5-POE-Component-Server-SimpleHTTP/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2013/11/04 21:06:33 tonnerre Exp $ +# $NetBSD: Makefile,v 1.2 2013/11/24 09:57:04 wiz Exp $ DISTNAME= POE-Component-Server-SimpleHTTP-2.18 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -17,7 +18,7 @@ BUILD_DEPENDS+= p5-POE-Filter-HTTP-Parser>=1.06:../../www/p5-POE-Filter-HTTP-Par BUILD_DEPENDS+= p5-Test-POE-Client-TCP>=0.10:../../devel/p5-Test-POE-Client-TCP DEPENDS+= p5-POE>=1.0:../../devel/p5-POE DEPENDS+= p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message DEPENDS+= p5-Moose>=0.90:../../devel/p5-Moose DEPENDS+= p5-MooseX-POE>=0.205:../../devel/p5-MooseX-POE diff --git a/www/p5-Plack-Middleware-Test-StashWarnings/Makefile b/www/p5-Plack-Middleware-Test-StashWarnings/Makefile index a1e3c4276e3..4bf81d57488 100644 --- a/www/p5-Plack-Middleware-Test-StashWarnings/Makefile +++ b/www/p5-Plack-Middleware-Test-StashWarnings/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2013/05/31 12:42:50 wiz Exp $ -# +# $NetBSD: Makefile,v 1.3 2013/11/24 09:57:04 wiz Exp $ DISTNAME= Plack-Middleware-Test-StashWarnings-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} @@ -12,7 +11,7 @@ HOMEPAGE= http://search.cpan.org/dist/Plack/ COMMENT= TODO: Short description of the package LICENSE= ${PERL5_LICENSE} -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack PERL5_PACKLIST= auto/Plack/Middleware/Test/StashWarnings/.packlist diff --git a/www/p5-URI-Fetch/Makefile b/www/p5-URI-Fetch/Makefile index d266776a0e8..62ffac13b3f 100644 --- a/www/p5-URI-Fetch/Makefile +++ b/www/p5-URI-Fetch/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:52 wiz Exp $ -# +# $NetBSD: Makefile,v 1.11 2013/11/24 09:57:04 wiz Exp $ DISTNAME= URI-Fetch-0.09 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 SVR4_PKGNAME= p5urf CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} @@ -16,7 +15,7 @@ LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww DEPENDS+= p5-Class-ErrorHandler-[0-9]*:../../devel/p5-Class-ErrorHandler DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress -DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable +#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI USE_LANGUAGES= # empty |