pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Module-FromPerlVer p5-Module-FromPerlVer: upd...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c37713f83e22
branches: trunk
changeset: 377709:c37713f83e22
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 21 12:48:22 2018 +0000
description:
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
diffstat:
devel/p5-Module-FromPerlVer/Makefile | 10 ++--------
devel/p5-Module-FromPerlVer/distinfo | 11 +++++------
devel/p5-Module-FromPerlVer/patches/patch-MANIFEST | 15 ---------------
devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL | 16 ----------------
4 files changed, 7 insertions(+), 45 deletions(-)
diffs (83 lines):
diff -r 232d7abfce3a -r c37713f83e22 devel/p5-Module-FromPerlVer/Makefile
--- a/devel/p5-Module-FromPerlVer/Makefile Wed Mar 21 12:43:23 2018 +0000
+++ b/devel/p5-Module-FromPerlVer/Makefile Wed Mar 21 12:48:22 2018 +0000
@@ -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-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"
diff -r 232d7abfce3a -r c37713f83e22 devel/p5-Module-FromPerlVer/distinfo
--- a/devel/p5-Module-FromPerlVer/distinfo Wed Mar 21 12:43:23 2018 +0000
+++ b/devel/p5-Module-FromPerlVer/distinfo Wed Mar 21 12:48:22 2018 +0000
@@ -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
diff -r 232d7abfce3a -r c37713f83e22 devel/p5-Module-FromPerlVer/patches/patch-MANIFEST
--- a/devel/p5-Module-FromPerlVer/patches/patch-MANIFEST Wed Mar 21 12:43:23 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-MANIFEST,v 1.1 2018/03/17 07:46:15 wiz Exp $
-
-Fix incorrect MANIFEST.
-https://rt.cpan.org/Ticket/Display.html?id=124776
-
---- MANIFEST.orig 2018-03-16 01:10:01.000000000 +0000
-+++ MANIFEST
-@@ -33,7 +33,6 @@ t/bin/31-git-local-version-from_t
- t/bin/make-sandbox-dir
- t/bin/make-sandbox-tarball
- t/bin/make-tests
--t/bin/make-tests~
- t/bin/make-version-dir
-
- t/lib/Test/KwikHaks.pm
diff -r 232d7abfce3a -r c37713f83e22 devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL
--- a/devel/p5-Module-FromPerlVer/patches/patch-Makefile.PL Wed Mar 21 12:43:23 2018 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-Makefile.PL,v 1.2 2018/03/18 08:44:00 wiz Exp $
-
-Fix path to env(1).
-https://rt.cpan.org/Ticket/Display.html?id=124776
-
---- Makefile.PL.orig 2018-03-17 23:15:15.000000000 +0000
-+++ Makefile.PL
-@@ -37,7 +37,7 @@ for my $base
-
- print "Setup: '$path'";
-
-- system "/bin/env perl $path";
-+ system "/usr/bin/env perl $path";
- my $err = $!;
-
- print "$path fails: $err"
Home |
Main Index |
Thread Index |
Old Index