diff options
author | sno <sno@pkgsrc.org> | 2010-09-21 06:11:38 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-09-21 06:11:38 +0000 |
commit | 8ca3c78d871c4649ac7e78edea9bf7939e77c8ff (patch) | |
tree | 988d3d2add1fef08c990b7d03b71ad40aeefe30a /devel | |
parent | 41fdffe5861612beacf861d5a4969afc77fe6296 (diff) | |
download | pkgsrc-8ca3c78d871c4649ac7e78edea9bf7939e77c8ff.tar.gz |
Updating devel/p5-PathTools from 3.31nb1 to 3.33
pkgsrc changes:
- adjust license
Upstream changes since 3.31:
3.33 - Mon Sep 20 18:00:00 2010
- No functional changes since the previous release.
- Fixes POD links
(part of core change2a6dc37471bea77f0c24fd1fe90c598a270c9968,
Florian Ragwitz)
3.32 - Sun Sep 19 18:00:00 2010
- Promote to stable release.
3.31_03 - Fri Sep 17 20:00:00 2010
- Colon delimiter and escaped delimiters for File::Spec::VMS
This is core change 61196b433b2b (Craig A. Berry)
3.31_02 - Fri Jul 23 20:00:00 2010
- Add TODO test for File::Spec->rel2abs() when under a symlink.
- Make catpath return an empty directory rather than the current
directory if the directory name is empty. This allows catpath
to play nice with non-rooted logical names, as in
catpath('sys$login:', '', 'login.com');
(Craig A. Berry)
- Fix abs2rel bug in handling a Unix-style input.
(Craig A. Berry)
- Assorted clarification and simplification of the documentation.
(Craig A. Berry)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PathTools/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-PathTools/distinfo | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-PathTools/Makefile b/devel/p5-PathTools/Makefile index 8e2cf4b4b34..14bbe45923a 100644 --- a/devel/p5-PathTools/Makefile +++ b/devel/p5-PathTools/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2010/08/21 16:34:17 seb Exp $ +# $NetBSD: Makefile,v 1.13 2010/09/21 06:11:38 sno Exp $ -DISTNAME= PathTools-3.31 +DISTNAME= PathTools-3.33 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PathTools/ COMMENT= Perl module for portably manipulating file specifications -LICENSE= gnu-gpl-v2 # OR artistic +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir @@ -17,7 +17,7 @@ DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=1.14}:../../devel/p5-Scalar-List-Uti CONFLICTS+= p5-File-Spec-[0-9]* -CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD" +CFLAGS+= -DHAS_GETCWD PERL5_PACKLIST= auto/Cwd/.packlist diff --git a/devel/p5-PathTools/distinfo b/devel/p5-PathTools/distinfo index 046104dfa48..875dded2ac6 100644 --- a/devel/p5-PathTools/distinfo +++ b/devel/p5-PathTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/11/11 20:55:37 seb Exp $ +$NetBSD: distinfo,v 1.8 2010/09/21 06:11:38 sno Exp $ -SHA1 (PathTools-3.31.tar.gz) = 0570da96ea7b58f155d27b35396a34510a984c84 -RMD160 (PathTools-3.31.tar.gz) = 2632f5f2cbca59359d49e908d765214baf7cdf56 -Size (PathTools-3.31.tar.gz) = 134852 bytes +SHA1 (PathTools-3.33.tar.gz) = d99d09d8f985fcf25d4d0372d9302a5acf02f60f +RMD160 (PathTools-3.33.tar.gz) = 49419e6dc3b6cbf1d2b4d2dc471a0861fce7fc86 +Size (PathTools-3.33.tar.gz) = 134690 bytes |