diff options
author | culot <culot@FreeBSD.org> | 2013-05-03 15:38:11 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-05-03 15:38:11 +0800 |
commit | 7026a5b17e8068bb8bd66530a9dd50f93dcbe501 (patch) | |
tree | 463a52c4ef65f21938f2ab089b3cd13f89a91e50 /devel/p5-Time-Duration | |
parent | b25b90ab7b4f606db08f808ec719cb9aca087014 (diff) | |
download | freebsd-ports-gnome-7026a5b17e8068bb8bd66530a9dd50f93dcbe501.tar.gz freebsd-ports-gnome-7026a5b17e8068bb8bd66530a9dd50f93dcbe501.tar.zst freebsd-ports-gnome-7026a5b17e8068bb8bd66530a9dd50f93dcbe501.zip |
- 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
Diffstat (limited to 'devel/p5-Time-Duration')
-rw-r--r-- | devel/p5-Time-Duration/Makefile | 12 | ||||
-rw-r--r-- | devel/p5-Time-Duration/distinfo | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/p5-Time-Duration/Makefile b/devel/p5-Time-Duration/Makefile index 4fec7549900b..2c0ae88dae3b 100644 --- a/devel/p5-Time-Duration/Makefile +++ b/devel/p5-Time-Duration/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: Time-Duration -# Date created: 09 December 2002 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@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@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 diff --git a/devel/p5-Time-Duration/distinfo b/devel/p5-Time-Duration/distinfo index a0c0996ad014..7ecf90136702 100644 --- a/devel/p5-Time-Duration/distinfo +++ b/devel/p5-Time-Duration/distinfo @@ -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 |