diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 01:35:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-23 01:35:08 +0800 |
commit | 949fc6c328411883bd2773e3ff4cd90abe310f97 (patch) | |
tree | bdfa54e92306178b13a37bb57bcf53002f7b3cc8 | |
parent | 318c195990446e53d92cea9cc3ac7dcc4cf3cadc (diff) | |
download | freebsd-ports-gnome-949fc6c328411883bd2773e3ff4cd90abe310f97.tar.gz freebsd-ports-gnome-949fc6c328411883bd2773e3ff4cd90abe310f97.tar.zst freebsd-ports-gnome-949fc6c328411883bd2773e3ff4cd90abe310f97.zip |
- Update to 0.011
- Add LICENSE
Changes: http://search.cpan.org/dist/JIRA-REST/Changes
-rw-r--r-- | devel/p5-JIRA-REST/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-JIRA-REST/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/p5-JIRA-REST/Makefile b/devel/p5-JIRA-REST/Makefile index daec5bf18a90..05c1b72bf11b 100644 --- a/devel/p5-JIRA-REST/Makefile +++ b/devel/p5-JIRA-REST/Makefile @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= JIRA-REST -PORTVERSION= 0.010 +PORTVERSION= 0.011 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Extended interface to JIRA's REST API +COMMENT= Extended interface to JIRA REST API + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \ p5-HTML-TreeBuilder-LibXML>=0:${PORTSDIR}/www/p5-HTML-TreeBuilder-LibXML \ diff --git a/devel/p5-JIRA-REST/distinfo b/devel/p5-JIRA-REST/distinfo index 1af711c15a63..6122bf6b6ebc 100644 --- a/devel/p5-JIRA-REST/distinfo +++ b/devel/p5-JIRA-REST/distinfo @@ -1,2 +1,2 @@ -SHA256 (JIRA-REST-0.010.tar.gz) = a772267b5a563863fdf520d1edcc2278bc1943ccb71b332c73fabd87236fef32 -SIZE (JIRA-REST-0.010.tar.gz) = 15341 +SHA256 (JIRA-REST-0.011.tar.gz) = ec348d6c7184cc1d76194922cf311cb25afdd63785bba5eb2463f7a9a3c9991a +SIZE (JIRA-REST-0.011.tar.gz) = 15402 |