Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2012 14:10:42 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307512 - head/devel/p5-DateTime-Event-ICal
Message-ID:  <201211171410.qAHEAg9p016243@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@absolight.net>
-#
+# Created by: Mathieu Arnold <m@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@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



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