diff options
author | grant <grant@pkgsrc.org> | 2004-12-20 11:30:55 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-12-20 11:30:55 +0000 |
commit | 908e765695130d6340723ce48f94f3e3abce67cc (patch) | |
tree | 07688cee4aece15c5fae94df0e7830933046db2c /misc | |
parent | 3f1c4333b9658c26f8ef4b6b508d5a32a0ec37ee (diff) | |
download | pkgsrc-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 'misc')
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Business-CreditCard/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Business-ISBN-Data/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Business-ISBN/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Business-UPS/Makefile | 4 | ||||
-rw-r--r-- | misc/p5-ControlX10-CM11/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-ControlX10-CM17/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-File-MMagic/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Geography-Countries/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Fuzzy/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Lexicon/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext-Simple/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Locale-Maketext/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Mac-Macbinary/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Msgcat/Makefile | 3 | ||||
-rw-r--r-- | misc/p5-Search/Makefile | 3 |
18 files changed, 36 insertions, 19 deletions
diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 7787a65d9ff..aac4c244b9f 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2004/04/27 02:24:08 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/20 11:31:05 grant Exp $ # FreeBSD Id: Makefile,v 1.9 1997/09/14 02:54:03 jfitz Exp # DISTNAME= Array-PrintCols-2.1 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5arp +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Array/} diff --git a/misc/p5-Business-CreditCard/Makefile b/misc/p5-Business-CreditCard/Makefile index 5e0755df0db..2a54ae716b0 100644 --- a/misc/p5-Business-CreditCard/Makefile +++ b/misc/p5-Business-CreditCard/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2004/04/27 02:24:08 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Business-CreditCard-0.27 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5buc +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} diff --git a/misc/p5-Business-ISBN-Data/Makefile b/misc/p5-Business-ISBN-Data/Makefile index 38c2cb18287..5202d6cc8e9 100644 --- a/misc/p5-Business-ISBN-Data/Makefile +++ b/misc/p5-Business-ISBN-Data/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/05 19:36:02 he Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Business-ISBN-Data-1.08 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5bid +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} diff --git a/misc/p5-Business-ISBN/Makefile b/misc/p5-Business-ISBN/Makefile index 4b3954e9b85..a9b48d07b9b 100644 --- a/misc/p5-Business-ISBN/Makefile +++ b/misc/p5-Business-ISBN/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2004/12/05 20:04:05 he Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Business-ISBN-1.78 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5bui +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile index 090695be43e..cc2d723e159 100644 --- a/misc/p5-Business-UPS/Makefile +++ b/misc/p5-Business-UPS/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/04/27 02:24:08 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Business-UPS-1.13 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5buu CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Business/} diff --git a/misc/p5-ControlX10-CM11/Makefile b/misc/p5-ControlX10-CM11/Makefile index 3e0ffbbe92a..433f5046e0f 100644 --- a/misc/p5-ControlX10-CM11/Makefile +++ b/misc/p5-ControlX10-CM11/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:05 grant Exp $ # DISTNAME= ControlX10-CM11-2.09 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cx1 +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ControlX10/} diff --git a/misc/p5-ControlX10-CM17/Makefile b/misc/p5-ControlX10-CM17/Makefile index 6ebd9ebe276..5ef0ad00750 100644 --- a/misc/p5-ControlX10-CM17/Makefile +++ b/misc/p5-ControlX10-CM17/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:05 grant Exp $ DISTNAME= ControlX10-CM17-0.07 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5cx7 +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ControlX10/} diff --git a/misc/p5-File-MMagic/Makefile b/misc/p5-File-MMagic/Makefile index 086351bceaf..3081e92a200 100644 --- a/misc/p5-File-MMagic/Makefile +++ b/misc/p5-File-MMagic/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:05 grant Exp $ DISTNAME= File-MMagic-1.22 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fim +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} diff --git a/misc/p5-Geography-Countries/Makefile b/misc/p5-Geography-Countries/Makefile index c369ed1813f..567e14d1be0 100644 --- a/misc/p5-Geography-Countries/Makefile +++ b/misc/p5-Geography-Countries/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2004/05/02 20:15:14 heinz Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Geography-Countries-1.4 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5gcn +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Geography/} diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile index f346482bdd0..481f4ca25aa 100644 --- a/misc/p5-I18N-LangTags/Makefile +++ b/misc/p5-I18N-LangTags/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 08:21:08 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ # DISTNAME= I18N-LangTags-0.30 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ilt +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/} diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index 532dfb9e992..97d7d52154a 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.17 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.18 2004/12/20 11:31:05 grant Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/06/27 01:51:12 jfitz Exp # DISTNAME= Locale-Codes-1.06 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5lco +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Maketext-Fuzzy/Makefile b/misc/p5-Locale-Maketext-Fuzzy/Makefile index 7bb4af6c52d..fbaa63e7449 100644 --- a/misc/p5-Locale-Maketext-Fuzzy/Makefile +++ b/misc/p5-Locale-Maketext-Fuzzy/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/30 13:57:11 cube Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Locale-Maketext-Fuzzy-0.02 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Maketext-Lexicon/Makefile b/misc/p5-Locale-Maketext-Lexicon/Makefile index 1c60c7842ef..1d59f26ad51 100644 --- a/misc/p5-Locale-Maketext-Lexicon/Makefile +++ b/misc/p5-Locale-Maketext-Lexicon/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/09/26 04:14:39 epg Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Locale-Maketext-Lexicon-0.42 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Maketext-Simple/Makefile b/misc/p5-Locale-Maketext-Simple/Makefile index e83abd8ffe6..f8146fac107 100644 --- a/misc/p5-Locale-Maketext-Simple/Makefile +++ b/misc/p5-Locale-Maketext-Simple/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:21 epg Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ DISTNAME= Locale-Maketext-Simple-0.12 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Locale-Maketext/Makefile b/misc/p5-Locale-Maketext/Makefile index 17dd5b8fd61..512dc5e38a0 100644 --- a/misc/p5-Locale-Maketext/Makefile +++ b/misc/p5-Locale-Maketext/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 08:32:17 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ # DISTNAME= Locale-Maketext-1.08 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5lmt +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Mac-Macbinary/Makefile b/misc/p5-Mac-Macbinary/Makefile index 33c9339d599..fba2045f85d 100644 --- a/misc/p5-Mac-Macbinary/Makefile +++ b/misc/p5-Mac-Macbinary/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:06 grant Exp $ DISTNAME= Mac-Macbinary-0.04 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mmb +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/} diff --git a/misc/p5-Msgcat/Makefile b/misc/p5-Msgcat/Makefile index e9a62cf9240..ef97f27b959 100644 --- a/misc/p5-Msgcat/Makefile +++ b/misc/p5-Msgcat/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:06 grant Exp $ # DISTNAME= Msgcat-1.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5lco +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} diff --git a/misc/p5-Search/Makefile b/misc/p5-Search/Makefile index 15e31a70438..a256ace749f 100644 --- a/misc/p5-Search/Makefile +++ b/misc/p5-Search/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2004/04/27 02:24:09 snj Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/20 11:31:06 grant Exp $ # FreeBSD Id: Makefile,v 1.9 1997/06/24 18:43:31 jfitz Exp # DISTNAME= Search-0.2 PKGNAME= p5-Search-0.2 SVR4_PKGNAME= p5sea +PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} |