Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 11:36:18 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
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
Message-ID:  <201411201136.sAKBaI5r033813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201136.sAKBaI5r033813>