pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/filesystems/p5-Path-Tiny
Module Name: pkgsrc
Committed By: wen
Date: Sat Feb 18 07:25:57 UTC 2017
Modified Files:
pkgsrc/filesystems/p5-Path-Tiny: Makefile distinfo
Log Message:
Update to 0.104
Upstream changes:
0.104 2017-02-17 07:17:00-05:00 America/New_York
- No changes from 0.103-TRIAL.
0.103 2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE)
[Bug fixes]
- Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an
absolute path starting with 'C:/foo', which was an unintentional
behavior change. This release now uses any absolute base without
further normalization.
0.101 2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE)
[Changes]
- The 'absolute' method now always returns an absolute path, even if a
user provided a relative path for the base path. The old, odd
behavior was documented, but people often don't read docs. The new
behavior avoids suprises.
[Additions]
- Added 'cached_temp' method.
0.100 2017-01-14 22:47:55-05:00 America/New_York
- No changes from 0.099-TRIAL.
0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE)
[Tests]
- Fixed tests for eventual removal of '.' from `@INC` in Perl.
[Documentation]
- Fixed filehandle mode typo.
- Fixed typo in relative() that mentioned rel2abs instead of abs2rel.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/filesystems/p5-Path-Tiny/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/filesystems/p5-Path-Tiny/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/filesystems/p5-Path-Tiny/Makefile
diff -u pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.21 pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.22
--- pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.21 Mon Jan 2 07:14:20 2017
+++ pkgsrc/filesystems/p5-Path-Tiny/Makefile Sat Feb 18 07:25:56 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/01/02 07:14:20 wen Exp $
+# $NetBSD: Makefile,v 1.22 2017/02/18 07:25:56 wen Exp $
-DISTNAME= Path-Tiny-0.098
+DISTNAME= Path-Tiny-0.104
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAGOLDEN/}
Index: pkgsrc/filesystems/p5-Path-Tiny/distinfo
diff -u pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.16 pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.17
--- pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.16 Mon Jan 2 07:14:20 2017
+++ pkgsrc/filesystems/p5-Path-Tiny/distinfo Sat Feb 18 07:25:56 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2017/01/02 07:14:20 wen Exp $
+$NetBSD: distinfo,v 1.17 2017/02/18 07:25:56 wen Exp $
-SHA1 (Path-Tiny-0.098.tar.gz) = 6351aedb611101101f2d6d8e1d3cea1610e36120
-RMD160 (Path-Tiny-0.098.tar.gz) = 257afb30d005fd0f6343ec41bf3980255204de59
-SHA512 (Path-Tiny-0.098.tar.gz) = 6a92eb98cbf2ea0c9a4cc1fc4f376de2bfbbf8d306be19d3db15bf8903256723149df62ffb82e87e8ce908ec5a0c11701c222c76dcfb97ecdb8023e6a77a2a53
-Size (Path-Tiny-0.098.tar.gz) = 91600 bytes
+SHA1 (Path-Tiny-0.104.tar.gz) = 5cdcad1149252ec18b7cc6501a98631dc6807922
+RMD160 (Path-Tiny-0.104.tar.gz) = 3a5d27a5b6655b2b9903995d7182dda6b58b190f
+SHA512 (Path-Tiny-0.104.tar.gz) = 6574e48645ebb4f61d45c1365e8b63cfaac6423394ba08363cfd62d3d98d163bd333d997bf5f7fd0e37ff94fcb3a3e19871eb7499b295399f048fd6a4bd3c78c
+Size (Path-Tiny-0.104.tar.gz) = 93011 bytes
Home |
Main Index |
Thread Index |
Old Index