diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:48:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 17:48:01 +0800 |
commit | 7b6fd4883020a4b7f5b2252c62e55d0544e608cb (patch) | |
tree | 7670fce2f27b43308de49c40833957f6c5a86379 /textproc | |
parent | 08551a3f39630f58fa88797e6638ead3f59d8648 (diff) | |
download | freebsd-ports-gnome-7b6fd4883020a4b7f5b2252c62e55d0544e608cb.tar.gz freebsd-ports-gnome-7b6fd4883020a4b7f5b2252c62e55d0544e608cb.tar.zst freebsd-ports-gnome-7b6fd4883020a4b7f5b2252c62e55d0544e608cb.zip |
Update to 1.47
- Clean up MASTER_SITES
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Text-Template/Changes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Template/Makefile | 13 | ||||
-rw-r--r-- | textproc/p5-Text-Template/distinfo | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Template/files/patch-lib_Text_Template.pm | 10 | ||||
-rw-r--r-- | textproc/p5-Text-Template/pkg-plist | 4 |
4 files changed, 10 insertions, 22 deletions
diff --git a/textproc/p5-Text-Template/Makefile b/textproc/p5-Text-Template/Makefile index 562b6ddb3c8f..b6fa9e6d0a4e 100644 --- a/textproc/p5-Text-Template/Makefile +++ b/textproc/p5-Text-Template/Makefile @@ -2,23 +2,20 @@ # $FreeBSD$ PORTNAME= Text-Template -PORTVERSION= 1.46 -PORTREVISION= 1 +PORTVERSION= 1.47 CATEGORIES= textproc perl5 -MASTER_SITES= http://perl.plover.com/Template/ \ - CPAN +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Expand template text with embedded Perl -LICENSE= ART10 GPLv2 +LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE +NO_ARCH= yes USES= perl5 USE_PERL5= configure -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -delete - .include <bsd.port.mk> diff --git a/textproc/p5-Text-Template/distinfo b/textproc/p5-Text-Template/distinfo index 317dd773904d..7de7ed29890a 100644 --- a/textproc/p5-Text-Template/distinfo +++ b/textproc/p5-Text-Template/distinfo @@ -1,2 +1,3 @@ -SHA256 (Text-Template-1.46.tar.gz) = 77d812cb86e48091bcd59aa8522ef887b33a0ff758f8a269da8c2b733889d580 -SIZE (Text-Template-1.46.tar.gz) = 43952 +TIMESTAMP = 1488262664 +SHA256 (Text-Template-1.47.tar.gz) = 50d742c74482478aa01008d468290fcfbc0b9a1219cfe1284076f1f31f0be8fc +SIZE (Text-Template-1.47.tar.gz) = 48988 diff --git a/textproc/p5-Text-Template/files/patch-lib_Text_Template.pm b/textproc/p5-Text-Template/files/patch-lib_Text_Template.pm deleted file mode 100644 index 890a01d0a59e..000000000000 --- a/textproc/p5-Text-Template/files/patch-lib_Text_Template.pm +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/Text/Template.pm.orig 2008-04-16 18:38:08.000000000 -0500 -+++ lib/Text/Template.pm 2012-03-17 06:44:14.882739137 -0500 -@@ -428,6 +428,8 @@ - foreach my $key (keys %$hash) { - undef $hash->{$key}; - } -+ %$hash = (); -+ delete $Text::Template::{$s."::"}; - } - } diff --git a/textproc/p5-Text-Template/pkg-plist b/textproc/p5-Text-Template/pkg-plist index 2218988463d1..5f3828e7a91c 100644 --- a/textproc/p5-Text-Template/pkg-plist +++ b/textproc/p5-Text-Template/pkg-plist @@ -1,4 +1,4 @@ -%%PERL5_MAN3%%/Text::Template.3.gz -%%PERL5_MAN3%%/Text::Template::Preprocess.3.gz %%SITE_PERL%%/Text/Template.pm %%SITE_PERL%%/Text/Template/Preprocess.pm +%%PERL5_MAN3%%/Text::Template.3.gz +%%PERL5_MAN3%%/Text::Template::Preprocess.3.gz |