summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-08-16 21:11:30 +0000
committerwiz <wiz@pkgsrc.org>2011-08-16 21:11:30 +0000
commitbdf5e8a95f4d570247fd74957765f7e1e4196da8 (patch)
tree17f7bbaff0588753e83fbae9b11aecbb23826fad
parent49d22dc4a008a2f7c089a659384ee8517ab48413 (diff)
downloadpkgsrc-bdf5e8a95f4d570247fd74957765f7e1e4196da8.tar.gz
Update to 0.28, add some missing dependencies.
0.28: - fixes for cpantester - Fix 'switch' and 'use' for bash users, by Woody2143++ - The standalone `perlbrew` file is now packed with fatpacker, by running `dev-bin/build.sh`. `perl Makefile.PL` does no trigger a re-build anymore. - Update the installer to grab patchperl 0.46
-rw-r--r--devel/p5-App-perlbrew/Makefile19
-rw-r--r--devel/p5-App-perlbrew/distinfo8
2 files changed, 18 insertions, 9 deletions
diff --git a/devel/p5-App-perlbrew/Makefile b/devel/p5-App-perlbrew/Makefile
index a7163d4954a..2b60ed2857e 100644
--- a/devel/p5-App-perlbrew/Makefile
+++ b/devel/p5-App-perlbrew/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2011/08/07 07:52:46 adam Exp $
+# $NetBSD: Makefile,v 1.7 2011/08/16 21:11:30 wiz Exp $
-DISTNAME= App-perlbrew-0.27
+DISTNAME= App-perlbrew-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=App/}
@@ -10,13 +10,22 @@ HOMEPAGE= http://search.cpan.org/dist/App-perlbrew/
COMMENT= Manage perl installations in your $$HOME
LICENSE= mit
+DEPENDS+= p5-Devel-PatchPerl>=0.46:../../devel/p5-Devel-PatchPerl
+DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
+DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
+
+# actually, only TEST_DEPENDS
+BUILD_DEPENDS+= p5-IO-All-[0-9]*:../../devel/p5-IO-All
+BUILD_DEPENDS+= p5-Path-Class-[0-9]*:../../devel/p5-Path-Class
+BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+BUILD_DEPENDS+= p5-Test-Output-[0-9]*:../../devel/p5-Test-Output
+BUILD_DEPENDS+= p5-Test-Spec-[0-9]*:../../devel/p5-Test-Spec
+
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
+USE_TOOLS+= perl
PERL5_PACKLIST= auto/App/perlbrew/.packlist
-DEPENDS+= p5-File-Path-Tiny>=0.1:../../devel/p5-File-Path-Tiny
-DEPENDS+= p5-HTTP-Lite>=2.2:../../www/p5-HTTP-Lite
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-App-perlbrew/distinfo b/devel/p5-App-perlbrew/distinfo
index d8c59aea964..6eadd59d53c 100644
--- a/devel/p5-App-perlbrew/distinfo
+++ b/devel/p5-App-perlbrew/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/08/07 07:52:46 adam Exp $
+$NetBSD: distinfo,v 1.6 2011/08/16 21:11:30 wiz Exp $
-SHA1 (App-perlbrew-0.27.tar.gz) = 4f2691d06f1506d34d714ebbce2ee09f175346fa
-RMD160 (App-perlbrew-0.27.tar.gz) = b950fcad921b9e6df6d45ed14225d2938a9de9b6
-Size (App-perlbrew-0.27.tar.gz) = 55953 bytes
+SHA1 (App-perlbrew-0.28.tar.gz) = f19178731b125edb8f7ed2e453d6365b59b81612
+RMD160 (App-perlbrew-0.28.tar.gz) = c8b0280604c60178c74e2f85ee0bd89aba2c1792
+Size (App-perlbrew-0.28.tar.gz) = 55493 bytes