Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Feb 2016 17:48:15 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408814 - head/devel/p5-DateTime-Format-MySQL
Message-ID:  <201602131748.u1DHmFHJ001543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Feb 13 17:48:15 2016
New Revision: 408814
URL: https://svnweb.freebsd.org/changeset/ports/408814

Log:
  Update to 0.06. Sort plist, and use normal _DEPENDS ordering.
  
  Changes: https://metacpan.org/changes/distribution/DateTime-Format-MySQL

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

Modified: head/devel/p5-DateTime-Format-MySQL/Makefile
==============================================================================
--- head/devel/p5-DateTime-Format-MySQL/Makefile	Sat Feb 13 17:42:40 2016	(r408813)
+++ head/devel/p5-DateTime-Format-MySQL/Makefile	Sat Feb 13 17:48:15 2016	(r408814)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime-Format-MySQL
-PORTVERSION=	0.05
-PORTREVISION=	1
+PORTVERSION=	0.06
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,9 +13,9 @@ COMMENT=	Parse and format MySQL dates an
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
+BUILD_DEPENDS=	p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
 		p5-DateTime-Format-Builder>=0.6:${PORTSDIR}/devel/p5-DateTime-Format-Builder
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	modbuild

Modified: head/devel/p5-DateTime-Format-MySQL/distinfo
==============================================================================
--- head/devel/p5-DateTime-Format-MySQL/distinfo	Sat Feb 13 17:42:40 2016	(r408813)
+++ head/devel/p5-DateTime-Format-MySQL/distinfo	Sat Feb 13 17:48:15 2016	(r408814)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-Format-MySQL-0.05.tar.gz) = 26d0348a930aa34d3b33ec1b2a9d9629f2ee78234e224ca74d594703922ca2e9
-SIZE (DateTime-Format-MySQL-0.05.tar.gz) = 13462
+SHA256 (DateTime-Format-MySQL-0.06.tar.gz) = 9818d4162ec9cec6139ba97b39e0489d217581a1d43fbb713f3beffe80f98f1d
+SIZE (DateTime-Format-MySQL-0.06.tar.gz) = 13513

Modified: head/devel/p5-DateTime-Format-MySQL/pkg-plist
==============================================================================
--- head/devel/p5-DateTime-Format-MySQL/pkg-plist	Sat Feb 13 17:42:40 2016	(r408813)
+++ head/devel/p5-DateTime-Format-MySQL/pkg-plist	Sat Feb 13 17:48:15 2016	(r408814)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/DateTime::Format::MySQL.3.gz
 %%SITE_PERL%%/DateTime/Format/MySQL.pm
+%%PERL5_MAN3%%/DateTime::Format::MySQL.3.gz



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