diff options
author | wiz <wiz@pkgsrc.org> | 2018-03-11 10:18:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-03-11 10:18:41 +0000 |
commit | a3c8791a34dcc695c92b36b4f712821f4944e024 (patch) | |
tree | 0f6e8c6de4b04a90a00a5f10319154acd5bb695f /devel | |
parent | 414cb357f32bf7b5cfac4f4beb6b8230efbe6dda (diff) | |
download | pkgsrc-a3c8791a34dcc695c92b36b4f712821f4944e024.tar.gz |
p5-Module-FromPerlVer: update to 0.004002.
- v0.4.2 Thu Mar 8 15:53:35 CST 2018
Modify git tests to be language-agnostic
(hack regex rather than try to set the LC to
C so that folks can read the test results).
- v0.4.1 Thu Mar 8 15:00:08 CST 2018
Cleaned up packaging in the git tests.
Non-URL git tests should now be portable.
Still figuring out reliable way to test the URL handling
(e.g., without a network). Any fix I can think of won't
be portable to Windows due to lack of filesystem sockets.
- v0.4.0
Allows defining arguments for tball & url, takes first one
that works.
POD for PREOP in Makefile.PL for auto-generating repo tarball.
Git still needs testing, especially on Windows.
Interface shouldn't change much at this point, main issue will
be making the url-clone approach work and validating all of
the ways that tarballs can fail.
- v0.3.1
Test cleanups (mainly botched check for existing git executable).
Start adding extract git from tarball of .git or url.
- v0.3.0 Wed Mar 7 21:52:37 CST 2018
POD & tests for Git, enough hacks on the Git module
that it works with the tests (Caveat Emptor).
Fix bug of $ENV{ PERL_VERSION } not being parsed and
numified.
Minor clenaups.
Make consistent use of extractor's "value" method
rater than looking directly into the hash.
Extract::value rejects false keys (used to be only
undefined).
Bump the module versions up a notch to 0.1.0 since
the tests pass and it all seems to do something
at this point.
- v0.2.0 Tue Mar 6 19:18:15 CST 2018
POD
Bump version.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-FromPerlVer/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-Module-FromPerlVer/distinfo | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/devel/p5-Module-FromPerlVer/Makefile b/devel/p5-Module-FromPerlVer/Makefile index db7f5473680..22ef1b00066 100644 --- a/devel/p5-Module-FromPerlVer/Makefile +++ b/devel/p5-Module-FromPerlVer/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2018/03/08 12:59:42 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/03/11 10:18:41 wiz Exp $ -DISTNAME= Module-FromPerlVer-0.001000 +DISTNAME= Module-FromPerlVer-0.004002 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} @@ -11,6 +11,9 @@ COMMENT= Install modules compatible with the running perl LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-File-Copy-Recursive-[0-9]*:../../sysutils/p5-File-Copy-Recursive +# TEST_DEPENDS +BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep +# 3 test failures in 0.004002 PERL5_PACKLIST= auto/Module/FromPerlVer/.packlist diff --git a/devel/p5-Module-FromPerlVer/distinfo b/devel/p5-Module-FromPerlVer/distinfo index b42246d1092..ebcd1b44ec0 100644 --- a/devel/p5-Module-FromPerlVer/distinfo +++ b/devel/p5-Module-FromPerlVer/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2018/03/08 12:59:42 wiz Exp $ +$NetBSD: distinfo,v 1.5 2018/03/11 10:18:41 wiz Exp $ -SHA1 (Module-FromPerlVer-0.001000.tar.gz) = 04c3a5f76b22a88ff4d1d7dca6cbbca8e264da7e -RMD160 (Module-FromPerlVer-0.001000.tar.gz) = 110bb4bc68dbec395b4bb82fc842ddb1f16ab766 -SHA512 (Module-FromPerlVer-0.001000.tar.gz) = 4d6289c3b0560415f93c7b8f063aa36b1ea8535f30366711a6717a9754d0698307c2c4041e0ffaf7ec907d2e22a60356bf501784878c6b018ad57826890662a5 -Size (Module-FromPerlVer-0.001000.tar.gz) = 12887 bytes +SHA1 (Module-FromPerlVer-0.004002.tar.gz) = 20adc6c16c36ff0365bbe72b7be5b102d47a39ad +RMD160 (Module-FromPerlVer-0.004002.tar.gz) = 3c4d4401a368716564e9d2ba202d824a0965c14d +SHA512 (Module-FromPerlVer-0.004002.tar.gz) = e3760b8aa72d5182902e1f0c2b92ddf53e1ba3576f1948171d8447f0746a5d920dc8a0ed01587bd6e1db7614a72501fb6ba4dd8a605e311e52649414e97c46dd +Size (Module-FromPerlVer-0.004002.tar.gz) = 31813 bytes |