From owner-svn-ports-all@FreeBSD.ORG Sat Feb 14 17:20:24 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7A28CA9; Sat, 14 Feb 2015 17:20:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8873DBC0; Sat, 14 Feb 2015 17:20:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1EHKOGQ065172; Sat, 14 Feb 2015 17:20:24 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1EHKN0F065164; Sat, 14 Feb 2015 17:20:23 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502141720.t1EHKN0F065164@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 14 Feb 2015 17:20:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378971 - head/devel/p5-JIRA-Client X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 17:20:24 -0000 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 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/