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: Wed Mar 21 12:48:22 UTC 2018
Modified Files:
pkgsrc/devel/p5-Module-FromPerlVer: Makefile distinfo
Removed Files:
pkgsrc/devel/p5-Module-FromPerlVer/patches: patch-MANIFEST
patch-Makefile.PL
Log Message:
p5-Module-FromPerlVer: update to 0.008001.
- v0.7.1 Tue Mar 20 21:46:05 CDT 2018
"git tag --list" fails on some systems.
Replace "--list" with "-l" and see if that helps.
- v0.7.0 Mon Mar 19 21:34:25 CDT 2018
More test code pushed into KwikHaks.
More boilerplate.
Replaced execution of dynamic file generation with generated
MANIFEST that has all of the dynamic content in it. This
passes "make test" here on an extracted copy of the tarball.
This leaves me with a 1000+ line MANIFEST but lacking output
from the original Makfile.PL execution there is no way to
tell what is killing the make-*-dir execution on about half
of the systems.
- v0.6.1 Mon Mar 19 12:50:30 CDT 2018
One-time-hak of selecting STDERR in order to see output in failing tests
in CPAN testers.
Replaced skips with BAIL_OUT in setup for tests; remaining skip is not
finding git installed, which dodges running the git-based dynamic tests.
- v0.6.0 Sun Mar 18 22:20:49 CDT 2018
Add output to Makefile.PL, try to figure out why version directory
is not being produced.
Added boilerplate to t/bin/make-* without add'l output. Someday
these might even work...
Dir.pm uses search_bin then search_cwd to locate version & Git
dir's. Order makes more sense since Makefile.PL will be usual spot
for exection.
Push a bit more code into Util for re-use, push searches into
range of $Bin .. cwd if bin is below cwd. Avoids searching up
large paths that aren't going to have anything useful in most
cases.
- v0.5.8
Replace /bin/env with /usr/bin/env as possibly the only thing with a
more-or-less stable path across systems... Thanks to Thomas Klausner
for checking this across systems for me.
Ditto replacing #!/bin/bash with #!/usr/bin/env bash
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Module-FromPerlVer/Makefile \
pkgsrc/devel/p5-Module-FromPerlVer/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-MANIFEST
cvs rdiff -u -r1.2 -r0 \
pkgsrc/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL
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.7 pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.8
--- pkgsrc/devel/p5-Module-FromPerlVer/Makefile:1.7 Sun Mar 18 08:44:00 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/Makefile Wed Mar 21 12:48:22 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/03/18 08:44:00 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/03/21 12:48:22 wiz Exp $
-DISTNAME= Module-FromPerlVer-0.005007
+DISTNAME= Module-FromPerlVer-0.008001
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/}
@@ -14,15 +14,9 @@ DEPENDS+= p5-File-Copy-Recursive-[0-9]*
DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
# 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
USE_TOOLS+= perl
-REPLACE_PERL+= t/bin/make-version-dir
-REPLACE_PERL+= t/bin/make-sandbox-dir
-REPLACE_PERL+= t/bin/make-tests
-REPLACE_SH+= t/bin/make-sandbox-tarball
-
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/p5-Module-FromPerlVer/distinfo
diff -u pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.7 pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.8
--- pkgsrc/devel/p5-Module-FromPerlVer/distinfo:1.7 Sun Mar 18 08:44:00 2018
+++ pkgsrc/devel/p5-Module-FromPerlVer/distinfo Wed Mar 21 12:48:22 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.7 2018/03/18 08:44:00 wiz Exp $
+$NetBSD: distinfo,v 1.8 2018/03/21 12:48:22 wiz Exp $
-SHA1 (Module-FromPerlVer-0.005007.tar.gz) = 738938655c5d1bc79fab632ec1fc08541de02b7e
-RMD160 (Module-FromPerlVer-0.005007.tar.gz) = 37aebf5509c903d5ca0967114346783a56a37b2f
-SHA512 (Module-FromPerlVer-0.005007.tar.gz) = 65c4569f2a04605b517905b30cf12187010246ec4d1f5b8dc7df85efd05759d8ebdd3c33624423742bcc73f453b1506dd3b144f6732505f70c58396827f31be0
-Size (Module-FromPerlVer-0.005007.tar.gz) = 37114 bytes
-SHA1 (patch-Makefile.PL) = 19aab39c8bde879d0b30c2d0702e5f2adc1c56ca
+SHA1 (Module-FromPerlVer-0.008001.tar.gz) = a6e85e64c253e4679ad63a2f9b2d5b7b8faa0bd4
+RMD160 (Module-FromPerlVer-0.008001.tar.gz) = 9eba9c2cd33f210d59eef0ef04195f73b6d8951a
+SHA512 (Module-FromPerlVer-0.008001.tar.gz) = 64d64cb5d4f811612187e4f172dce206e703f9b3a4f7931256d252e590cad539642acf22320b1c2793eec62e168ad6eba956fc4f15b99b23ca314d107def4517
+Size (Module-FromPerlVer-0.008001.tar.gz) = 101364 bytes
Home |
Main Index |
Thread Index |
Old Index