Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 17:20:23 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378971 - head/devel/p5-JIRA-Client
Message-ID:  <201502141720.t1EHKN0F065164@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sat Feb 14 17:20:23 2015
New Revision: 378971
URL: https://svnweb.freebsd.org/changeset/ports/378971
QAT: https://qat.redports.org/buildarchive/r378971/

Log:
  Update to 0.43. Add a note in pkg-descr about the deprecation of
  this module.
  
  PR:		197105 (based on)
  Submitted by:	brd

Modified:
  head/devel/p5-JIRA-Client/Makefile
  head/devel/p5-JIRA-Client/distinfo
  head/devel/p5-JIRA-Client/pkg-descr

Modified: head/devel/p5-JIRA-Client/Makefile
==============================================================================
--- head/devel/p5-JIRA-Client/Makefile	Sat Feb 14 17:06:19 2015	(r378970)
+++ head/devel/p5-JIRA-Client/Makefile	Sat Feb 14 17:20:23 2015	(r378971)
@@ -2,21 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	JIRA-Client
-PORTVERSION=	0.25
-PORTREVISION=	1
+PORTVERSION=	0.43
 CATEGORIES=	devel perl5
-MASTER_SITES=	GOOGLE_CODE \
-		LOCAL/glarkin
+MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Extended interface to JIRA's SOAP API
 
-RUN_DEPENDS=	p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
+RUN_DEPENDS=	p5-Data-Util>=0:${PORTSDIR}/devel/p5-Data-Util \
+		p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
-PROJECTHOST=	jira-client
 
 .include <bsd.port.mk>

Modified: head/devel/p5-JIRA-Client/distinfo
==============================================================================
--- head/devel/p5-JIRA-Client/distinfo	Sat Feb 14 17:06:19 2015	(r378970)
+++ head/devel/p5-JIRA-Client/distinfo	Sat Feb 14 17:20:23 2015	(r378971)
@@ -1,2 +1,2 @@
-SHA256 (JIRA-Client-0.25.tar.gz) = ef4738ce2c3e9f8e17fe1889821d2a6807216fee656eacca20202b12bd4d4b31
-SIZE (JIRA-Client-0.25.tar.gz) = 17377
+SHA256 (JIRA-Client-0.43.tar.gz) = 3a2fb6fccb238e5c9d461c4a1a3a3ff6e506ac089d176e3ab51d4a72599baed7
+SIZE (JIRA-Client-0.43.tar.gz) = 29672

Modified: head/devel/p5-JIRA-Client/pkg-descr
==============================================================================
--- head/devel/p5-JIRA-Client/pkg-descr	Sat Feb 14 17:06:19 2015	(r378970)
+++ head/devel/p5-JIRA-Client/pkg-descr	Sat Feb 14 17:20:23 2015	(r378971)
@@ -1,11 +1,11 @@
 JIRA is a proprietary bug tracking system from Atlassian
 (http://www.atlassian.com/software/jira/).
 
-This module implements an Object Oriented wrapper around JIRA's
-SOAP API, which is specified in:
-http://preview.tinyurl.com/JiraSoapServiceApi
+This module implements an Object Oriented wrapper around JIRA's SOAP API.
+Moreover, it implements some other methods to make it easier to do some common
+operations.
 
-Moreover, it implements some other methods to make it easier to do
-some common operations.
+NOTE: This module has been deprecated in favour of devel/p5-JIRA-REST; see WWW
+below for details.
 
 WWW: http://search.cpan.org/dist/JIRA-Client/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502141720.t1EHKN0F065164>