[Lunar-commits] <moonbase> Locale-gettext: fixes problems with POSIX changes since perl 5.10
Auke Kok
sofar at foo-projects.org
Sun Jun 12 05:50:28 CEST 2011
commit 1f2477345e77304746f1a83c0bac7dd668028257
Author: Tim Petschauer <tpetschauer at gmx.net>
Date: Sun Jun 12 05:50:28 2011 +0200
Locale-gettext: fixes problems with POSIX changes since perl 5.10
see patch file for details
---
perl/Locale-gettext/BUILD | 1 +
perl/Locale-gettext/DETAILS | 5 ++++-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/perl/Locale-gettext/BUILD b/perl/Locale-gettext/BUILD
index c11ca00..5fbcec5 100644
--- a/perl/Locale-gettext/BUILD
+++ b/perl/Locale-gettext/BUILD
@@ -1,5 +1,6 @@
(
+ patch_it ${SOURCE2} 1 &&
perl Makefile.PL &&
default_make
diff --git a/perl/Locale-gettext/DETAILS b/perl/Locale-gettext/DETAILS
index 7a2abe2..9a4e3b7 100644
--- a/perl/Locale-gettext/DETAILS
+++ b/perl/Locale-gettext/DETAILS
@@ -1,12 +1,15 @@
MODULE=Locale-gettext
VERSION=1.05
SOURCE=gettext-$VERSION.tar.gz
+ SOURCE2=compatibility-with-POSIX-module.diff
SOURCE_URL=http://www.cpan.org/authors/id/P/PV/PVANDRY/
+ SOURCE2_URL=http://patch-tracker.debian.org/patch/series/dl/liblocale-gettext-perl/1.05-4/
SOURCE_VFY=sha1:705f519ad61b4a8c522d8aaf98425e0bd21709f2
+ SOURCE2_VFY=sha1:9dcac4f7d2691304c8057ef3c28ec0e3bad20771
SOURCE_DIRECTORY=$BUILD_DIRECTORY/gettext-$VERSION
WEB_SITE=http://search.cpan.org/search?dist=gettext
ENTERED=20061110
- UPDATED=20061110
+ UPDATED=20110530
SHORT="message handling functions"
cat << EOF
Locale::gettext - message handling functions
More information about the Lunar-commits
mailing list