pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Module-Metadata
Module Name: pkgsrc
Committed By: mef
Date: Tue Aug 9 13:38:24 UTC 2016
Modified Files:
pkgsrc/devel/p5-Module-Metadata: Makefile distinfo
Log Message:
Updated devel/p5-Module-Metadata 1.000027 to 1,000033
-----------------------------------------------------
1.000033 2016-07-24 23:32:58Z
- fix file operation in tests for VMS
1.000032 2016-04-23 22:36:24Z (TRIAL RELEASE)
- use a more strict matching heuristic when attempting to infer the
"primary" module name in a parsed .pm file
- only report "main" as the module name if code was seen outside another
namespace, fixing bad results for pod files (RT#107525)
1.000031 2015-11-24 03:57:55Z (TRIAL RELEASE)
- be less noisy on failure when building as part of perl core (see perl
RT#126685)
1.000030 2015-11-20 03:03:24Z (TRIAL RELEASE)
- temp dirs cleaned up during tests (Steve Hay)
- more accurately mark tests as TODO, so as to have a quieter and less
confusing test run without passing TODO tests. This release is primarily
intended for the perl 5.23.5 release.
1.000029 2015-09-11 16:25:43Z (TRIAL RELEASE)
- fix missing "use" statement in refactored test helper (only affected older
perls, due to other module interactions)
1.000028 2015-09-11 04:24:39Z (TRIAL RELEASE)
- refactored and expanded test cases
- fixed a $VERSION extraction issue on perl 5.6.2 (RT#105978, PR#17)
- fix the detection of package Foo when $Foo::VERSION is set (RT#85961)
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Module-Metadata/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Module-Metadata/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-Module-Metadata/Makefile
diff -u pkgsrc/devel/p5-Module-Metadata/Makefile:1.7 pkgsrc/devel/p5-Module-Metadata/Makefile:1.8
--- pkgsrc/devel/p5-Module-Metadata/Makefile:1.7 Wed Jun 8 19:23:12 2016
+++ pkgsrc/devel/p5-Module-Metadata/Makefile Tue Aug 9 13:38:24 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2016/06/08 19:23:12 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/08/09 13:38:24 mef Exp $
-DISTNAME= Module-Metadata-1.000027
+DISTNAME= Module-Metadata-1.000033
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
Index: pkgsrc/devel/p5-Module-Metadata/distinfo
diff -u pkgsrc/devel/p5-Module-Metadata/distinfo:1.5 pkgsrc/devel/p5-Module-Metadata/distinfo:1.6
--- pkgsrc/devel/p5-Module-Metadata/distinfo:1.5 Tue Nov 3 03:28:29 2015
+++ pkgsrc/devel/p5-Module-Metadata/distinfo Tue Aug 9 13:38:24 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:28:29 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/08/09 13:38:24 mef Exp $
-SHA1 (Module-Metadata-1.000027.tar.gz) = ecc9ecb20fb0950139cad433b90cc6032bd36d8e
-RMD160 (Module-Metadata-1.000027.tar.gz) = e0e9f00e52f724414413b689b5bae570bc11aacf
-SHA512 (Module-Metadata-1.000027.tar.gz) = 4b71cf80a722803f664dd069b46b89cbe415bb2fd9ef81750d606ac7463c7d589256d853c4f0005fcd32e554d0cecb3724387e1ebc3b3b49d32ff516fa555c50
-Size (Module-Metadata-1.000027.tar.gz) = 41980 bytes
+SHA1 (Module-Metadata-1.000033.tar.gz) = 1d3d346f3c8f56acb5c3516f5578feb8a8a13e43
+RMD160 (Module-Metadata-1.000033.tar.gz) = ba01ccbc2305820a255a0c8d86091894532fa629
+SHA512 (Module-Metadata-1.000033.tar.gz) = 77c5cd4cd130cbcf329e91afecae4bcfa78e776fa1b4e6398a382ea9c80c7ba39b2fdcd16649a2bb65dc8ea904839961667dcb7bf0005c1a61a1aa0578b49c17
+Size (Module-Metadata-1.000033.tar.gz) = 47684 bytes
Home |
Main Index |
Thread Index |
Old Index