summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-04-28 17:09:03 +0000
committerarved <arved@FreeBSD.org>2003-04-28 17:09:03 +0000
commit7738f7a554caf29a8861233129ddacfc4f101bc2 (patch)
treed0b1c3e86f98a8bda4c65eba95c6800ee26a17f3 /devel
parent7a0e15490820ab9573424f6d63c7122e31b7384a (diff)
downloadFreeBSD-ports-7738f7a554caf29a8861233129ddacfc4f101bc2.zip
FreeBSD-ports-7738f7a554caf29a8861233129ddacfc4f101bc2.tar.gz
Update to 0.21
PR: 51462
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/Makefile2
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/distinfo2
-rw-r--r--devel/p5-Locale-Maketext-Lexicon/files/patch-lib::Locale::Maketext::Lexicon::Gettext.pm11
3 files changed, 2 insertions, 13 deletions
diff --git a/devel/p5-Locale-Maketext-Lexicon/Makefile b/devel/p5-Locale-Maketext-Lexicon/Makefile
index b5b9a32..7ddf619 100644
--- a/devel/p5-Locale-Maketext-Lexicon/Makefile
+++ b/devel/p5-Locale-Maketext-Lexicon/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Locale-Maketext-Lexicon
-PORTVERSION= 0.20
+PORTVERSION= 0.21
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Locale
diff --git a/devel/p5-Locale-Maketext-Lexicon/distinfo b/devel/p5-Locale-Maketext-Lexicon/distinfo
index 7d01f9e..5dcc8e9 100644
--- a/devel/p5-Locale-Maketext-Lexicon/distinfo
+++ b/devel/p5-Locale-Maketext-Lexicon/distinfo
@@ -1 +1 @@
-MD5 (Locale-Maketext-Lexicon-0.20.tar.gz) = b88be28db22a1518d715f38d3578ea92
+MD5 (Locale-Maketext-Lexicon-0.21.tar.gz) = a11d59a6e99f53ae1672ab8801ac0159
diff --git a/devel/p5-Locale-Maketext-Lexicon/files/patch-lib::Locale::Maketext::Lexicon::Gettext.pm b/devel/p5-Locale-Maketext-Lexicon/files/patch-lib::Locale::Maketext::Lexicon::Gettext.pm
deleted file mode 100644
index 1d073e0..0000000
--- a/devel/p5-Locale-Maketext-Lexicon/files/patch-lib::Locale::Maketext::Lexicon::Gettext.pm
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Locale/Maketext/Lexicon/Gettext.pm~ Thu Dec 5 07:36:16 2002
-+++ lib/Locale/Maketext/Lexicon/Gettext.pm Thu Apr 10 17:26:52 2003
-@@ -101,7 +101,7 @@
- } :
-
- /^"(.*)" *$/ ? do { # continued strings
-- $var{$key} .= $1."\n";
-+ $var{$key} .= $1;
- } :
-
- /^#, +(.*) *$/ ? do { # control variables
OpenPOWER on IntegriCloud