svn commit: r307512 - head/devel/p5-DateTime-Event-ICal
Frederic Culot
culot at FreeBSD.org
Sat Nov 17 14:10:43 UTC 2012
Author: culot
Date: Sat Nov 17 14:10:42 2012
New Revision: 307512
URL: http://svnweb.freebsd.org/changeset/ports/307512
Log:
- Update to 0.11
- Add LICENSE (Artistic 1 & GPL 1)
Changes: http://search.cpan.org/dist/DateTime-Event-ICal/Changes
Feature safe: yes
Modified:
head/devel/p5-DateTime-Event-ICal/Makefile
head/devel/p5-DateTime-Event-ICal/distinfo
Modified: head/devel/p5-DateTime-Event-ICal/Makefile
==============================================================================
--- head/devel/p5-DateTime-Event-ICal/Makefile Sat Nov 17 13:48:22 2012 (r307511)
+++ head/devel/p5-DateTime-Event-ICal/Makefile Sat Nov 17 14:10:42 2012 (r307512)
@@ -1,12 +1,8 @@
-# New ports collection makefile for: p5-DateTime-Event-ICal
-# Date created: 2 july 2003
-# Whom: Mathieu Arnold <m at absolight.net>
-#
+# Created by: Mathieu Arnold <m at absolight.net>
# $FreeBSD$
-#
PORTNAME= DateTime-Event-ICal
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,9 +10,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl DateTime extension for computing rfc2445 recurrences
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DateTime-Event-Recurrence>=0.11:${PORTSDIR}/devel/p5-DateTime-Event-Recurrence
-BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS:= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
Modified: head/devel/p5-DateTime-Event-ICal/distinfo
==============================================================================
--- head/devel/p5-DateTime-Event-ICal/distinfo Sat Nov 17 13:48:22 2012 (r307511)
+++ head/devel/p5-DateTime-Event-ICal/distinfo Sat Nov 17 14:10:42 2012 (r307512)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Event-ICal-0.10.tar.gz) = 63553d206683bb79721896465f6b03fe6e335825c639a427e15da64dec95b26d
-SIZE (DateTime-Event-ICal-0.10.tar.gz) = 24340
+SHA256 (DateTime-Event-ICal-0.11.tar.gz) = 6c3ca03c1810c996fa66943138f1f891bbc4baeb41ae2108a5f821040d78dd4c
+SIZE (DateTime-Event-ICal-0.11.tar.gz) = 24465
More information about the svn-ports-head
mailing list