From owner-svn-ports-all@freebsd.org Tue Dec 13 17:23:37 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 52CBBC765A7; Tue, 13 Dec 2016 17:23:37 +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 09E52B65; Tue, 13 Dec 2016 17:23:36 +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 uBDHNa1w037205; Tue, 13 Dec 2016 17:23:36 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBDHNZTp037201; Tue, 13 Dec 2016 17:23:35 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612131723.uBDHNZTp037201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 13 Dec 2016 17:23:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428514 - head/devel/p5-SVN-S4 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: Tue, 13 Dec 2016 17:23:37 -0000 Author: sunpoet Date: Tue Dec 13 17:23:35 2016 New Revision: 428514 URL: https://svnweb.freebsd.org/changeset/ports/428514 Log: - Update to 1.062 - While I'm here: - Add BUILD_DEPENDS - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/SVN-S4/Changes PR: 214436 Submitted by: Gary J. Hayers (maintainer) Modified: head/devel/p5-SVN-S4/Makefile head/devel/p5-SVN-S4/distinfo head/devel/p5-SVN-S4/pkg-plist Modified: head/devel/p5-SVN-S4/Makefile ============================================================================== --- head/devel/p5-SVN-S4/Makefile Tue Dec 13 17:23:30 2016 (r428513) +++ head/devel/p5-SVN-S4/Makefile Tue Dec 13 17:23:35 2016 (r428514) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= SVN-S4 -PORTVERSION= 1.056 +PORTVERSION= 1.062 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,11 +13,13 @@ COMMENT= Wrapper for subversion program LICENSE= ART20 LGPL3 LICENSE_COMB= dual -BUILD_DEPENDS= p5-subversion>=0:devel/p5-subversion -RUN_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny \ +BUILD_DEPENDS= p5-Config-Tiny>=0:devel/p5-Config-Tiny \ + p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \ p5-IO-AIO>=0:devel/p5-IO-AIO \ p5-subversion>=0:devel/p5-subversion +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install Modified: head/devel/p5-SVN-S4/distinfo ============================================================================== --- head/devel/p5-SVN-S4/distinfo Tue Dec 13 17:23:30 2016 (r428513) +++ head/devel/p5-SVN-S4/distinfo Tue Dec 13 17:23:35 2016 (r428514) @@ -1,2 +1,3 @@ -SHA256 (SVN-S4-1.056.tar.gz) = 0c4f99e27cffbae2535cefe5430faf9d3f46d75b9c4ca2ddcb1dcf0fa14d3b53 -SIZE (SVN-S4-1.056.tar.gz) = 74291 +TIMESTAMP = 1481644256 +SHA256 (SVN-S4-1.062.tar.gz) = a30a1f53c8e1a9d865c6ac79a71ee20ad3ffaf880e2506062fb51b112b824bd3 +SIZE (SVN-S4-1.062.tar.gz) = 76374 Modified: head/devel/p5-SVN-S4/pkg-plist ============================================================================== --- head/devel/p5-SVN-S4/pkg-plist Tue Dec 13 17:23:30 2016 (r428513) +++ head/devel/p5-SVN-S4/pkg-plist Tue Dec 13 17:23:35 2016 (r428514) @@ -13,6 +13,7 @@ bin/s4 %%SITE_PERL%%/SVN/S4/Update.pm %%SITE_PERL%%/SVN/S4/ViewSpec.pm %%SITE_PERL%%/SVN/S4/WorkProp.pm +%%PERL5_MAN1%%/s4.1.gz %%PERL5_MAN3%%/SVN::S4.3.gz %%PERL5_MAN3%%/SVN::S4::CatOrMods.3.gz %%PERL5_MAN3%%/SVN::S4::Commit.3.gz @@ -27,4 +28,3 @@ bin/s4 %%PERL5_MAN3%%/SVN::S4::Update.3.gz %%PERL5_MAN3%%/SVN::S4::ViewSpec.3.gz %%PERL5_MAN3%%/SVN::S4::WorkProp.3.gz -%%PERL5_MAN1%%/s4.1.gz