pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Update to not require p5-Attribute-Handlers for ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d4a462d13ee
branches:  trunk
changeset: 548265:8d4a462d13ee
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Oct 12 17:39:29 2008 +0000

description:
Update to not require p5-Attribute-Handlers for perl>=5.10.0, bump pkgrevision

diffstat:

 devel/p5-Params-Validate/Makefile    |  5 +++--
 devel/p5-Perl6-Export-Attrs/Makefile |  6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs (43 lines):

diff -r ea409983f73c -r 8d4a462d13ee devel/p5-Params-Validate/Makefile
--- a/devel/p5-Params-Validate/Makefile Sun Oct 12 17:34:53 2008 +0000
+++ b/devel/p5-Params-Validate/Makefile Sun Oct 12 17:39:29 2008 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2008/05/28 21:29:55 abs Exp $
+# $NetBSD: Makefile,v 1.31 2008/10/12 17:39:41 abs Exp $
 
 DISTNAME=      Params-Validate-0.91
+PKGREVISION=   1
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5pva
 CATEGORIES=    devel perl5
@@ -13,7 +14,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-DEPENDS+=      p5-Attribute-Handlers>=0.76:../../devel/p5-Attribute-Handlers
+DEPENDS+=      {p5-Attribute-Handlers>=0.76,perl>=5.10.0}:../../devel/p5-Attribute-Handlers
 
 USE_LANGUAGES= c
 PERL5_PACKLIST=        auto/Params/Validate/.packlist
diff -r ea409983f73c -r 8d4a462d13ee devel/p5-Perl6-Export-Attrs/Makefile
--- a/devel/p5-Perl6-Export-Attrs/Makefile      Sun Oct 12 17:34:53 2008 +0000
+++ b/devel/p5-Perl6-Export-Attrs/Makefile      Sun Oct 12 17:39:29 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:25 joerg Exp $
-#
+# $NetBSD: Makefile,v 1.3 2008/10/12 17:39:29 abs Exp $
 
 DISTNAME=      Perl6-Export-Attrs-0.0.3
+PKGREVISION=   1
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DC/DCONWAY/}
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      p5-Attribute-Handlers-[0-9]*:../../devel/p5-Attribute-Handlers
+DEPENDS+=      {p5-Attribute-Handlers>=0,perl>=5.10.0}:../../devel/p5-Attribute-Handlers
 DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
 
 USE_LANGUAGES= # empty



Home | Main Index | Thread Index | Old Index