mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Upgrade to 1.006000.
This commit is contained in:
parent
dd61c701b6
commit
6c69267bff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251993
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= local-lib
|
||||
PORTVERSION= 1.005001
|
||||
PORTVERSION= 1.006000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/A/AP/APEIRON
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/M/MS/MSTROUT
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
@ -23,6 +23,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= local::lib.3
|
||||
MAN3= lib::core::only.3 \
|
||||
local::lib.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (local-lib-1.005001.tar.gz) = 7aea1d6406d65e6dfae2794bb2e866ed
|
||||
SHA256 (local-lib-1.005001.tar.gz) = b020bf2e76a030631f58d1f89c96e97b1b3d1a3fa11b64ff0fe5c0d268ce33f7
|
||||
SIZE (local-lib-1.005001.tar.gz) = 35281
|
||||
MD5 (local-lib-1.006000.tar.gz) = 7f747899983ca9285569cea8f73bb6ba
|
||||
SHA256 (local-lib-1.006000.tar.gz) = abd6e24d2dc5187379a8f57c4b82f1e98b2edd1c78c8d26ee2fc9b8409627c03
|
||||
SIZE (local-lib-1.006000.tar.gz) = 36674
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- Makefile.PL.orig 2009-06-18 07:54:34.000000000 +0900
|
||||
+++ Makefile.PL 2009-06-18 07:56:03.000000000 +0900
|
||||
@@ -125,17 +125,17 @@
|
||||
--- 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 @@
|
||||
# otherwise, if we're running from CPAN then it will be installed soon
|
||||
# enough, and we'll come back here..
|
||||
if (!$@) {
|
||||
@ -8,19 +8,35 @@
|
||||
+ #CPAN::HandleConfig->load;
|
||||
for my $eumm_setting ( qw/makepl_arg make_install_arg/ ) {
|
||||
- if ($CPAN::Config->{$eumm_setting} =~ /(?:PREFIX|INSTALL_BASE)/) {
|
||||
- die "Possibly invalid config detected in $eumm_setting: " . $CPAN::Config->{$eumm_setting};
|
||||
- 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 "Possibly invalid config detected in $eumm_setting: " . $CPAN::Config->{$eumm_setting};
|
||||
+# 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 "Possibly invalid config detected in $mb_setting: " . $CPAN::Config->{$mb_setting};
|
||||
- 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 "Possibly invalid config detected in $mb_setting: " . $CPAN::Config->{$mb_setting};
|
||||
+# 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
|
||||
+# }
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/local/lib/.packlist
|
||||
%%SITE_PERL%%/lib/core/only.pm
|
||||
%%SITE_PERL%%/local/lib.pm
|
||||
@dirrmtry %%SITE_PERL%%/local
|
||||
@dirrmtry %%SITE_PERL%%/lib/core
|
||||
@dirrmtry %%SITE_PERL%%/lib
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/local/lib
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/local
|
||||
|
Loading…
Reference in New Issue
Block a user