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 Aug 20 02:13:07 UTC 2018

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

Log Message:
Update to 0.108

Upstream changes:

0.108     2018-07-30 15:35:23-04:00 America/New_York

    - No changes from 0.107-TRIAL.

0.107     2018-07-24 15:10:36-04:00 America/New_York (TRIAL RELEASE)

    [Fixes]

    - Fixed a bug where failure to load optional modules would trigger
      an external $SIG{__DIE__} handler.

0.106     2018-07-14 09:37:00-04:00 America/New_York

    [Tests]

    - Protected t/locking.t from PERL_PATH_TINY_NO_FLOCK already
      in the environment.

0.105     2018-07-07 10:09:04-04:00 America/New_York (TRIAL RELEASE)

    [Additions]

    - The PERL_PATH_TINY_NO_FLOCK environment variable has been added to
      allow users to disable file locking (and any associated warnings).

    [Changes]

    - Detection of unsupported 'flock' is no longer BSD-specific.  This
      allows detecting and warning, for example, with the Luster filesystem
      on Linux.

    [Tests]

    - Improve reliability and diagnostics of tests run via 'do'.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/filesystems/p5-Path-Tiny/Makefile
cvs rdiff -u -r1.17 -r1.18 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.25 pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.26
--- pkgsrc/filesystems/p5-Path-Tiny/Makefile:1.25       Fri Jan 19 11:24:11 2018
+++ pkgsrc/filesystems/p5-Path-Tiny/Makefile    Mon Aug 20 02:13:07 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2018/01/19 11:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2018/08/20 02:13:07 wen Exp $
 
-DISTNAME=      Path-Tiny-0.104
+DISTNAME=      Path-Tiny-0.108
 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.17 pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.18
--- pkgsrc/filesystems/p5-Path-Tiny/distinfo:1.17       Sat Feb 18 07:25:56 2017
+++ pkgsrc/filesystems/p5-Path-Tiny/distinfo    Mon Aug 20 02:13:07 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2017/02/18 07:25:56 wen Exp $
+$NetBSD: distinfo,v 1.18 2018/08/20 02:13:07 wen Exp $
 
-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
+SHA1 (Path-Tiny-0.108.tar.gz) = 8cb67afa7543f0707c1326b1433c4a0828160efa
+RMD160 (Path-Tiny-0.108.tar.gz) = 1301607c8735ffae10422f075ed6a98aeb7af46a
+SHA512 (Path-Tiny-0.108.tar.gz) = 21cbc8ec84474a2fc14b77a2c8b659676d4842a87a7572497c0dd6ba1c2e5f91cdefa30fc9578fdc416d8c8ee4155ff302833925c1fdf9242c898ba6a0ebee13
+Size (Path-Tiny-0.108.tar.gz) = 93536 bytes



Home | Main Index | Thread Index | Old Index