Update to 1.5007.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes Feature safe: yes
This commit is contained in:
parent
7bf2963adf
commit
803b50bffd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286661
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Text-Xslate
|
||||
PORTVERSION= 1.5002
|
||||
PORTVERSION= 1.5007
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:GFUJI
|
||||
@ -34,6 +34,7 @@ PERL_CONFIGURE= yes
|
||||
MAN1= xslate.1
|
||||
MAN3= Text::Xslate.3 \
|
||||
Text::Xslate::Bridge.3 \
|
||||
Text::Xslate::Bridge::Star.3 \
|
||||
Text::Xslate::Compiler.3 \
|
||||
Text::Xslate::HashWithDefault.3 \
|
||||
Text::Xslate::Manual.3 \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Text-Xslate-1.5002.tar.gz) = 92258d1b1cb94f222fc978d2bde51db63a3f57061fdf78a07760b571ed7b5a4b
|
||||
SIZE (Text-Xslate-1.5002.tar.gz) = 204650
|
||||
SHA256 (Text-Xslate-1.5007.tar.gz) = 9cc8bedc67a54efc693486f0268f57f2d37c35927a54717fd49411254cd6fbac
|
||||
SIZE (Text-Xslate-1.5007.tar.gz) = 206946
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/xslate
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Bridge.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Bridge/Star.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Compiler.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/HashWithDefault.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual.pod
|
||||
@ -34,5 +35,6 @@ bin/xslate
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Bridge
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text
|
||||
|
Loading…
Reference in New Issue
Block a user