svn commit: r317177 - head/devel/p5-Time-Duration

Frederic Culot culot at FreeBSD.org
Fri May 3 07:38:12 UTC 2013


Author: culot
Date: Fri May  3 07:38:11 2013
New Revision: 317177
URL: http://svnweb.freebsd.org/changeset/ports/317177

Log:
  - Update to 1.1
  - Trim Makefile's header
  - Add LICENSE (Artistic 1 & GPL 1)
  - Bump PORTEPOCH (previous version number 1.06 was greater than current one)
  
  Changes:	http://search.cpan.org/dist/Time-Duration/ChangeLog

Modified:
  head/devel/p5-Time-Duration/Makefile
  head/devel/p5-Time-Duration/distinfo

Modified: head/devel/p5-Time-Duration/Makefile
==============================================================================
--- head/devel/p5-Time-Duration/Makefile	Fri May  3 06:56:03 2013	(r317176)
+++ head/devel/p5-Time-Duration/Makefile	Fri May  3 07:38:11 2013	(r317177)
@@ -1,12 +1,9 @@
-# New ports collection makefile for:	Time-Duration
-# Date created:	   09 December 2002
-# Whom:		   Sergey Skvortsov <skv at protey.ru>
-#
+# Created by: Sergey Skvortsov <skv at protey.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Time-Duration
-PORTVERSION=	1.06
+PORTVERSION=	1.1
+PORTEPOCH=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Rounded or exact English expression of durations
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 

Modified: head/devel/p5-Time-Duration/distinfo
==============================================================================
--- head/devel/p5-Time-Duration/distinfo	Fri May  3 06:56:03 2013	(r317176)
+++ head/devel/p5-Time-Duration/distinfo	Fri May  3 07:38:11 2013	(r317177)
@@ -1,2 +1,2 @@
-SHA256 (Time-Duration-1.06.tar.gz) = f7b647ba215ef9c729b7a0dfb86f47db7b7c9d3e24bcbe62c891c3e7627f3f4f
-SIZE (Time-Duration-1.06.tar.gz) = 24910
+SHA256 (Time-Duration-1.1.tar.gz) = a69c419c4892f21eba10002e2ab8c55b657b6691cf6873544ef99ef5fd188f4e
+SIZE (Time-Duration-1.1.tar.gz) = 26930


More information about the svn-ports-head mailing list