From owner-svn-ports-all@freebsd.org Mon Dec 12 20:59:10 2016 Return-Path: Delivered-To: svn-ports-all@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 25414C73260; Mon, 12 Dec 2016 20:59:10 +0000 (UTC) (envelope-from sunpoet@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 E8C2C38F; Mon, 12 Dec 2016 20:59:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBCKx9ov029333; Mon, 12 Dec 2016 20:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBCKx99E029331; Mon, 12 Dec 2016 20:59:09 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612122059.uBCKx99E029331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 12 Dec 2016 20:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428453 - head/devel/p5-IPC-PerlSSH 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.23 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: Mon, 12 Dec 2016 20:59:10 -0000 Author: sunpoet Date: Mon Dec 12 20:59:08 2016 New Revision: 428453 URL: https://svnweb.freebsd.org/changeset/ports/428453 Log: - Update to 0.17 - While I'm here, add LICENSE_FILE, TEST_DEPENDS and NO_ARCH Changes: http://search.cpan.org/dist/IPC-PerlSSH/Changes PR: 215247 Submitted by: Niels Kristensen (maintainer) Modified: head/devel/p5-IPC-PerlSSH/Makefile head/devel/p5-IPC-PerlSSH/distinfo (contents, props changed) Modified: head/devel/p5-IPC-PerlSSH/Makefile ============================================================================== --- head/devel/p5-IPC-PerlSSH/Makefile Mon Dec 12 20:59:04 2016 (r428452) +++ head/devel/p5-IPC-PerlSSH/Makefile Mon Dec 12 20:59:08 2016 (r428453) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IPC-PerlSSH -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,9 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= niels@kristensen.io COMMENT= Class for executing remote perl code over an SSH link -LICENSE= GPLv1 ART10 +LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal + +NO_ARCH= yes USES= perl5 USE_PERL5= modbuild Modified: head/devel/p5-IPC-PerlSSH/distinfo ============================================================================== --- head/devel/p5-IPC-PerlSSH/distinfo Mon Dec 12 20:59:04 2016 (r428452) +++ head/devel/p5-IPC-PerlSSH/distinfo Mon Dec 12 20:59:08 2016 (r428453) @@ -1,2 +1,3 @@ -SHA256 (IPC-PerlSSH-0.16.tar.gz) = 17bbfc871d5997c75409c54e8460472cb63107682bac8e8e441eb84460baff54 -SIZE (IPC-PerlSSH-0.16.tar.gz) = 33130 +TIMESTAMP = 1481544157 +SHA256 (IPC-PerlSSH-0.17.tar.gz) = d251b2ba382e5c869a7ae7b64331c3438a5c6eb9117123811349f556cee51c30 +SIZE (IPC-PerlSSH-0.17.tar.gz) = 31850