- Upgrade to 2.000014.
This commit is contained in:
parent
99a9a844ed
commit
0e1492ece8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372865
3 changed files with 7 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= local-lib
|
||||
PORTVERSION= 2.000004
|
||||
PORTVERSION= 2.000014
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:HAARG
|
||||
|
@ -10,9 +10,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension to create and use a local lib/ with PERL5LIB
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (local-lib-2.000004.tar.gz) = 05bb794c2f933b97d75746d3f5f2f6e28ba5114d7a8319dbcfcfb44466008f02
|
||||
SIZE (local-lib-2.000004.tar.gz) = 47624
|
||||
SHA256 (local-lib-2.000014.tar.gz) = ae63356ab780c5a3aa46287b48daea748a3dd021d9b52dff8bf480b43787fa2b
|
||||
SIZE (local-lib-2.000014.tar.gz) = 51593
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
--- 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 $setting (qw(
|
||||
makepl_arg make_install_arg
|
||||
mbuild_arg mbuild_install_arg mbuildpl_arg
|
Loading…
Reference in a new issue