From 2c262b1427a0876261df13b24a75096a723b9650 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Mar 2012 15:46:34 +0100 Subject: [PATCH] perl: rebuild for chroot-* pkgs. --- srcpkgs/perl/patches/find_pwd_from_busybox.diff | 10 ---------- srcpkgs/perl/template | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 srcpkgs/perl/patches/find_pwd_from_busybox.diff diff --git a/srcpkgs/perl/patches/find_pwd_from_busybox.diff b/srcpkgs/perl/patches/find_pwd_from_busybox.diff deleted file mode 100644 index 3d0c2dee30b..00000000000 --- a/srcpkgs/perl/patches/find_pwd_from_busybox.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- dist/Cwd/Cwd.pm.orig 2010-12-17 13:34:47.987072114 +0100 -+++ dist/Cwd/Cwd.pm 2010-12-17 13:35:14.474647252 +0100 -@@ -336,6 +336,7 @@ $METHOD_MAP{NT} = $METHOD_MAP{MSWin32}; - my $pwd_cmd; - foreach my $try ('/bin/pwd', - '/usr/bin/pwd', -+ '/usr/local/bin/pwd', - '/QOpenSys/bin/pwd', # OS/400 PASE. - ) { - diff --git a/srcpkgs/perl/template b/srcpkgs/perl/template index 31885589134..8546e503560 100644 --- a/srcpkgs/perl/template +++ b/srcpkgs/perl/template @@ -2,7 +2,7 @@ pkgname=perl version=5.14.2 distfiles="http://www.cpan.org/src/5.0/$pkgname-$version.tar.bz2" -revision=3 +revision=4 short_desc="Practical Extraction and Report Language" maintainer="Juan RP " homepage="http://www.perl.org"