Date: Sat, 3 Oct 2015 17:09:28 +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: r398509 - head/devel/p5-DateTime-Event-ICal Message-ID: <201510031709.t93H9SAE011279@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 3 17:09:28 2015 New Revision: 398509 URL: https://svnweb.freebsd.org/changeset/ports/398509 Log: - Update to 0.13 - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/DateTime-Event-ICal/Changes Modified: head/devel/p5-DateTime-Event-ICal/Makefile head/devel/p5-DateTime-Event-ICal/distinfo head/devel/p5-DateTime-Event-ICal/pkg-plist Modified: head/devel/p5-DateTime-Event-ICal/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-ICal/Makefile Sat Oct 3 17:09:22 2015 (r398508) +++ head/devel/p5-DateTime-Event-ICal/Makefile Sat Oct 3 17:09:28 2015 (r398509) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DateTime-Event-ICal -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,10 +13,11 @@ COMMENT= Perl DateTime extension for com LICENSE= ART10 GPLv1 LICENSE_COMB= dual -RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-Event-Recurrence>=0.11:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-DateTime-Event-ICal/distinfo ============================================================================== --- head/devel/p5-DateTime-Event-ICal/distinfo Sat Oct 3 17:09:22 2015 (r398508) +++ head/devel/p5-DateTime-Event-ICal/distinfo Sat Oct 3 17:09:28 2015 (r398509) @@ -1,2 +1,2 @@ -SHA256 (DateTime-Event-ICal-0.12.tar.gz) = 53de5c2d08bf1c5f73ef395adaa7155272b8136a2ea3afd4715a55f71994d9e5 -SIZE (DateTime-Event-ICal-0.12.tar.gz) = 25921 +SHA256 (DateTime-Event-ICal-0.13.tar.gz) = 53da4384ef5cf30ee87dc0131f4b6eee2121cc0eba347162a328b9bcfaf475ea +SIZE (DateTime-Event-ICal-0.13.tar.gz) = 25910 Modified: head/devel/p5-DateTime-Event-ICal/pkg-plist ============================================================================== --- head/devel/p5-DateTime-Event-ICal/pkg-plist Sat Oct 3 17:09:22 2015 (r398508) +++ head/devel/p5-DateTime-Event-ICal/pkg-plist Sat Oct 3 17:09:28 2015 (r398509) @@ -1,2 +1,2 @@ -%%PERL5_MAN3%%/DateTime::Event::ICal.3.gz %%SITE_PERL%%/DateTime/Event/ICal.pm +%%PERL5_MAN3%%/DateTime::Event::ICal.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031709.t93H9SAE011279>