Date: Mon, 12 Dec 2016 20:58:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428443 - head/devel/p5-JIRA-Client Message-ID: <201612122058.uBCKwOpH028191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Dec 12 20:58:24 2016 New Revision: 428443 URL: https://svnweb.freebsd.org/changeset/ports/428443 Log: - Update to 0.45 - Add LICENSE - Add NO_ARCH - Mark DEPRECATED and set EXPIRATION_DATE to 2017-01-31 Note that the only consumer (devel/p5-SVN-Hooks) uses the JIRA::REST module instead of JIRA::Client since 1.33. See http://search.cpan.org/dist/SVN-Hooks/Changes for details. Changes: http://search.cpan.org/dist/JIRA-Client/Changes Modified: head/devel/p5-JIRA-Client/Makefile head/devel/p5-JIRA-Client/distinfo Modified: head/devel/p5-JIRA-Client/Makefile ============================================================================== --- head/devel/p5-JIRA-Client/Makefile Mon Dec 12 20:58:19 2016 (r428442) +++ head/devel/p5-JIRA-Client/Makefile Mon Dec 12 20:58:24 2016 (r428443) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= JIRA-Client -PORTVERSION= 0.43 +PORTVERSION= 0.45 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,10 +10,18 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Extended interface to JIRA's SOAP API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= p5-Data-Util>=0:devel/p5-Data-Util \ p5-SOAP-Lite>=0:net/p5-SOAP-Lite BUILD_DEPENDS:= ${RUN_DEPENDS} +DEPRECATED= Deprecated by upstream due to deprecated JIRA's SOAP API +EXPIRATION_DATE=2017-01-31 + +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/devel/p5-JIRA-Client/distinfo ============================================================================== --- head/devel/p5-JIRA-Client/distinfo Mon Dec 12 20:58:19 2016 (r428442) +++ head/devel/p5-JIRA-Client/distinfo Mon Dec 12 20:58:24 2016 (r428443) @@ -1,2 +1,3 @@ -SHA256 (JIRA-Client-0.43.tar.gz) = 3a2fb6fccb238e5c9d461c4a1a3a3ff6e506ac089d176e3ab51d4a72599baed7 -SIZE (JIRA-Client-0.43.tar.gz) = 29672 +TIMESTAMP = 1481544551 +SHA256 (JIRA-Client-0.45.tar.gz) = 688b800765c748f31a132f663370f2f382bec83d15048a12320ca22f8f8fc068 +SIZE (JIRA-Client-0.45.tar.gz) = 29600
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612122058.uBCKwOpH028191>