mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-Template-Toolkit: Updated for version 2.24.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
90f459f4e4
commit
178e52ee3e
3 changed files with 4 additions and 18 deletions
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.PL.orig 2009-05-21 14:16:48.000000000 +0200
|
||||
+++ Makefile.PL 2010-06-21 00:41:30.631164799 +0200
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
my (%config, %ttconfig);
|
||||
while ($_ = shift) {
|
||||
- my ($k, $v) = split(/=/);
|
||||
+ my ($k, $v) = split(/=/, $_, 2);
|
||||
if ($k =~ /^TT/) {
|
||||
$ttconfig{ $k } = $v || 0;
|
||||
}
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
SRCNAM=Template-Toolkit
|
||||
PRGNAM=perl-$SRCNAM
|
||||
VERSION=${VERSION:-2.22}
|
||||
VERSION=${VERSION:-2.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,9 +51,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# Uncomment, if any of the parameters you pass to Makefile.PL contains a "=" (like SLKCFLAGS)
|
||||
#patch -p0 < $CWD/key-value.patch
|
||||
|
||||
perl Makefile.PL \
|
||||
TT_ACCEPT=y \
|
||||
PREFIX=/usr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Template-Toolkit"
|
||||
VERSION="2.22"
|
||||
VERSION="2.24"
|
||||
HOMEPAGE="http://search.cpan.org/~abw/Template-Toolkit/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-2.22.tar.gz"
|
||||
MD5SUM="d98277f6420e5da6b93d99a8db2b3934"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/A/AB/ABW/Template-Toolkit-2.24.tar.gz"
|
||||
MD5SUM="c25fdab1beebf8818c2e624bc9f9d212"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Thomas Morper"
|
||||
|
|
Loading…
Reference in a new issue