svn commit: r327986 - head/www/p5-RT-Client-REST
Frederic Culot
culot at FreeBSD.org
Mon Sep 23 12:07:46 UTC 2013
Author: culot
Date: Mon Sep 23 12:07:45 2013
New Revision: 327986
URL: http://svnweb.freebsd.org/changeset/ports/327986
Log:
- Update to 0.44 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Add TEST_DEPENDS
PR: ports/182223 [1]
Submitted by: Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Modified:
head/www/p5-RT-Client-REST/Makefile
head/www/p5-RT-Client-REST/distinfo
Modified: head/www/p5-RT-Client-REST/Makefile
==============================================================================
--- head/www/p5-RT-Client-REST/Makefile Mon Sep 23 11:49:35 2013 (r327985)
+++ head/www/p5-RT-Client-REST/Makefile Mon Sep 23 12:07:45 2013 (r327986)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= RT-Client-REST
-PORTVERSION= 0.43
+PORTVERSION= 0.44
PORTEPOCH= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
@@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd at gmail.com
COMMENT= Perl modules designed to talk to RT installation using REST protocol
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
- p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
- p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+ p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-DateTime-Format-DateParse>0:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
+ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
Modified: head/www/p5-RT-Client-REST/distinfo
==============================================================================
--- head/www/p5-RT-Client-REST/distinfo Mon Sep 23 11:49:35 2013 (r327985)
+++ head/www/p5-RT-Client-REST/distinfo Mon Sep 23 12:07:45 2013 (r327986)
@@ -1,2 +1,2 @@
-SHA256 (RT-Client-REST-0.43.tar.gz) = 6660c60f29baec246a8a717834092b035fdf3541c065e787d9027e9ad436fb53
-SIZE (RT-Client-REST-0.43.tar.gz) = 56679
+SHA256 (RT-Client-REST-0.44.tar.gz) = a01dede1bd36880fa26fe74f40885a3644b7453a13efecb8825a94c685ec8533
+SIZE (RT-Client-REST-0.44.tar.gz) = 58045
More information about the svn-ports-head
mailing list