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 /time | |
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 'time')
-rw-r--r-- | time/p5-Time-HiRes/Makefile | 3 | ||||
-rw-r--r-- | time/p5-Time-Period/Makefile | 3 | ||||
-rw-r--r-- | time/p5-Time-Piece/Makefile | 3 | ||||
-rw-r--r-- | time/p5-Time/Makefile | 3 | ||||
-rw-r--r-- | time/p5-TimeDate/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile index 45310924ec5..144069d73e9 100644 --- a/time/p5-Time-HiRes/Makefile +++ b/time/p5-Time-HiRes/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2004/08/03 02:36:42 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/20 11:31:12 grant Exp $ # DISTNAME= Time-HiRes-1.59 PKGNAME= p5-${DISTNAME} PKGREVISION= # empty SVR4_PKGNAME= p5thr +PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time-Period/Makefile b/time/p5-Time-Period/Makefile index cf1a81ab5a1..23d710274dc 100644 --- a/time/p5-Time-Period/Makefile +++ b/time/p5-Time-Period/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/04/11 16:49:23 snj Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:12 grant Exp $ DISTNAME= Period-1.20 PKGNAME= p5-Time-${DISTNAME} SVR4_PKGNAME= p5per +PKGREVISION= 1 CATEGORIES= devel perl5 time MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PR/PRYAN/} diff --git a/time/p5-Time-Piece/Makefile b/time/p5-Time-Piece/Makefile index 967634cc633..e9499495421 100644 --- a/time/p5-Time-Piece/Makefile +++ b/time/p5-Time-Piece/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/23 17:04:37 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:12 grant Exp $ DISTNAME= Time-Piece-1.08 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tpc +PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time/Makefile b/time/p5-Time/Makefile index aee5644a2a4..7a627ae257c 100644 --- a/time/p5-Time/Makefile +++ b/time/p5-Time/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2004/04/11 16:47:47 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:12 grant Exp $ DISTNAME= Time-modules-101.062101 PKGNAME= p5-${DISTNAME:S/modules-//} SVR4_PKGNAME= p5tim +PKGREVISION= 1 CATEGORIES= devel perl5 time MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile index 8831eb3b055..f580e75215c 100644 --- a/time/p5-TimeDate/Makefile +++ b/time/p5-TimeDate/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2004/01/05 22:16:25 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:12 grant Exp $ # DISTNAME= TimeDate-1.14 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tid +PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} |