Index: branches/2016Q4/misc/p5-I18N-LangTags/Makefile =================================================================== --- branches/2016Q4/misc/p5-I18N-LangTags/Makefile (revision 427113) +++ branches/2016Q4/misc/p5-I18N-LangTags/Makefile (revision 427114) @@ -1,17 +1,17 @@ # Created by: Dmitry Sivachenko # $FreeBSD$ PORTNAME= I18N-LangTags PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Functions for dealing with RFC-1766-style language tags USES= perl5 USE_PERL5= configure .include Index: branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm =================================================================== --- branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm (nonexistent) +++ branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm (revision 427114) @@ -0,0 +1,11 @@ +--- lib/I18N/LangTags.pm.orig 2004-10-07 07:26:33 UTC ++++ lib/I18N/LangTags.pm +@@ -489,7 +489,7 @@ lookup in %greetings fails. That's the + You could instead do lookups on $wanted with: + + use I18N::LangTags qw(same_language_tag); +- my $repsonse = ''; ++ my $response = ''; + foreach my $l2 (keys %greetings) { + if(same_language_tag($wanted, $l2)) { + $response = $greetings{$l2}; Property changes on: branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm =================================================================== --- branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm (nonexistent) +++ branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm (revision 427114) @@ -0,0 +1,11 @@ +--- lib/I18N/LangTags/Detect.pm.orig 2004-06-21 05:47:55 UTC ++++ lib/I18N/LangTags/Detect.pm +@@ -137,7 +137,7 @@ sub _try_use { # Basically a wrapper a + my $module = $_[0]; # ASSUME sane module name! + { no strict 'refs'; + return($tried{$module} = 1) +- if defined(%{$module . "::Lexicon"}) or defined(@{$module . "::ISA"}); ++ if %{$module . "::Lexicon"} or @{$module . "::ISA"}; + # weird case: we never use'd it, but there it is! + } + Property changes on: branches/2016Q4/misc/p5-I18N-LangTags/files/patch-lib_I18N_LangTags_Detect.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2016Q4 =================================================================== --- branches/2016Q4 (revision 427113) +++ branches/2016Q4 (revision 427114) Property changes on: branches/2016Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r426998