Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2014 09:22:58 +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: r371789 - head/devel/p5-DateTime-Format-MySQL
Message-ID:  <201410310922.s9V9MwYl006084@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Oct 31 09:22:57 2014
New Revision: 371789
URL: https://svnweb.freebsd.org/changeset/ports/371789
QAT: https://qat.redports.org/buildarchive/r371789/

Log:
  - Update to 0.05
  - Add LICENSE (Artistic 1 & GPL 1)
  
  Changes:	http://search.cpan.org/dist/DateTime-Format-MySQL/Changes

Modified:
  head/devel/p5-DateTime-Format-MySQL/Makefile
  head/devel/p5-DateTime-Format-MySQL/distinfo

Modified: head/devel/p5-DateTime-Format-MySQL/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-MySQL/Makefile	Fri Oct 31 09:17:14 2014	(r371788)
+++ head/devel/p5-DateTime-Format-MySQL/Makefile	Fri Oct 31 09:22:57 2014	(r371789)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-MySQL
-PORTVERSION=	0.04
+PORTVERSION=	0.05
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,9 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Parse and format MySQL dates and times
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
-		p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder
+		p5-DateTime-Format-Builder>=0.6:${PORTSDIR}/devel/p5-DateTime-Format-Builder
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-DateTime-Format-MySQL/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-MySQL/distinfo	Fri Oct 31 09:17:14 2014	(r371788)
+++ head/devel/p5-DateTime-Format-MySQL/distinfo	Fri Oct 31 09:22:57 2014	(r371789)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-MySQL-0.04.tar.gz) = f40811b5cd2ad7285669c2d9f61233ac9042a0abdbf712673ae1cecd931f2026
-SIZE (DateTime-Format-MySQL-0.04.tar.gz) = 11539
+SHA256 (DateTime-Format-MySQL-0.05.tar.gz) = 26d0348a930aa34d3b33ec1b2a9d9629f2ee78234e224ca74d594703922ca2e9
+SIZE (DateTime-Format-MySQL-0.05.tar.gz) = 13462



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