pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-File-Touch Update to 0.12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f24411ac1450
branches:  trunk
changeset: 451746:f24411ac1450
user:      wen <wen%pkgsrc.org@localhost>
date:      Fri Apr 30 23:29:13 2021 +0000

description:
Update to 0.12

Upstream changes:
0.12 2021-03-20 NEILB
    - Fix for RT#128243, where touching a file in close succession wouldn't
      register the second one for make & other purposes, on systems that
      have finer granularity than seconds. Thanks to Slaven Rezic for
      the suggested fix.
    - Improved opening paragraphs of the DESCRIPTION, including a suggestion
      to always require 0.12 or higher.

0.11_03 2021-03-18 NEILB
    - Time::HiRes doesn't provide utime() on Windows, so now we try and
      load Time::HiRes in a BEGIN block, and only enforce the min version
      if it loaded ok.

0.11_02 2021-03-18 NEILB
    - Looks like I should have specified a min version of
      Time::HiRes. Was getting some fails from CPAN Testers,
      about utime() not being available.

0.11_01 2021-03-17 NEILB
    - Try Slaven's suggested fix for RT#128243

diffstat:

 devel/p5-File-Touch/Makefile |   5 ++---
 devel/p5-File-Touch/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 9420da887d4d -r f24411ac1450 devel/p5-File-Touch/Makefile
--- a/devel/p5-File-Touch/Makefile      Fri Apr 30 23:26:23 2021 +0000
+++ b/devel/p5-File-Touch/Makefile      Fri Apr 30 23:29:13 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/08/31 18:08:04 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2021/04/30 23:29:13 wen Exp $
 #
 
-DISTNAME=      File-Touch-0.11
+DISTNAME=      File-Touch-0.12
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   5
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=File/}
 
diff -r 9420da887d4d -r f24411ac1450 devel/p5-File-Touch/distinfo
--- a/devel/p5-File-Touch/distinfo      Fri Apr 30 23:26:23 2021 +0000
+++ b/devel/p5-File-Touch/distinfo      Fri Apr 30 23:29:13 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/04/10 05:51:20 mef Exp $
+$NetBSD: distinfo,v 1.5 2021/04/30 23:29:13 wen Exp $
 
-SHA1 (File-Touch-0.11.tar.gz) = dacbc7131baad068a483d6a713283daf48e546af
-RMD160 (File-Touch-0.11.tar.gz) = 039b6b194038b5b68ba1a5b6b5005ffaeb0536c1
-SHA512 (File-Touch-0.11.tar.gz) = 7f1d46fe26de863388854e222b0229e29f0575ee0d8ed59f8cc447a39bc40d7fda425a394a4c3bbc9f561370b6c82cec9c65f4bb784ebba4ff72dbcb5c0a4cd0
-Size (File-Touch-0.11.tar.gz) = 11749 bytes
+SHA1 (File-Touch-0.12.tar.gz) = c68dae35439900e630fe603827fec7684df7db31
+RMD160 (File-Touch-0.12.tar.gz) = ef49f6e416d1e209d1fd004df1f8b6283341b7f0
+SHA512 (File-Touch-0.12.tar.gz) = 0a13b4a2260fb134ba8ab2fc521aa9d92c9724773c06626e90bdb8b67c3ffab99679cb7f9ef6bfa5335c1d4fdf9bdbcfd8a8927f6fed5a0800dd3c9504904b40
+Size (File-Touch-0.12.tar.gz) = 12297 bytes



Home | Main Index | Thread Index | Old Index