Date: Thu, 21 Apr 2016 15:25:37 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413736 - in head/devel: p5-ExtUtils-Command p5-ExtUtils-MakeMaker Message-ID: <201604211525.u3LFPbI2023324@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu Apr 21 15:25:36 2016 New Revision: 413736 URL: https://svnweb.freebsd.org/changeset/ports/413736 Log: Update to 7.12. Register CONFLICTS between this port and p5-ExtUtils-Command (and sort that one's plist while here). Changes: https://metacpan.org/changes/distribution/ExtUtils-MakeMaker Modified: head/devel/p5-ExtUtils-Command/Makefile head/devel/p5-ExtUtils-Command/pkg-plist head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo Modified: head/devel/p5-ExtUtils-Command/Makefile ============================================================================== --- head/devel/p5-ExtUtils-Command/Makefile Thu Apr 21 15:06:46 2016 (r413735) +++ head/devel/p5-ExtUtils-Command/Makefile Thu Apr 21 15:25:36 2016 (r413736) @@ -13,6 +13,8 @@ COMMENT= Utilities to replace common UNI LICENSE= ART10 GPLv1 LICENSE_COMB= dual +CONFLICTS= p5-ExtUtils-MakeMaker-[7-9].[1-9]* + USES= perl5 USE_PERL5= configure Modified: head/devel/p5-ExtUtils-Command/pkg-plist ============================================================================== --- head/devel/p5-ExtUtils-Command/pkg-plist Thu Apr 21 15:06:46 2016 (r413735) +++ head/devel/p5-ExtUtils-Command/pkg-plist Thu Apr 21 15:25:36 2016 (r413736) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/ExtUtils::Command.3.gz %%SITE_PERL%%/ExtUtils/Command.pm +%%PERL5_MAN3%%/ExtUtils::Command.3.gz Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Thu Apr 21 15:06:46 2016 (r413735) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Thu Apr 21 15:25:36 2016 (r413736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 7.10 +PORTVERSION= 7.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,10 @@ COMMENT= Designed to write a Makefile fo LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-CPAN-Meta>=0:devel/p5-CPAN-Meta + +CONFLICTS= p5-ExtUtils-Command-[0-9]* + NO_ARCH= yes USES= perl5 USE_PERL5= configure @@ -20,8 +24,8 @@ USE_PERL5= configure .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 502200 -BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.65:devel/p5-ExtUtils-Manifest -RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.65:devel/p5-ExtUtils-Manifest +BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest +RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.70:devel/p5-ExtUtils-Manifest .endif post-patch: Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Thu Apr 21 15:06:46 2016 (r413735) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Thu Apr 21 15:25:36 2016 (r413736) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-MakeMaker-7.10.tar.gz) = 83b76cd49e458a55774e2e8d87bd1107bc159ba4219600c8ef10c6b43b0d94c5 -SIZE (ExtUtils-MakeMaker-7.10.tar.gz) = 445464 +SHA256 (ExtUtils-MakeMaker-7.12.tar.gz) = 44eb08b65c33be0916e660c9fbc5d97c5d337131630271b08a98abf6fe1d62e1 +SIZE (ExtUtils-MakeMaker-7.12.tar.gz) = 466312
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604211525.u3LFPbI2023324>