aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-10-13 13:32:14 +0800
committerdemon <demon@FreeBSD.org>2003-10-13 13:32:14 +0800
commit3815a422b2763e3dc5f8de80580b3f9b66d642db (patch)
tree2c9bdf3e083b7375bb610b1615e2cc9a252ccfa3 /misc
parent0282ade73308665d716c117806b1c9a913655603 (diff)
downloadfreebsd-ports-graphics-3815a422b2763e3dc5f8de80580b3f9b66d642db.tar.gz
freebsd-ports-graphics-3815a422b2763e3dc5f8de80580b3f9b66d642db.tar.zst
freebsd-ports-graphics-3815a422b2763e3dc5f8de80580b3f9b66d642db.zip
Update to version 0.29.
PR: 57904 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'misc')
-rw-r--r--misc/p5-I18N-LangTags/Makefile2
-rw-r--r--misc/p5-I18N-LangTags/distinfo2
-rw-r--r--misc/p5-I18N-LangTags/files/patch-Makefile.PL13
3 files changed, 15 insertions, 2 deletions
diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile
index 3a80ae6d780..882f0c56fe0 100644
--- a/misc/p5-I18N-LangTags/Makefile
+++ b/misc/p5-I18N-LangTags/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= I18N-LangTags
-PORTVERSION= 0.28
+PORTVERSION= 0.29
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= I18N
diff --git a/misc/p5-I18N-LangTags/distinfo b/misc/p5-I18N-LangTags/distinfo
index a8f63a8830c..f9a84c0f393 100644
--- a/misc/p5-I18N-LangTags/distinfo
+++ b/misc/p5-I18N-LangTags/distinfo
@@ -1 +1 @@
-MD5 (I18N-LangTags-0.28.tar.gz) = c07caa7a2bd39ff31f98a747ac48b031
+MD5 (I18N-LangTags-0.29.tar.gz) = 4c7ea4ee671b58e4088f7791c02fa945
diff --git a/misc/p5-I18N-LangTags/files/patch-Makefile.PL b/misc/p5-I18N-LangTags/files/patch-Makefile.PL
new file mode 100644
index 00000000000..09232f24003
--- /dev/null
+++ b/misc/p5-I18N-LangTags/files/patch-Makefile.PL
@@ -0,0 +1,13 @@
+--- Makefile.PL.orig Sat Oct 11 09:04:24 2003
++++ Makefile.PL Mon Oct 13 00:00:33 2003
+@@ -10,8 +10,8 @@
+ 'ABSTRACT_FROM' => 'lib/I18N/LangTags.pm', #
+ 'dist' => { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
+
+- (($] >= 5.007003) ?
+- ('INSTALLDIRS' => 'perl') : ()),
++# (($] >= 5.007003) ?
++# ('INSTALLDIRS' => 'perl') : ()),
+
+ );
+