From owner-svn-ports-head@FreeBSD.ORG Wed May 22 14:43:24 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4CAC7683; Wed, 22 May 2013 14:43:24 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1908FF; Wed, 22 May 2013 14:43:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4MEhOPG030802; Wed, 22 May 2013 14:43:24 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4MEhNbx030800; Wed, 22 May 2013 14:43:23 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201305221443.r4MEhNbx030800@svn.freebsd.org> From: Jun Kuriyama Date: Wed, 22 May 2013 14:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318770 - 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.14 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: Wed, 22 May 2013 14:43:24 -0000 Author: kuriyama Date: Wed May 22 14:43:23 2013 New Revision: 318770 URL: http://svnweb.freebsd.org/changeset/ports/318770 Log: - Upgrade to 0.16. Modified: head/www/p5-CGI-Compile/Makefile head/www/p5-CGI-Compile/distinfo Modified: head/www/p5-CGI-Compile/Makefile ============================================================================== --- head/www/p5-CGI-Compile/Makefile Wed May 22 14:39:29 2013 (r318769) +++ head/www/p5-CGI-Compile/Makefile Wed May 22 14:43:23 2013 (r318770) @@ -1,12 +1,7 @@ -# New ports collection makefile for: CGI::Compile -# Date created: 02 Apr 2010 -# Whom: Jun Kuriyama -# # $FreeBSD$ -# PORTNAME= CGI-Compile -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MIYAGAWA @@ -20,7 +15,9 @@ RUN_DEPENDS= \ BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \ - p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires + p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI +# Depending on Plack::Test causes cyclic dependencies. PERL_CONFIGURE= yes Modified: head/www/p5-CGI-Compile/distinfo ============================================================================== --- head/www/p5-CGI-Compile/distinfo Wed May 22 14:39:29 2013 (r318769) +++ head/www/p5-CGI-Compile/distinfo Wed May 22 14:43:23 2013 (r318770) @@ -1,2 +1,2 @@ -SHA256 (CGI-Compile-0.15.tar.gz) = c06a46a5f6fc5426fa79c963529c296c76123048a5482d8dd88b921623be5d69 -SIZE (CGI-Compile-0.15.tar.gz) = 23864 +SHA256 (CGI-Compile-0.16.tar.gz) = 45ec5913d7f94616c46719186d9578e9a978b5e191c0a0f7614f1b60313a3312 +SIZE (CGI-Compile-0.16.tar.gz) = 24981