aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-04-29 01:09:03 +0800
committerarved <arved@FreeBSD.org>2003-04-29 01:09:03 +0800
commit7738f7a554caf29a8861233129ddacfc4f101bc2 (patch)
treed0b1c3e86f98a8bda4c65eba95c6800ee26a17f3
parent7a0e15490820ab9573424f6d63c7122e31b7384a (diff)
downloadfreebsd-ports-gnome-7738f7a554caf29a8861233129ddacfc4f101bc2.tar.gz
freebsd-ports-gnome-7738f7a554caf29a8861233129ddacfc4f101bc2.tar.zst
freebsd-ports-gnome-7738f7a554caf29a8861233129ddacfc4f101bc2.zip
Update to 0.21
PR: 51462
-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 b5b9a3219696..7ddf619d40c7 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 7d01f9e30863..5dcc8e93f2b0 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 1d073e017fc3..000000000000
--- 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