summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2014-07-28 20:09:30 +0000
committerschmonz <schmonz@pkgsrc.org>2014-07-28 20:09:30 +0000
commit164316278dca922f36f8685d22d86c84db5aca87 (patch)
tree2de34218d647383f5ddcbe0157912774069b52be /devel
parent0dbc395686023bbfa6f3de27e9245df27786abed (diff)
downloadpkgsrc-164316278dca922f36f8685d22d86c84db5aca87.tar.gz
Update to 2.08. From the changelog:
2.07 Mon Jul 28 02:48:49 CDT 2014 Try one more time to deal with version issues. 2.01 Sat Jul 26 01:52:46 CDT 2014 Version numbers now come from the current build rather than Makefile.PL. Upping the version to v2.00 makes it easier to keep track of it all. Makefile uses stringy, .pm uses v-string. Hopefully that will keep everyone happy. For libs_curr: Avoid truncating dirent's with embedded newlines in taint-hack by using single-line mode: m{ (.+) }xs Add "scalar" option to export the first directory found only as a scalar (vs list). Mainly useful with things like config dir's where the first one will always be used in any case: use FindBin::libs qw( base=etc scalar ); exports "$etc" rather than "@etc" (saves using $etc[0] everyplace). Also works with use FindBin::libs qw( base=etc export=config scalar ); to export $config rather than an array. Added some examples. Replace given block to avoid nastygrams from post-5.16 perls. Add stub libs.pm as placeholder for version. Finally remembered to fix typo (thanks to x.guimard). 1.11 Wed Jul 2 22:34:00 CDT 2014 R.I.P. Build.PL. see Makefile.PL Fix broken assignment of rel2abs from Cwd rather than File::Spec::Functions. Add test for abs_path or rel2abs surviving both '//' and 'cwd' -- if neither of them is available or working the rest of this is a waste. Note: I don't have access to windows for testing. If any of this fails please contact me and we can figure out what is wrong. 1.9.1 Tue May 27 08:20:41 CDT 2014 Minor cleanup blows up in 5.12; works in 5.14. Given that 5.20 is about to be on the street: the current version is pushed up to 5.14 (i.e., if ref $^V and v5.14 le $^V then the installed version is *_curr, otherwise it is *_5_8).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-FindBin-libs/Makefile5
-rw-r--r--devel/p5-FindBin-libs/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-FindBin-libs/Makefile b/devel/p5-FindBin-libs/Makefile
index b0001c8403f..a5b8eecffb1 100644
--- a/devel/p5-FindBin-libs/Makefile
+++ b/devel/p5-FindBin-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2014/06/09 17:56:48 schmonz Exp $
+# $NetBSD: Makefile,v 1.6 2014/07/28 20:09:30 schmonz Exp $
#
-DISTNAME= FindBin-libs-1.9
+DISTNAME= FindBin-libs-2.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=FindBin/}
@@ -11,7 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/FindBin-libs/
COMMENT= Locate and a 'use lib' or export directories based on FindBin::Bin
LICENSE= ${PERL5_LICENSE}
-PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/FindBin/libs/.packlist
.include "../../lang/perl5/module.mk"
diff --git a/devel/p5-FindBin-libs/distinfo b/devel/p5-FindBin-libs/distinfo
index d5b0d8b94ac..5ac1cd7ce0d 100644
--- a/devel/p5-FindBin-libs/distinfo
+++ b/devel/p5-FindBin-libs/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/06/09 17:56:48 schmonz Exp $
+$NetBSD: distinfo,v 1.4 2014/07/28 20:09:30 schmonz Exp $
-SHA1 (FindBin-libs-1.9.tar.gz) = 6c2ee2fe5a3307ac6aafd66b36570d6b47051af6
-RMD160 (FindBin-libs-1.9.tar.gz) = 7c61cecbcb97cde8f4ecf136366505bf7eda2ba6
-Size (FindBin-libs-1.9.tar.gz) = 21123 bytes
+SHA1 (FindBin-libs-2.08.tar.gz) = f2cdd7b087c4f237f4b9ecb96e87255b1ca92856
+RMD160 (FindBin-libs-2.08.tar.gz) = 2d5cec1fdaf8e949e8f69407bcd337458d2d1827
+Size (FindBin-libs-2.08.tar.gz) = 26769 bytes