pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Module-FromPerlVer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 11 10:18:41 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Module-FromPerlVer: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Module-FromPerlVer/Makefile \
    pkgsrc/devel/p5-Module-FromPerlVer/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-FromPerlVer/Makefile
diff -u pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.4 pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.5
--- pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.4     Thu Mar  8 12:59:42 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/Makefile Sun Mar 11 10:18:41 2018
@@ -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 wit
 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
 
Index: pkgsrc/devel/p5-Module-FromPerlVer/distinfo
diff -u pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.4 pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.5
--- pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.4     Thu Mar  8 12:59:42 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/distinfo Sun Mar 11 10:18:41 2018
@@ -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



Home | Main Index | Thread Index | Old Index