Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 05:18:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397224 - head/devel/p5-ExtUtils-MakeMaker
Message-ID:  <201509180518.t8I5ILkm046193@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Sep 18 05:18:20 2015
New Revision: 397224
URL: https://svnweb.freebsd.org/changeset/ports/397224

Log:
  - Update to 7.10
  - Add NO_ARCH
  
  Changes:	http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes

Modified:
  head/devel/p5-ExtUtils-MakeMaker/Makefile
  head/devel/p5-ExtUtils-MakeMaker/distinfo
  head/devel/p5-ExtUtils-MakeMaker/pkg-plist

Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile
==============================================================================
--- head/devel/p5-ExtUtils-MakeMaker/Makefile	Fri Sep 18 05:18:15 2015	(r397223)
+++ head/devel/p5-ExtUtils-MakeMaker/Makefile	Fri Sep 18 05:18:20 2015	(r397224)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ExtUtils-MakeMaker
-PORTVERSION=	7.04
+PORTVERSION=	7.10
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -13,14 +13,15 @@ COMMENT=	Designed to write a Makefile fo
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 501800
-BUILD_DEPENDS+=	p5-CPAN-Meta-Requirements>=2.121:${PORTSDIR}/devel/p5-CPAN-Meta-Requirements
-RUN_DEPENDS+=	p5-CPAN-Meta-Requirements>=2.121:${PORTSDIR}/devel/p5-CPAN-Meta-Requirements
+.if ${PERL_LEVEL} < 502200
+BUILD_DEPENDS+=	p5-ExtUtils-Manifest>=1.65:${PORTSDIR}/devel/p5-ExtUtils-Manifest
+RUN_DEPENDS+=	p5-ExtUtils-Manifest>=1.65:${PORTSDIR}/devel/p5-ExtUtils-Manifest
 .endif
 
 post-patch:

Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo
==============================================================================
--- head/devel/p5-ExtUtils-MakeMaker/distinfo	Fri Sep 18 05:18:15 2015	(r397223)
+++ head/devel/p5-ExtUtils-MakeMaker/distinfo	Fri Sep 18 05:18:20 2015	(r397224)
@@ -1,2 +1,2 @@
-SHA256 (ExtUtils-MakeMaker-7.04.tar.gz) = 98126b012d70c2af0f8e33a07ebe0d6f2340281b2460981b959a9fb31d5ad97f
-SIZE (ExtUtils-MakeMaker-7.04.tar.gz) = 439960
+SHA256 (ExtUtils-MakeMaker-7.10.tar.gz) = 83b76cd49e458a55774e2e8d87bd1107bc159ba4219600c8ef10c6b43b0d94c5
+SIZE (ExtUtils-MakeMaker-7.10.tar.gz) = 445464

Modified: head/devel/p5-ExtUtils-MakeMaker/pkg-plist
==============================================================================
--- head/devel/p5-ExtUtils-MakeMaker/pkg-plist	Fri Sep 18 05:18:15 2015	(r397223)
+++ head/devel/p5-ExtUtils-MakeMaker/pkg-plist	Fri Sep 18 05:18:20 2015	(r397224)
@@ -1,3 +1,4 @@
+%%SITE_PERL%%/ExtUtils/Command.pm
 %%SITE_PERL%%/ExtUtils/Command/MM.pm
 %%SITE_PERL%%/ExtUtils/Liblist.pm
 %%SITE_PERL%%/ExtUtils/Liblist/Kid.pm
@@ -30,6 +31,7 @@
 %%SITE_PERL%%/ExtUtils/Mkbootstrap.pm
 %%SITE_PERL%%/ExtUtils/Mksymlists.pm
 %%SITE_PERL%%/ExtUtils/testlib.pm
+%%PERL5_MAN3%%/ExtUtils::Command.3.gz
 %%PERL5_MAN3%%/ExtUtils::Command::MM.3.gz
 %%PERL5_MAN3%%/ExtUtils::Liblist.3.gz
 %%PERL5_MAN3%%/ExtUtils::MM.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509180518.t8I5ILkm046193>