aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-I18N-LangTags
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-10-13 05:32:14 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-10-13 05:32:14 +0000
commitb3aa382a96be3cac3e29e9c00992f910ef28e0f6 (patch)
tree93948bc791417f9d6b476757744ff90cec5c8824 /misc/p5-I18N-LangTags
parent054018822adb5d41e50f862fbe9bedad01a486e7 (diff)
downloadports-b3aa382a96be3cac3e29e9c00992f910ef28e0f6.tar.gz
ports-b3aa382a96be3cac3e29e9c00992f910ef28e0f6.zip
Update to version 0.29.
PR: 57904 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=90985
Diffstat (limited to 'misc/p5-I18N-LangTags')
-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 3a80ae6d7800..882f0c56fe0c 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 a8f63a8830c5..f9a84c0f3930 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 000000000000..09232f24003d
--- /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') : ()),
+
+ );
+