From owner-svn-ports-head@FreeBSD.ORG Thu Nov 20 11:36:18 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 DA7E072E; Thu, 20 Nov 2014 11:36:18 +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 AC932B10; Thu, 20 Nov 2014 11:36:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKBaIpl033817; Thu, 20 Nov 2014 11:36:18 GMT (envelope-from kuriyama@FreeBSD.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKBaI5r033813; Thu, 20 Nov 2014 11:36:18 GMT (envelope-from kuriyama@FreeBSD.org) Message-Id: <201411201136.sAKBaI5r033813@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 11:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372906 - head/www/p5-Apache-LogFormat-Compiler 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 11:36:19 -0000 Author: kuriyama Date: Thu Nov 20 11:36:17 2014 New Revision: 372906 URL: https://svnweb.freebsd.org/changeset/ports/372906 QAT: https://qat.redports.org/buildarchive/r372906/ Log: - Upgrade to 0.32. Modified: head/www/p5-Apache-LogFormat-Compiler/Makefile head/www/p5-Apache-LogFormat-Compiler/distinfo head/www/p5-Apache-LogFormat-Compiler/pkg-plist Modified: head/www/p5-Apache-LogFormat-Compiler/Makefile ============================================================================== --- head/www/p5-Apache-LogFormat-Compiler/Makefile Thu Nov 20 11:08:41 2014 (r372905) +++ head/www/p5-Apache-LogFormat-Compiler/Makefile Thu Nov 20 11:36:17 2014 (r372906) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Apache-LogFormat-Compiler -PORTVERSION= 0.22 +PORTVERSION= 0.32 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,11 +9,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to compile a log format string to perl-code -TEST_DEPENDS= \ - p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ - p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-POSIX-strftime-Compiler>=0.30:${PORTSDIR}/devel/p5-POSIX-strftime-Compiler +BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= modbuild +NO_ARCH= YES .include Modified: head/www/p5-Apache-LogFormat-Compiler/distinfo ============================================================================== --- head/www/p5-Apache-LogFormat-Compiler/distinfo Thu Nov 20 11:08:41 2014 (r372905) +++ head/www/p5-Apache-LogFormat-Compiler/distinfo Thu Nov 20 11:36:17 2014 (r372906) @@ -1,2 +1,2 @@ -SHA256 (Apache-LogFormat-Compiler-0.22.tar.gz) = 675ec8449eba619684a2056ad72f24580502bdb2ea41b345746ab3c5eb4a2f6f -SIZE (Apache-LogFormat-Compiler-0.22.tar.gz) = 16280 +SHA256 (Apache-LogFormat-Compiler-0.32.tar.gz) = bc112cdbc32f2e93c10bf661f39de509036e01c20c3a702a22cdb0be4426dd7f +SIZE (Apache-LogFormat-Compiler-0.32.tar.gz) = 16354 Modified: head/www/p5-Apache-LogFormat-Compiler/pkg-plist ============================================================================== --- head/www/p5-Apache-LogFormat-Compiler/pkg-plist Thu Nov 20 11:08:41 2014 (r372905) +++ head/www/p5-Apache-LogFormat-Compiler/pkg-plist Thu Nov 20 11:36:17 2014 (r372906) @@ -1,4 +1,2 @@ %%PERL5_MAN3%%/Apache::LogFormat::Compiler.3.gz %%SITE_PERL%%/Apache/LogFormat/Compiler.pm -@dirrmtry %%SITE_PERL%%/Apache/LogFormat -@dirrmtry %%SITE_PERL%%/Apache