summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2015-05-03 22:00:35 +0300
committerVlad Glagolev2015-05-03 22:00:35 +0300
commit0df345266acf86ebaee5e3ed62e594540fab287b (patch)
treee8e0de98a1021c87cc651dfe6c322ec742885a5f
parentf9ecd2c74ff2f849c44e90b46e1c867194e18276 (diff)
template-toolkit: => 2.26
-rwxr-xr-xperl-cpan/template-toolkit/DEPENDS1
-rwxr-xr-xperl-cpan/template-toolkit/DETAILS11
-rw-r--r--perl-cpan/template-toolkit/HISTORY5
3 files changed, 12 insertions, 5 deletions
diff --git a/perl-cpan/template-toolkit/DEPENDS b/perl-cpan/template-toolkit/DEPENDS
index 73b58bb818..da6ee8f306 100755
--- a/perl-cpan/template-toolkit/DEPENDS
+++ b/perl-cpan/template-toolkit/DEPENDS
@@ -1,5 +1,6 @@
depends perl &&
depends appconfig &&
+depends test-leaktrace &&
# non-perl module
optional_depends texlive "" "" "for texlive-related functions" &&
diff --git a/perl-cpan/template-toolkit/DETAILS b/perl-cpan/template-toolkit/DETAILS
index c9118aa48d..3fdb4e3820 100755
--- a/perl-cpan/template-toolkit/DETAILS
+++ b/perl-cpan/template-toolkit/DETAILS
@@ -1,9 +1,10 @@
SPELL=template-toolkit
- VERSION=2.22
- SOURCE_HASH=sha512:e1d7a9e10090e589ca70b47d987fef8a1730b63b37ca29bb696ff8811d9c245fb4179aa39ce37c2d099d017f6af5a9552f2ed03f1361e8f989e8e63348e59686
- SOURCE=Template-Toolkit-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Template-Toolkit-$VERSION
- SOURCE_URL[0]=http://cpan.org/modules/by-module/Template/$SOURCE
+ SPELLX=Template-Toolkit
+ VERSION=2.26
+ SOURCE=${SPELLX}-${VERSION}.tar.gz
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/A/AB/ABW/${SOURCE}
+ SOURCE_HASH=sha512:97e49392542e240840b44f0d78ea601afb26a6675f76faa9765c158820d596308a7f35057bf347d51a86a5f9134dfd4a02ce7a80b47a98b9bdbca68fff9146d6
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE=http://www.template-toolkit.org/
ENTERED=20020522
LICENSE[0]=ART
diff --git a/perl-cpan/template-toolkit/HISTORY b/perl-cpan/template-toolkit/HISTORY
index fbacb7e9ba..c041d09e97 100644
--- a/perl-cpan/template-toolkit/HISTORY
+++ b/perl-cpan/template-toolkit/HISTORY
@@ -1,3 +1,8 @@
+2015-05-01 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.26; use SPELLX, PERL_CPAN_URL; updated
+ source url, website; quoting paths
+ * DEPENDS: added missing test-leaktrace dependency
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f@codemages.net>
* DEPENDS: switch from tetex to texlive [auto]