Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2013 18:38:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329224 - head/www/p5-Template-Alloy
Message-ID:  <201310031838.r93IcD22047203@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  3 18:38:13 2013
New Revision: 329224
URL: http://svnweb.freebsd.org/changeset/ports/329224

Log:
  - Update to 1.020
  - Add LICENSE
  - Support STAGEDIR
  
  Changes:	http://search.cpan.org/dist/Template-Alloy/Changes

Modified:
  head/www/p5-Template-Alloy/Makefile   (contents, props changed)
  head/www/p5-Template-Alloy/distinfo   (contents, props changed)
  head/www/p5-Template-Alloy/pkg-plist   (contents, props changed)

Modified: head/www/p5-Template-Alloy/Makefile
==============================================================================
--- head/www/p5-Template-Alloy/Makefile	Thu Oct  3 18:38:09 2013	(r329223)
+++ head/www/p5-Template-Alloy/Makefile	Thu Oct  3 18:38:13 2013	(r329224)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Template-Alloy
-PORTVERSION=	1.019
+PORTVERSION=	1.020
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:RHANDOM
@@ -11,16 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Mixing of all of the major template systems
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Template::Alloy.3 Template::Alloy::Compile.3 \
-	Template::Alloy::Context.3 Template::Alloy::Exception.3 \
-	Template::Alloy::HTE.3 Template::Alloy::Iterator.3 \
-	Template::Alloy::Operator.3 Template::Alloy::Parse.3 \
-	Template::Alloy::Play.3 Template::Alloy::Stream.3 \
-	Template::Alloy::TT.3 Template::Alloy::Tmpl.3 \
-	Template::Alloy::VMethod.3 Template::Alloy::Velocity.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-Template-Alloy/distinfo
==============================================================================
--- head/www/p5-Template-Alloy/distinfo	Thu Oct  3 18:38:09 2013	(r329223)
+++ head/www/p5-Template-Alloy/distinfo	Thu Oct  3 18:38:13 2013	(r329224)
@@ -1,2 +1,2 @@
-SHA256 (Template-Alloy-1.019.tar.gz) = 7bff9b8251e76765e48ced961ebed5b0defe9ce7e334bea1f5a70947ce1222b3
-SIZE (Template-Alloy-1.019.tar.gz) = 197823
+SHA256 (Template-Alloy-1.020.tar.gz) = 73437cf73c99f0c35ed370a46be9417a931e189444e6dcfe80e892b5e6d438f5
+SIZE (Template-Alloy-1.020.tar.gz) = 197942

Modified: head/www/p5-Template-Alloy/pkg-plist
==============================================================================
--- head/www/p5-Template-Alloy/pkg-plist	Thu Oct  3 18:38:09 2013	(r329223)
+++ head/www/p5-Template-Alloy/pkg-plist	Thu Oct  3 18:38:13 2013	(r329224)
@@ -14,6 +14,20 @@
 %%SITE_PERL%%/Template/Alloy/VMethod.pm
 %%SITE_PERL%%/Template/Alloy/Velocity.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Alloy/.packlist
+%%PERL5_MAN3%%/Template::Alloy.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Compile.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Context.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Exception.3.gz
+%%PERL5_MAN3%%/Template::Alloy::HTE.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Iterator.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Operator.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Parse.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Play.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Stream.3.gz
+%%PERL5_MAN3%%/Template::Alloy::TT.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Tmpl.3.gz
+%%PERL5_MAN3%%/Template::Alloy::VMethod.3.gz
+%%PERL5_MAN3%%/Template::Alloy::Velocity.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Alloy
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
 @dirrmtry %%SITE_PERL%%/Template/Alloy



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