- Upgrade to 1.008004.
This commit is contained in:
parent
d206a1376c
commit
6c7240b519
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269706
3 changed files with 15 additions and 46 deletions
|
@ -6,17 +6,16 @@
|
|||
#
|
||||
|
||||
PORTNAME= local-lib
|
||||
PORTVERSION= 1.007000
|
||||
PORTVERSION= 1.008004
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= lib
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/A/AP/APEIRON
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to create and use a local lib/ with PERL5LIB
|
||||
|
||||
RUN_DEPENDS= \
|
||||
p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
|
||||
p5-Module-Build>=0.36:${PORTSDIR}/devel/p5-Module-Build \
|
||||
p5-ExtUtils-Install>=1.43:${PORTSDIR}/devel/p5-ExtUtils-Install
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (local-lib-1.007000.tar.gz) = f5787a0c79606b3b6abcc4dea117c5308665d6fb772b75c6724a8d5ec5bbe965
|
||||
SIZE (local-lib-1.007000.tar.gz) = 51631
|
||||
SHA256 (local-lib-1.008004.tar.gz) = 9a0cc5b59faa14d3533856256ab1721d6c29f1822d9508d80a71c0ee4ce05156
|
||||
SIZE (local-lib-1.008004.tar.gz) = 53977
|
||||
|
|
|
@ -1,43 +1,13 @@
|
|||
--- Makefile.PL.orig 2010-03-31 23:38:43.000000000 +0900
|
||||
+++ Makefile.PL 2010-04-02 07:39:02.544869533 +0900
|
||||
@@ -201,25 +201,25 @@
|
||||
--- 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 @@
|
||||
# otherwise, if we're running from CPAN then it will be installed soon
|
||||
# enough, and we'll come back here..
|
||||
if (!$@) {
|
||||
- CPAN::HandleConfig->load;
|
||||
+ #CPAN::HandleConfig->load;
|
||||
for my $eumm_setting ( qw/makepl_arg make_install_arg/ ) {
|
||||
- if ($CPAN::Config->{$eumm_setting} =~ /(?:PREFIX|INSTALL_BASE)/) {
|
||||
- die <<"DEATH";
|
||||
-WHOA THERE! It looks like you've got $CPAN::Config->{$eumm_setting} set. This is
|
||||
-known to cause problems with local::lib. Please either remove this setting or
|
||||
-clear out your .cpan directory.
|
||||
-DEATH
|
||||
- }
|
||||
+# if ($CPAN::Config->{$eumm_setting} =~ /(?:PREFIX|INSTALL_BASE)/) {
|
||||
+# die <<"DEATH";
|
||||
+#WHOA THERE! It looks like you've got $CPAN::Config->{$eumm_setting} set. This is
|
||||
+#known to cause problems with local::lib. Please either remove this setting or
|
||||
+#clear out your .cpan directory.
|
||||
+#DEATH
|
||||
+# }
|
||||
}
|
||||
|
||||
for my $mb_setting (qw/mbuild_arg mbuild_install_arg mbuildpl_arg/) {
|
||||
- if ($CPAN::Config->{$mb_setting} =~ /(?:--prefix|--install_base)/) {
|
||||
- die <<"DEATH";
|
||||
-WHOA THERE! It looks like you've got $CPAN::Config->{$mb_setting} set. This is
|
||||
-known to cause problems with local::lib. Please either remove this setting or
|
||||
-clear out your .cpan directory.
|
||||
-DEATH
|
||||
- }
|
||||
+# if ($CPAN::Config->{$mb_setting} =~ /(?:--prefix|--install_base)/) {
|
||||
+# die <<"DEATH";
|
||||
+#WHOA THERE! It looks like you've got $CPAN::Config->{$mb_setting} set. This is
|
||||
+#known to cause problems with local::lib. Please either remove this setting or
|
||||
+#clear out your .cpan directory.
|
||||
+#DEATH
|
||||
+# }
|
||||
}
|
||||
}
|
||||
else {
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue