pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Throwable



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jul  4 07:45:49 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Throwable: Makefile distinfo

Log Message:
Update to 1.000

Upstream changes:
1.000     2021-06-26 13:46:02-04:00 America/New_York
        - The previous release changed from 0.xxxxxx to 0.xxx for
          version numbering.  While this is safe to do within the realm
          of Perl version comparisons, some tools treat the x numbers,
          above, as suitable for direct comparison.  Generally, when changing
          the precision of a decimal version number in Perl, one must bump the
          integer part, which I did not do.  I took a risk, and somebody
          noticed.

          So, this release is now v1.000, despite not being a milestone of any
          sort.  So it goes.

0.201     2021-06-18 21:33:37-04:00 America/New_York
        - remove inadvertant use of 5.12-only syntax


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Throwable/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Throwable/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-Throwable/Makefile
diff -u pkgsrc/devel/p5-Throwable/Makefile:1.23 pkgsrc/devel/p5-Throwable/Makefile:1.24
--- pkgsrc/devel/p5-Throwable/Makefile:1.23     Mon May 24 19:51:52 2021
+++ pkgsrc/devel/p5-Throwable/Makefile  Sun Jul  4 07:45:49 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2021/05/24 19:51:52 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2021/07/04 07:45:49 wen Exp $
 
-DISTNAME=      Throwable-0.200013
+DISTNAME=      Throwable-1.000
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RJ/RJBS/}
 

Index: pkgsrc/devel/p5-Throwable/distinfo
diff -u pkgsrc/devel/p5-Throwable/distinfo:1.7 pkgsrc/devel/p5-Throwable/distinfo:1.8
--- pkgsrc/devel/p5-Throwable/distinfo:1.7      Tue Nov  3 03:28:55 2015
+++ pkgsrc/devel/p5-Throwable/distinfo  Sun Jul  4 07:45:49 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/03 03:28:55 agc Exp $
+$NetBSD: distinfo,v 1.8 2021/07/04 07:45:49 wen Exp $
 
-SHA1 (Throwable-0.200013.tar.gz) = f281e7370cb132183dd72b66925589c97b183a1d
-RMD160 (Throwable-0.200013.tar.gz) = 7ddbab867358bab87ee34711abf9f760df8fd33e
-SHA512 (Throwable-0.200013.tar.gz) = 81ce73709c7c6a0160da42b00ce06ddf4cce79a6801df7aa90ddcce67efed6ace17b06171ac42b2737a98515c17ab46b5a3b7fd9e5bd3079b109a977dc6c0963
-Size (Throwable-0.200013.tar.gz) = 20254 bytes
+SHA1 (Throwable-1.000.tar.gz) = 1cdad028e4a9736035e355f0bd0e87e5474f37cf
+RMD160 (Throwable-1.000.tar.gz) = 887eb142af8839d6d953a4a22bf95b2757384e5f
+SHA512 (Throwable-1.000.tar.gz) = d81d2e3eff78ad396e6e61ad09ecf3c1eaaf33ae24c8b74c8336b568dceb1b62aa03f9e8417df2edc55b0c6806599c7e88ccc43f2b45c11262fd8139706a9bc3
+Size (Throwable-1.000.tar.gz) = 21875 bytes



Home | Main Index | Thread Index | Old Index