From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 15:04:47 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A96314A2; Thu, 20 Nov 2014 15:04:47 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 7C50478D; Thu, 20 Nov 2014 15:04:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKF4lcL068538; Thu, 20 Nov 2014 15:04:47 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKF4kF0068535; Thu, 20 Nov 2014 15:04:46 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411201504.sAKF4kF0068535@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kuriyama set sender to kuriyama@FreeBSD.org using -f From: Jun Kuriyama Date: Thu, 20 Nov 2014 15:04:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372947 - head/www/p5-CGI-Compile 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.18-1 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: Thu, 20 Nov 2014 15:04:47 -0000 Author: kuriyama Date: Thu Nov 20 15:04:46 2014 New Revision: 372947 URL: https://svnweb.freebsd.org/changeset/ports/372947 QAT: https://qat.redports.org/buildarchive/r372947/ Log: - Upgrade to 0.18. Modified: head/www/p5-CGI-Compile/Makefile head/www/p5-CGI-Compile/distinfo head/www/p5-CGI-Compile/pkg-plist Modified: head/www/p5-CGI-Compile/Makefile ============================================================================== --- head/www/p5-CGI-Compile/Makefile Thu Nov 20 15:04:23 2014 (r372946) +++ head/www/p5-CGI-Compile/Makefile Thu Nov 20 15:04:46 2014 (r372947) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= CGI-Compile -PORTVERSION= 0.16 +PORTVERSION= 0.18 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to compile .cgi scripts to a code reference +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + RUN_DEPENDS= \ p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd BUILD_DEPENDS:= ${RUN_DEPENDS} @@ -20,6 +23,11 @@ TEST_DEPENDS= \ # Depending on Plack::Test causes cyclic dependencies. USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny +NO_ARCH= YES + +# Workaround until Module::Build::Tiny 0.039. +post-patch: + ${REINPLACE_CMD} -e 's|0.039|0.038|' ${WRKSRC}/Build.PL .include Modified: head/www/p5-CGI-Compile/distinfo ============================================================================== --- head/www/p5-CGI-Compile/distinfo Thu Nov 20 15:04:23 2014 (r372946) +++ head/www/p5-CGI-Compile/distinfo Thu Nov 20 15:04:46 2014 (r372947) @@ -1,2 +1,2 @@ -SHA256 (CGI-Compile-0.16.tar.gz) = 45ec5913d7f94616c46719186d9578e9a978b5e191c0a0f7614f1b60313a3312 -SIZE (CGI-Compile-0.16.tar.gz) = 24981 +SHA256 (CGI-Compile-0.18.tar.gz) = 1b4d0bc512e49893602618a86017f8bd9a22c2a26522554f2ada3e9b08713fd5 +SIZE (CGI-Compile-0.18.tar.gz) = 19134 Modified: head/www/p5-CGI-Compile/pkg-plist ============================================================================== --- head/www/p5-CGI-Compile/pkg-plist Thu Nov 20 15:04:23 2014 (r372946) +++ head/www/p5-CGI-Compile/pkg-plist Thu Nov 20 15:04:46 2014 (r372947) @@ -1,6 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Compile/.packlist +%%SITE_ARCH%%/auto/CGI/Compile/.packlist %%SITE_PERL%%/CGI/Compile.pm %%PERL5_MAN3%%/CGI::Compile.3.gz -@dirrmtry %%SITE_PERL%%/CGI -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Compile -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI