diff options
author | wen <wen@pkgsrc.org> | 2014-11-23 15:14:42 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-11-23 15:14:42 +0000 |
commit | 9ef79c0dc06c5cdfc23b6b6988c033ff948e7266 (patch) | |
tree | 6df457eaebe2deb4af2583ca041e1333c0281c61 /devel | |
parent | 156a6091e4b75cbf77820c855db5c1770e3ec397 (diff) | |
download | pkgsrc-9ef79c0dc06c5cdfc23b6b6988c033ff948e7266.tar.gz |
Update to 1.2.0
Upstream changes:
v1.2.0 2014-08-08 (Evan Giles <egiles@cpan.org>)
- Files without extension may not be perl (rt83917)
- Small POD fix
v1.1.0 2014-07-18 (Evan Giles <egiles@cpan.org>)
- Allow use of Test::Compile in an object oriented manner
- Promote the OO interface in the POD
- Test::Compile::Internal is now verbose by default
- Correct the dependancy information
v1.0.1 2014-03-20 (Evan Giles <egiles@cpan.org>)
- Fix stupid omission from the MANAIFEST (tests failed everywhere)
v1.0.0 2014-03-19 (Evan Giles <egiles@cpan.org>)
- Try to use Sematic Versioning - http://semver.org
- Add diagnostics on compilation failure (Micheal G. Schwern)
- require, don't use (Micheal G. Schwern)
- Test for truth, not an integer. (Micheal G. Schwern)
- Small POD fix (Micheal G. Schwern)
- OS X is not a crazy OS from a redirection POV (Micheal G. Schwern)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Compile/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Test-Compile/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-Test-Compile/Makefile b/devel/p5-Test-Compile/Makefile index 1c2dd7fb14c..d09509da9b8 100644 --- a/devel/p5-Test-Compile/Makefile +++ b/devel/p5-Test-Compile/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:36:20 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2014/11/23 15:14:42 wen Exp $ # -DISTNAME= Test-Compile-0.24 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= Test-Compile-v1.2.0 +PKGNAME= p5-${DISTNAME:S/v1/1/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Compile/distinfo b/devel/p5-Test-Compile/distinfo index 2d2bc4369c1..da190157e23 100644 --- a/devel/p5-Test-Compile/distinfo +++ b/devel/p5-Test-Compile/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2013/09/05 06:43:15 wen Exp $ +$NetBSD: distinfo,v 1.5 2014/11/23 15:14:42 wen Exp $ -SHA1 (Test-Compile-0.24.tar.gz) = 0cb40d9c38eee57b99dc356ed4a6c7070103a1b4 -RMD160 (Test-Compile-0.24.tar.gz) = 41d9309c3482d8993a7e538b46cdd26d276f2e4d -Size (Test-Compile-0.24.tar.gz) = 13567 bytes +SHA1 (Test-Compile-v1.2.0.tar.gz) = 3e7f9cb8e978e4ca30fb2cda53f1b24d4716e853 +RMD160 (Test-Compile-v1.2.0.tar.gz) = 31afcca862dce4fe55bee718ae2a6e0d76eea113 +Size (Test-Compile-v1.2.0.tar.gz) = 14942 bytes |