diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-01-14 16:58:49 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-01-14 16:58:49 +0000 |
commit | 170c06e7ece4a0f4edd150a7f997efa484be5dac (patch) | |
tree | a6edf155b23881544624a8b0780edd21fc7c7bc5 /www/p5-Dancer-Template-Xslate | |
parent | 163cc1d59457e2560c199bb0847b62a9b7868d94 (diff) | |
download | ports-170c06e7ece4a0f4edd150a7f997efa484be5dac.tar.gz ports-170c06e7ece4a0f4edd150a7f997efa484be5dac.zip |
Notes
Diffstat (limited to 'www/p5-Dancer-Template-Xslate')
-rw-r--r-- | www/p5-Dancer-Template-Xslate/Makefile | 9 | ||||
-rw-r--r-- | www/p5-Dancer-Template-Xslate/distinfo | 4 | ||||
-rw-r--r-- | www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm | 11 | ||||
-rw-r--r-- | www/p5-Dancer-Template-Xslate/pkg-plist | 1 |
4 files changed, 5 insertions, 20 deletions
diff --git a/www/p5-Dancer-Template-Xslate/Makefile b/www/p5-Dancer-Template-Xslate/Makefile index 5147bc1dd8ab..4ad2200c2bdf 100644 --- a/www/p5-Dancer-Template-Xslate/Makefile +++ b/www/p5-Dancer-Template-Xslate/Makefile @@ -6,10 +6,10 @@ # PORTNAME= Dancer-Template-Xslate -PORTVERSION= 0.01 +PORTVERSION= 0.02 CATEGORIES= www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:FRANCKC +MASTER_SITE_SUBDIR= CPAN:RSIMOES PKGNAMEPREFIX= p5- MAINTAINER= magik@roorback.net @@ -19,11 +19,8 @@ RUN_DEPENDS= p5-Dancer>0:${PORTSDIR}/www/p5-Dancer \ p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate BUILD_DEPENDS= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Dancer::Template::Xslate.3 -post-patch: - ${RM} ${WRKSRC}/lib/Dancer/Template/Xslate.pm.orig - .include <bsd.port.mk> diff --git a/www/p5-Dancer-Template-Xslate/distinfo b/www/p5-Dancer-Template-Xslate/distinfo index 5a823e0e5fb9..916e15b17de3 100644 --- a/www/p5-Dancer-Template-Xslate/distinfo +++ b/www/p5-Dancer-Template-Xslate/distinfo @@ -1,2 +1,2 @@ -SHA256 (Dancer-Template-Xslate-0.01.tar.gz) = 30890f260f3c714191b8e7520844568d1735a5a61f3d2eb9ec3050cb7c4806e1 -SIZE (Dancer-Template-Xslate-0.01.tar.gz) = 10828 +SHA256 (Dancer-Template-Xslate-0.02.tar.gz) = dbd38c3c498a187ecde6380358c783105a755e2738b0d487740896ee6a016be7 +SIZE (Dancer-Template-Xslate-0.02.tar.gz) = 13060 diff --git a/www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm b/www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm deleted file mode 100644 index e263880b56e9..000000000000 --- a/www/p5-Dancer-Template-Xslate/files/patch-lib_Dancer_Template_Xslate.pm +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/Dancer/Template/Xslate.pm.orig 2011-10-24 04:30:40.533601086 +0200 -+++ lib/Dancer/Template/Xslate.pm 2011-10-24 04:32:01.720597646 +0200 -@@ -14,6 +14,8 @@ - - my $_engine; - -+sub default_tmpl_ext { "tx" } -+ - sub init { - my $self = shift; - diff --git a/www/p5-Dancer-Template-Xslate/pkg-plist b/www/p5-Dancer-Template-Xslate/pkg-plist index f4796119a835..7ff81fcdec60 100644 --- a/www/p5-Dancer-Template-Xslate/pkg-plist +++ b/www/p5-Dancer-Template-Xslate/pkg-plist @@ -1,4 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Template/Xslate/.packlist %%SITE_PERL%%/Dancer/Template/Xslate.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Template/Xslate @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dancer/Template |