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:           Mon Jul 25 08:28:33 UTC 2016

Modified Files:
        pkgsrc/filesystems/p5-Path-Tiny: Makefile distinfo

Log Message:
Update to 0.096

Upstream changes:
0.096     2016-07-02 21:25:33-04:00 America/New_York

    - No changes from 0.095

0.095     2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE)

    [Tests]

    - Improved method for hiding some modules during tests.

0.094     2016-05-23 12:45:19-04:00 America/New_York

    - Fixed Changes note typo in 0.092.  0.092 had no changes since 0.091,
      not 0.090, meaning that all 0.091 changes were (and are) included.

0.092     2016-05-23 11:36:54-04:00 America/New_York

    - No changes from 0.091

0.091     2016-05-17 13:32:21-04:00 America/New_York (TRIAL RELEASE)

    [Changes]

    - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8)
      if available and Unicode::UTF8 is not installed.

    [Fixes]

    - The 'touch' method can now set the current time on files that aren't
      owned, as long as they are writeable.

    [Tests]

    - Improved consistency of symlink support inspection; now always
      looks at $Config{d_symlink}.

    - Skips impossible test on 'msys' platform.

0.090     2016-05-02 07:08:58-04:00 America/New_York

    - No changes from 0.089

0.089     2016-04-26 22:21:00-04:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - Fix spew_utf8 to allow array references as input.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/filesystems/p5-Path-Tiny/Makefile
cvs rdiff -u -r1.14 -r1.15 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.19 pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.20
--- pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.19       Wed Jun  8 19:23:51 2016
+++ pkgsrc/filesystems/p5-Path-Tiny/Makefile    Mon Jul 25 08:28:33 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2016/06/08 19:23:51 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2016/07/25 08:28:33 wen Exp $
 
-DISTNAME=      Path-Tiny-0.088
+DISTNAME=      Path-Tiny-0.096
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 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.14 pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.15
--- pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.14       Fri Apr 15 23:15:26 2016
+++ pkgsrc/filesystems/p5-Path-Tiny/distinfo    Mon Jul 25 08:28:33 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2016/04/15 23:15:26 mef Exp $
+$NetBSD: distinfo,v 1.15 2016/07/25 08:28:33 wen Exp $
 
-SHA1 (Path-Tiny-0.088.tar.gz) = b70837699dfb1ffc12b8e8f8ccbcf7f4e0cff185
-RMD160 (Path-Tiny-0.088.tar.gz) = 4b2bd76b5ca5ab69bd0d7a313c33d0619bb560f0
-SHA512 (Path-Tiny-0.088.tar.gz) = 546e8d75f0cb21c8a386c1df6cf68fa7c9b695f79a29c7d409752c883a2c280f3bb3ad1173230c0af71615c9a4118c62ec3f36084deeae5889b752afd4ca2172
-Size (Path-Tiny-0.088.tar.gz) = 89852 bytes
+SHA1 (Path-Tiny-0.096.tar.gz) = 2659f0c3883a080116452e0cfc64897542ba3e75
+RMD160 (Path-Tiny-0.096.tar.gz) = bf912e74b6f1bca2a0d9c82cea01ca65d8ab3a9e
+SHA512 (Path-Tiny-0.096.tar.gz) = 9728b0d0f3bcd289f72a75212e376534523334f622203531bd5c2e8bdfd58728fb2ca952878f6100e4206ca4ab89d63927a7afb40c869e69965da1dc7f4e5629
+Size (Path-Tiny-0.096.tar.gz) = 90903 bytes



Home | Main Index | Thread Index | Old Index