diff -ruN /usr/ports/misc/p5-I18N-LangTags/Makefile ./p5-I18N-LangTags/Makefile --- /usr/ports/misc/p5-I18N-LangTags/Makefile Tue Sep 9 21:00:00 2003 +++ ./p5-I18N-LangTags/Makefile Sun Oct 12 23:52:21 2003 @@ -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 -ruN /usr/ports/misc/p5-I18N-LangTags/distinfo ./p5-I18N-LangTags/distinfo --- /usr/ports/misc/p5-I18N-LangTags/distinfo Tue Sep 9 21:00:00 2003 +++ ./p5-I18N-LangTags/distinfo Sun Oct 12 23:52:14 2003 @@ -1 +1 @@ -MD5 (I18N-LangTags-0.28.tar.gz) = c07caa7a2bd39ff31f98a747ac48b031 +MD5 (I18N-LangTags-0.29.tar.gz) = 4c7ea4ee671b58e4088f7791c02fa945 diff -ruN /usr/ports/misc/p5-I18N-LangTags/files/patch-Makefile.PL ./p5-I18N-LangTags/files/patch-Makefile.PL --- /usr/ports/misc/p5-I18N-LangTags/files/patch-Makefile.PL Thu Jan 1 08:00:00 1970 +++ ./p5-I18N-LangTags/files/patch-Makefile.PL Mon Oct 13 00:00:37 2003 @@ -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') : ()), + + ); +