From owner-svn-ports-head@freebsd.org Sun Dec 6 17:52:11 2015 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 6AE299A08B9; Sun, 6 Dec 2015 17:52:11 +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 3BCE61E49; Sun, 6 Dec 2015 17:52:11 +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 tB6HqA2O074533; Sun, 6 Dec 2015 17:52:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB6HqAKc074531; Sun, 6 Dec 2015 17:52:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512061752.tB6HqAKc074531@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Dec 2015 17:52:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403138 - head/archivers/p5-Archive-Zip 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.20 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, 06 Dec 2015 17:52:11 -0000 Author: sunpoet Date: Sun Dec 6 17:52:10 2015 New Revision: 403138 URL: https://svnweb.freebsd.org/changeset/ports/403138 Log: - Update to 1.55 - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Archive-Zip/Changes Modified: head/archivers/p5-Archive-Zip/Makefile head/archivers/p5-Archive-Zip/distinfo Modified: head/archivers/p5-Archive-Zip/Makefile ============================================================================== --- head/archivers/p5-Archive-Zip/Makefile Sun Dec 6 17:52:06 2015 (r403137) +++ head/archivers/p5-Archive-Zip/Makefile Sun Dec 6 17:52:10 2015 (r403138) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Archive-Zip -PORTVERSION= 1.53 +PORTVERSION= 1.55 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,6 +13,8 @@ COMMENT= Create, manipulate, read, and w LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-MockModule>=0:${PORTSDIR}/devel/p5-Test-MockModule + NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/archivers/p5-Archive-Zip/distinfo ============================================================================== --- head/archivers/p5-Archive-Zip/distinfo Sun Dec 6 17:52:06 2015 (r403137) +++ head/archivers/p5-Archive-Zip/distinfo Sun Dec 6 17:52:10 2015 (r403138) @@ -1,2 +1,2 @@ -SHA256 (Archive-Zip-1.53.tar.gz) = c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9 -SIZE (Archive-Zip-1.53.tar.gz) = 189493 +SHA256 (Archive-Zip-1.55.tar.gz) = ce36f93a636c0041503cdfedad67ca087f84101e71ab3415d172150ad5d23707 +SIZE (Archive-Zip-1.55.tar.gz) = 189966