summaryrefslogtreecommitdiff
path: root/filesystems/p5-Path-Tiny
diff options
context:
space:
mode:
authorwen <wen>2013-10-19 13:40:52 +0000
committerwen <wen>2013-10-19 13:40:52 +0000
commitec2645c1e43c7ce0b3b6a4f19cc34c97180f040d (patch)
tree595a1822306464f563567db5f8a13b6cd660f7f1 /filesystems/p5-Path-Tiny
parented35787637187320881ffb2eb436f188ba1ef696 (diff)
downloadpkgsrc-ec2645c1e43c7ce0b3b6a4f19cc34c97180f040d.tar.gz
Update to 0.044
Upstream changes: 0.044 2013-10-17 17:00:41 America/New_York [FIXED] - Fixed child path construction against the root path. - Fixed path construction when a relative volume is provided as the first argument on Windows; e.g. path("C:", "lib") must be like path("C:lib"), not path("C:/lib"). - On AIX, shared locking is replaced by exclusive locking on a R/W filehandle, as locking read handles is not supported 0.043 2013-10-14 06:24:06 America/New_York [CHANGED] - Calling 'absolute' on Windows will add the volume if it is missing (E.g. "/foo" will become "C:/foo"). This matches the behavior of File::Spec->rel2abs. [FIXED] - Fixed t/00-report-prereqs.t for use with older versions of CPAN::Meta::Requirements 0.042 2013-10-13 11:02:02 America/New_York [FIXED] - When 'realpath' can't be resolved (because intermediate directories don't exist), the exception now explains the error clearly instead of complaining about path() needing a defined, positive-length argument. - On Windows, fixed resolution of relative paths with a volume. E.g. "C:foo" is now correctly translated into getdcwd on "C:" plus "foo". 0.041 2013-10-11 08:56:31 America/New_York [FIXES] - Removes duplicate test dependency on File::Spec that triggers a CPAN.pm bug 0.040 2013-10-08 22:01:50 America/New_York [FIXES] - Fixed broken locking test on *bsd - When using 'filehandle' to request a locked handle that truncates an existing file and has a binmode starting with ":unix", this fixes a bug where pseudo-layers weren't being cleared properly. 0.039 2013-10-08 16:39:23 America/New_York [ADDITIONS] - The 'filehandle' method now offers an option to return locked handles based on the file mode. Input-output methods now rely on this feature internally. Truncating file modes defer truncation until after an exclusive lock is acquired. [FIXES] - The 'filehandle' method now respects default encoding set by the caller's open pragma. 0.038 2013-10-01 18:20:05 America/New_York [ADDITIONS] - Added 'is_rootdir' method to simplify testing if a path is the root directory 0.037 2013-09-25 13:00:25 America/New_York [FIXES] - Fixed for v5.8 0.036 2013-09-25 09:34:28 America/New_York [PREREQS] - No longer lists 'threads' as a prerequisite. If you have a threaded perl, you have it and if you're not, Path::Tiny doesn't care. 0.035 2013-09-24 07:21:55 America/New_York [FIXED] - Fixed flock warning on BSD that was broken with the autodie removal; now also applies to all BSD flavors 0.034 2013-09-23 16:16:36 America/New_York [INCOMPATIBLE CHANGE] - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this removes the last dependency on autodie, which allows us to support Perls as far back as v5.8.1 [FIXED] - BSD/NFS flock fix was not backwards compatible before v5.14. This fixes it harder. [PREREQS] - dropped autodie - lowered ExtUtils::MakeMaker configure_requires version to 6.17 0.033 2013-09-12 08:54:30 America/New_York [FIXED] - Perl on BSD may not support locking on an NFS filesystem. If this is detected, Path::Tiny warns and continues in an unsafe mode. The 'flock' warning category may be fatalized to die instead. [DOCUMENTED] - Added 'iterator' example showing defaults 0.032 2013-09-06 17:52:48 America/New_York [PREREQS] - Removed several test dependencies. Path::Tiny now only needs core modules, though some must be upgraded on old Perls
Diffstat (limited to 'filesystems/p5-Path-Tiny')
-rw-r--r--filesystems/p5-Path-Tiny/Makefile5
-rw-r--r--filesystems/p5-Path-Tiny/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile
index d04f7f69cd1..cafddfbed5e 100644
--- a/filesystems/p5-Path-Tiny/Makefile
+++ b/filesystems/p5-Path-Tiny/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2013/09/05 07:07:10 wen Exp $
+# $NetBSD: Makefile,v 1.4 2013/10/19 13:40:52 wen Exp $
#
-DISTNAME= Path-Tiny-0.031
+DISTNAME= Path-Tiny-0.044
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
@@ -15,7 +15,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Path/Tiny/.packlist
-DEPENDS+= p5-autodie>=2.14:../../devel/p5-autodie
DEPENDS+= {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools
BUILD_DEPENDS+= p5-Devel-Hide-[0-9]*:../../devel/p5-Devel-Hide
diff --git a/filesystems/p5-Path-Tiny/distinfo b/filesystems/p5-Path-Tiny/distinfo
index cca88e6de91..a4a28f844e7 100644
--- a/filesystems/p5-Path-Tiny/distinfo
+++ b/filesystems/p5-Path-Tiny/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2013/09/05 07:07:10 wen Exp $
+$NetBSD: distinfo,v 1.4 2013/10/19 13:40:52 wen Exp $
-SHA1 (Path-Tiny-0.031.tar.gz) = 116d95ec6622bf3318685010777be95a86f85790
-RMD160 (Path-Tiny-0.031.tar.gz) = be420e6a5d57f3c35d95570529aa0a824488d591
-Size (Path-Tiny-0.031.tar.gz) = 41981 bytes
+SHA1 (Path-Tiny-0.044.tar.gz) = 5bad6643c42b8e6fb463842880e284e0347c421c
+RMD160 (Path-Tiny-0.044.tar.gz) = 1f8edbc2aa68516a8ce8274c42e894f897cb5c63
+Size (Path-Tiny-0.044.tar.gz) = 48394 bytes