From owner-svn-ports-head@freebsd.org Sun Feb 5 21:28:43 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80392CD2D2F; Sun, 5 Feb 2017 21:28:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 465BB107A; Sun, 5 Feb 2017 21:28:43 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v15LSgJH085255; Sun, 5 Feb 2017 21:28:42 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15LSgZG085254; Sun, 5 Feb 2017 21:28:42 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201702052128.v15LSgZG085254@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sun, 5 Feb 2017 21:28:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433458 - head/devel/p5-SVN-Hooks X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 21:28:43 -0000 Author: rene Date: Sun Feb 5 21:28:42 2017 New Revision: 433458 URL: https://svnweb.freebsd.org/changeset/ports/433458 Log: devel/p5-SVN-Hooks: unexpire, remove dependency on expired devel/p5-JIRA-Client Reported by: sunpoet Modified: head/devel/p5-SVN-Hooks/Makefile Modified: head/devel/p5-SVN-Hooks/Makefile ============================================================================== --- head/devel/p5-SVN-Hooks/Makefile Sun Feb 5 21:21:18 2017 (r433457) +++ head/devel/p5-SVN-Hooks/Makefile Sun Feb 5 21:28:42 2017 (r433458) @@ -3,7 +3,7 @@ PORTNAME= SVN-Hooks PORTVERSION= 1.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= bofh@FreeBSD.org COMMENT= Framework for implementing Subversion hooks -DEPRECATED= Depends on expired devel/p5-JIRA-Client -EXPIRATION_DATE=2017-04-01 - LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-Data-Util>=0:devel/p5-Data-Util \ p5-SVN-Look>=0:devel/p5-SVN-Look \ p5-SVN-Notify>=0:devel/p5-SVN-Notify \ - p5-JIRA-Client>=0:devel/p5-JIRA-Client \ p5-XMLRPC-Lite>0:net/p5-XMLRPC-Lite \ subversion>=1.4.0:devel/subversion RUN_DEPENDS:= ${BUILD_DEPENDS}