mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Upgrade to 1.008026.
This commit is contained in:
parent
7396cc37bf
commit
a6a3bbc47f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333408
@ -1,10 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= local-lib
|
||||
PORTVERSION= 1.008023
|
||||
PORTVERSION= 1.008026
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:ETHER
|
||||
MASTER_SITE_SUBDIR= CPAN:HAARG
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (local-lib-1.008023.tar.gz) = 5ce0239038d1b3f63be588a3164a47048258f4f732d7e305e65e34420b3ecdb1
|
||||
SIZE (local-lib-1.008023.tar.gz) = 67607
|
||||
SHA256 (local-lib-1.008026.tar.gz) = 4c8ce3b5bdf2ff1868153e84bc0ce0c503adec145a6de3664f031b9f54fd04c2
|
||||
SIZE (local-lib-1.008026.tar.gz) = 67540
|
||||
|
@ -1,13 +1,13 @@
|
||||
--- Makefile.PL.orig 2011-02-18 12:54:09.000000000 +0900
|
||||
+++ Makefile.PL 2011-02-25 22:58:31.891737737 +0900
|
||||
@@ -209,8 +209,8 @@
|
||||
--- Makefile.PL.orig 2013-11-06 03:07:13.000000000 +0900
|
||||
+++ Makefile.PL 2013-11-11 00:55:11.078989410 +0900
|
||||
@@ -212,8 +212,8 @@
|
||||
# otherwise, if we're running from CPAN then it will be installed soon
|
||||
# enough, and we'll come back here..
|
||||
if (!$@ ) {
|
||||
- CPAN::HandleConfig->require_myconfig_or_config;
|
||||
- if ( $CPAN::Config ) {
|
||||
+# CPAN::HandleConfig->require_myconfig_or_config;
|
||||
+ if ( 0 and $CPAN::Config ) {
|
||||
for my $eumm_setting ( qw/makepl_arg make_install_arg/ ) {
|
||||
if ($CPAN::Config->{$eumm_setting} =~ /(?:PREFIX|INSTALL_BASE)/) {
|
||||
die <<"DEATH";
|
||||
+ if (0 and $CPAN::Config ) {
|
||||
for my $setting (qw(
|
||||
makepl_arg make_install_arg
|
||||
mbuild_arg mbuild_install_arg mbuildpl_arg
|
||||
|
Loading…
Reference in New Issue
Block a user