From owner-svn-ports-head@FreeBSD.ORG Sat Sep 22 19:46:27 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BDF12106564A; Sat, 22 Sep 2012 19:46:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F86E8FC08; Sat, 22 Sep 2012 19:46:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8MJkRce028987; Sat, 22 Sep 2012 19:46:27 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MJkRDw028982; Sat, 22 Sep 2012 19:46:27 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209221946.q8MJkRDw028982@svn.freebsd.org> From: Steve Wills Date: Sat, 22 Sep 2012 19:46:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304718 - in head/devel/p5-SVN-Web: . files X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 22 Sep 2012 19:46:27 -0000 Author: swills Date: Sat Sep 22 19:46:26 2012 New Revision: 304718 URL: http://svn.freebsd.org/changeset/ports/304718 Log: - Update to 0.61 PR: ports/171128 Approved by: maintainer timeout (rafan, >3 weeks) Deleted: head/devel/p5-SVN-Web/files/ Modified: head/devel/p5-SVN-Web/Makefile (contents, props changed) head/devel/p5-SVN-Web/distinfo (contents, props changed) head/devel/p5-SVN-Web/pkg-plist (contents, props changed) Modified: head/devel/p5-SVN-Web/Makefile ============================================================================== --- head/devel/p5-SVN-Web/Makefile Sat Sep 22 19:44:45 2012 (r304717) +++ head/devel/p5-SVN-Web/Makefile Sat Sep 22 19:46:26 2012 (r304718) @@ -6,8 +6,7 @@ # PORTNAME= SVN-Web -PORTVERSION= 0.53 -PORTREVISION= 8 +PORTVERSION= 0.61 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -39,12 +38,15 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ p5-Test-HTML-Tidy>=0:${PORTSDIR}/devel/p5-Test-HTML-Tidy \ p5-Test-WWW-Mechanize>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize -PERL_MODBUILD= yes +PERL_CONFIGURE= yes CONFIGURE_ARGS= --skip_questions MAN1= svnweb-install.1 \ svnweb-server.1 -MAN3= SVN::Web.3 \ +MAN3= SVN::CHANGES.3 \ + SVN::CONTRIBUTING.3 \ + SVN::UPDATING.3 \ + SVN::Web.3 \ SVN::Web::Blame.3 \ SVN::Web::Browse.3 \ SVN::Web::Checkout.3 \ Modified: head/devel/p5-SVN-Web/distinfo ============================================================================== --- head/devel/p5-SVN-Web/distinfo Sat Sep 22 19:44:45 2012 (r304717) +++ head/devel/p5-SVN-Web/distinfo Sat Sep 22 19:46:26 2012 (r304718) @@ -1,2 +1,2 @@ -SHA256 (SVN-Web-0.53.tar.gz) = 4844b14f6e76ec644c41230705725aa7d2374fddfe1beb23910eb1b708849549 -SIZE (SVN-Web-0.53.tar.gz) = 85155 +SHA256 (SVN-Web-0.61.tar.gz) = a5d6dbdbd7fe460a1b5413152e5ee976e4154f951476172fc956da0b0c418e2e +SIZE (SVN-Web-0.61.tar.gz) = 97609 Modified: head/devel/p5-SVN-Web/pkg-plist ============================================================================== --- head/devel/p5-SVN-Web/pkg-plist Sat Sep 22 19:44:45 2012 (r304717) +++ head/devel/p5-SVN-Web/pkg-plist Sat Sep 22 19:46:26 2012 (r304718) @@ -1,5 +1,8 @@ bin/svnweb-install bin/svnweb-server +%%SITE_PERL%%/SVN/CHANGES.pod +%%SITE_PERL%%/SVN/CONTRIBUTING.pod +%%SITE_PERL%%/SVN/UPDATING.pod %%SITE_PERL%%/SVN/Web.pm %%SITE_PERL%%/SVN/Web/Blame.pm %%SITE_PERL%%/SVN/Web/Browse.pm @@ -58,6 +61,7 @@ bin/svnweb-server %%SITE_PERL%%/SVN/Web/View.pm %%SITE_PERL%%/SVN/Web/X.pm %%SITE_PERL%%/SVN/Web/action.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web/.packlist @dirrm %%SITE_PERL%%/SVN/Web/I18N @dirrm %%SITE_PERL%%/SVN/Web/Style/trac @dirrm %%SITE_PERL%%/SVN/Web/Style @@ -65,4 +69,6 @@ bin/svnweb-server @dirrm %%SITE_PERL%%/SVN/Web/Template/trac @dirrm %%SITE_PERL%%/SVN/Web/Template @dirrm %%SITE_PERL%%/SVN/Web +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Web +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN @dirrmtry %%SITE_PERL%%/SVN