pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-File-Touch



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Apr 30 23:29:13 UTC 2021

Modified Files:
        pkgsrc/devel/p5-File-Touch: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-File-Touch/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-File-Touch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-File-Touch/Makefile
diff -u pkgsrc/devel/p5-File-Touch/Makefile:1.16 pkgsrc/devel/p5-File-Touch/Makefile:1.17
--- pkgsrc/devel/p5-File-Touch/Makefile:1.16    Mon Aug 31 18:08:04 2020
+++ pkgsrc/devel/p5-File-Touch/Makefile Fri Apr 30 23:29:13 2021
@@ -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/}
 

Index: pkgsrc/devel/p5-File-Touch/distinfo
diff -u pkgsrc/devel/p5-File-Touch/distinfo:1.4 pkgsrc/devel/p5-File-Touch/distinfo:1.5
--- pkgsrc/devel/p5-File-Touch/distinfo:1.4     Sun Apr 10 05:51:20 2016
+++ pkgsrc/devel/p5-File-Touch/distinfo Fri Apr 30 23:29:13 2021
@@ -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