Date: Thu, 1 Jan 2015 16:09:23 +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: r375938 - head/devel/p5-ExtUtils-CBuilder Message-ID: <201501011609.t01G9NUL002620@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Jan 1 16:09:23 2015 New Revision: 375938 URL: https://svnweb.freebsd.org/changeset/ports/375938 QAT: https://qat.redports.org/buildarchive/r375938/ Log: - Update to 0.280220 - Use real PORTVERSION - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/ExtUtils-CBuilder/Changes Modified: head/devel/p5-ExtUtils-CBuilder/Makefile head/devel/p5-ExtUtils-CBuilder/distinfo head/devel/p5-ExtUtils-CBuilder/pkg-plist Modified: head/devel/p5-ExtUtils-CBuilder/Makefile ============================================================================== --- head/devel/p5-ExtUtils-CBuilder/Makefile Thu Jan 1 16:09:16 2015 (r375937) +++ head/devel/p5-ExtUtils-CBuilder/Makefile Thu Jan 1 16:09:23 2015 (r375938) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= ExtUtils-CBuilder -PORTVERSION= 0.2802.12 -PORTREVISION= 1 +PORTVERSION= 0.280220 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:AMBS/ExtUtils PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Compile and link C code for Perl modules +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + OPTIONS_DEFINE= DOCS USES= perl5 Modified: head/devel/p5-ExtUtils-CBuilder/distinfo ============================================================================== --- head/devel/p5-ExtUtils-CBuilder/distinfo Thu Jan 1 16:09:16 2015 (r375937) +++ head/devel/p5-ExtUtils-CBuilder/distinfo Thu Jan 1 16:09:23 2015 (r375938) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-CBuilder-0.280212.tar.gz) = af1f80022a0d64b652ea868b6e3a5da2c0786958d72cb140b56772b4d884847d -SIZE (ExtUtils-CBuilder-0.280212.tar.gz) = 36792 +SHA256 (ExtUtils-CBuilder-0.280220.tar.gz) = b99b6a3d0bd1d3b2e4809da52835472f4ff149d81f88d9cc55cdeba80e9b80b3 +SIZE (ExtUtils-CBuilder-0.280220.tar.gz) = 39131 Modified: head/devel/p5-ExtUtils-CBuilder/pkg-plist ============================================================================== --- head/devel/p5-ExtUtils-CBuilder/pkg-plist Thu Jan 1 16:09:16 2015 (r375937) +++ head/devel/p5-ExtUtils-CBuilder/pkg-plist Thu Jan 1 16:09:23 2015 (r375938) @@ -1,5 +1,3 @@ -%%PERL5_MAN3%%/ExtUtils::CBuilder.3.gz -%%PERL5_MAN3%%/ExtUtils::CBuilder::Platform::Windows.3.gz %%SITE_PERL%%/ExtUtils/CBuilder.pm %%SITE_PERL%%/ExtUtils/CBuilder/Base.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/Unix.pm @@ -9,7 +7,10 @@ %%SITE_PERL%%/ExtUtils/CBuilder/Platform/Windows/GCC.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/Windows/MSVC.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/aix.pm +%%SITE_PERL%%/ExtUtils/CBuilder/Platform/android.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/cygwin.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/darwin.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/dec_osf.pm %%SITE_PERL%%/ExtUtils/CBuilder/Platform/os2.pm +%%PERL5_MAN3%%/ExtUtils::CBuilder.3.gz +%%PERL5_MAN3%%/ExtUtils::CBuilder::Platform::Windows.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501011609.t01G9NUL002620>