Bug 179424 - Update port: devel/p5-DateTime update from .78 to 1.03
Summary: Update port: devel/p5-DateTime update from .78 to 1.03
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-08 12:10 UTC by Zane C. Bowers-Hadley
Modified: 2013-06-08 14:00 UTC (History)
0 users

See Also:


Attachments
devel_p5-DateTime_Makefile.diff (338 bytes, patch)
2013-06-08 12:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff
file.diff (439 bytes, patch)
2013-06-08 12:10 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2013-06-08 12:10:00 UTC

    
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-08 12:10:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2013-06-08 13:09:40 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-06-08 13:57:03 UTC
Author: culot
Date: Sat Jun  8 12:56:56 2013
New Revision: 320247
URL: http://svnweb.freebsd.org/changeset/ports/320247

Log:
  - Update to 1.03
  
  Changes:	http://search.cpan.org/dist/DateTime/Changes
  PR:		ports/179424
  Submitted by:	Zane C.B-H. <vvelox@vvelox.net>

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

Modified: head/devel/p5-DateTime/Makefile
==============================================================================
--- head/devel/p5-DateTime/Makefile	Sat Jun  8 12:44:05 2013	(r320246)
+++ head/devel/p5-DateTime/Makefile	Sat Jun  8 12:56:56 2013	(r320247)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	DateTime
-PORTVERSION=	0.78
+PORTVERSION=	1.03
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:DROLSKY
@@ -16,7 +16,8 @@ LICENSE=	ART20
 # Do not add p5-DateTime-Format-Strptime>=1.20.00 to TEST_DEPENDS to avoid cyclic dependency in tinderbox
 BUILD_DEPENDS=	p5-DateTime-Locale>=0.41:${PORTSDIR}/devel/p5-DateTime-Locale \
 		p5-DateTime-TimeZone>=1.09:${PORTSDIR}/devel/p5-DateTime-TimeZone \
-		p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate
+		p5-Params-Validate>=0.76:${PORTSDIR}/devel/p5-Params-Validate \
+		p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
 

Modified: head/devel/p5-DateTime/distinfo
==============================================================================
--- head/devel/p5-DateTime/distinfo	Sat Jun  8 12:44:05 2013	(r320246)
+++ head/devel/p5-DateTime/distinfo	Sat Jun  8 12:56:56 2013	(r320247)
@@ -1,2 +1,2 @@
-SHA256 (DateTime-0.78.tar.gz) = 85f59b555bf594b57077afc636555d8393ab4b2c9e779a50524b0ab2e2602c3e
-SIZE (DateTime-0.78.tar.gz) = 176173
+SHA256 (DateTime-1.03.tar.gz) = 384f97c73da02492d771d6b5c3b37f6b18c2e12f4db3246b1d61ff19c6d6ad6d
+SIZE (DateTime-1.03.tar.gz) = 174369
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2013-06-08 13:57:55 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!