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 /mail | |
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 'mail')
-rw-r--r-- | mail/p5-Email-Valid/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-IMAP-Admin/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Lite/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-Types/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MIME-tools/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Audit/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-ClamAV/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-IMAPClient/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-ListDetector/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Mbox-MessageParser/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Milter/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-SPF-Query/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-SRS/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Sendmail/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-MailTools/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Sendmail-AccessDB/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-Sendmail-PMilter/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-User-Identity/Makefile | 3 | ||||
-rw-r--r-- | mail/p5-razor-agents/Makefile | 3 |
19 files changed, 38 insertions, 19 deletions
diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index 7747c2ba5fb..754994b8c60 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/12/05 19:06:05 he Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/20 11:31:04 grant Exp $ DISTNAME= Email-Valid-0.15 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5emv +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Email/} diff --git a/mail/p5-IMAP-Admin/Makefile b/mail/p5-IMAP-Admin/Makefile index ec29afe55c4..ebfe7d791cb 100644 --- a/mail/p5-IMAP-Admin/Makefile +++ b/mail/p5-IMAP-Admin/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2004/07/22 22:40:16 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/20 11:31:04 grant Exp $ # DISTNAME= IMAP-Admin-1.6.1 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iad +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IMAP/} diff --git a/mail/p5-MIME-Lite/Makefile b/mail/p5-MIME-Lite/Makefile index a08c35ee58f..be8b64e5f67 100644 --- a/mail/p5-MIME-Lite/Makefile +++ b/mail/p5-MIME-Lite/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2004/05/02 04:19:41 snj Exp $ +# $NetBSD: Makefile,v 1.7 2004/12/20 11:31:04 grant Exp $ DISTNAME= MIME-Lite-2.111 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mil +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} diff --git a/mail/p5-MIME-Types/Makefile b/mail/p5-MIME-Types/Makefile index 66dfcfb4009..e7659070cc0 100644 --- a/mail/p5-MIME-Types/Makefile +++ b/mail/p5-MIME-Types/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 02:42:03 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:04 grant Exp $ DISTNAME= MIME-Types-1.12 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-MIME-tools/Makefile b/mail/p5-MIME-tools/Makefile index 0addc092be9..18a4964737d 100644 --- a/mail/p5-MIME-tools/Makefile +++ b/mail/p5-MIME-tools/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2004/11/28 23:08:21 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2004/12/20 11:31:04 grant Exp $ # DISTNAME= MIME-tools-5.415 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mit +PKGREVISION= 1 CATEGORIES= perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/} diff --git a/mail/p5-Mail-Audit/Makefile b/mail/p5-Mail-Audit/Makefile index cb2cda54d26..da1044d026b 100644 --- a/mail/p5-Mail-Audit/Makefile +++ b/mail/p5-Mail-Audit/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2004/05/02 04:19:41 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-Audit-2.0 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mau +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-ClamAV/Makefile b/mail/p5-Mail-ClamAV/Makefile index e74ac67838b..e688b99cf85 100644 --- a/mail/p5-Mail-ClamAV/Makefile +++ b/mail/p5-Mail-ClamAV/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2004/12/03 15:15:02 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-ClamAV-0.12 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-IMAPClient/Makefile b/mail/p5-Mail-IMAPClient/Makefile index 0668e52f24d..68d45e9d4f2 100644 --- a/mail/p5-Mail-IMAPClient/Makefile +++ b/mail/p5-Mail-IMAPClient/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.11 2004/05/02 04:19:41 snj Exp $ +# $NetBSD: Makefile,v 1.12 2004/12/20 11:31:04 grant Exp $ # DISTNAME= Mail-IMAPClient-2.2.9 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mic +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-ListDetector/Makefile b/mail/p5-Mail-ListDetector/Makefile index 3e0cdc622a9..8e45aa9d187 100644 --- a/mail/p5-Mail-ListDetector/Makefile +++ b/mail/p5-Mail-ListDetector/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/05/02 04:19:41 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-ListDetector-0.18 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mli +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Mbox-MessageParser/Makefile b/mail/p5-Mail-Mbox-MessageParser/Makefile index 8f85eaaea5c..f4081f03af1 100644 --- a/mail/p5-Mail-Mbox-MessageParser/Makefile +++ b/mail/p5-Mail-Mbox-MessageParser/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/06/23 15:34:07 snj Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-Mbox-MessageParser-1.20 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Milter/Makefile b/mail/p5-Mail-Milter/Makefile index c1c8ae328a8..a195eece528 100644 --- a/mail/p5-Mail-Milter/Makefile +++ b/mail/p5-Mail-Milter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/11/25 21:55:04 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:04 grant Exp $ # DISTNAME= Mail-Milter-0.06 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} \ ${MASTER_SITE_SOURCEFORGE:=pmilter/} diff --git a/mail/p5-Mail-SPF-Query/Makefile b/mail/p5-Mail-SPF-Query/Makefile index 24140676d28..7ab48c72d6a 100644 --- a/mail/p5-Mail-SPF-Query/Makefile +++ b/mail/p5-Mail-SPF-Query/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/03/07 01:50:25 heinz Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-SPF-Query-1.996 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5msq +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-SRS/Makefile b/mail/p5-Mail-SRS/Makefile index af834c299ea..a81b59f1d32 100644 --- a/mail/p5-Mail-SRS/Makefile +++ b/mail/p5-Mail-SRS/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/11/29 02:19:20 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-SRS-0.31 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Mail-Sendmail/Makefile b/mail/p5-Mail-Sendmail/Makefile index 9fc4055b855..b360ebd9771 100644 --- a/mail/p5-Mail-Sendmail/Makefile +++ b/mail/p5-Mail-Sendmail/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2004/04/25 04:14:48 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/20 11:31:04 grant Exp $ DISTNAME= Mail-Sendmail-0.78 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mse +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-MailTools/Makefile b/mail/p5-MailTools/Makefile index 9a00ecf556a..956a6e2201c 100644 --- a/mail/p5-MailTools/Makefile +++ b/mail/p5-MailTools/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2004/08/02 21:43:53 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/20 11:31:04 grant Exp $ DISTNAME= MailTools-1.62 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mto +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} diff --git a/mail/p5-Sendmail-AccessDB/Makefile b/mail/p5-Sendmail-AccessDB/Makefile index 77bd60a03f7..42760cb526a 100644 --- a/mail/p5-Sendmail-AccessDB/Makefile +++ b/mail/p5-Sendmail-AccessDB/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/04/25 05:12:27 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/20 11:31:04 grant Exp $ DISTNAME= Sendmail-AccessDB-0.07 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sendmail/} diff --git a/mail/p5-Sendmail-PMilter/Makefile b/mail/p5-Sendmail-PMilter/Makefile index a8344be0948..a28c13db557 100644 --- a/mail/p5-Sendmail-PMilter/Makefile +++ b/mail/p5-Sendmail-PMilter/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/08/10 21:22:28 tv Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/20 11:31:04 grant Exp $ # DISTNAME= Sendmail-PMilter-0.95 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmilter/} diff --git a/mail/p5-User-Identity/Makefile b/mail/p5-User-Identity/Makefile index 57e462a82b2..91ed915111a 100644 --- a/mail/p5-User-Identity/Makefile +++ b/mail/p5-User-Identity/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/17 02:25:44 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ DISTNAME= User-Identity-0.07 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=User/} diff --git a/mail/p5-razor-agents/Makefile b/mail/p5-razor-agents/Makefile index aa33d54a7ad..8101285c84c 100644 --- a/mail/p5-razor-agents/Makefile +++ b/mail/p5-razor-agents/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.15 2004/11/12 00:26:03 seb Exp $ +# $NetBSD: Makefile,v 1.16 2004/12/20 11:31:05 grant Exp $ DISTNAME= razor-agents-2.40 PKGNAME= p5-${DISTNAME} PKGREVISION= # empty SVR4_PKGNAME= p5ra +PKGREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=razor/} |