diff options
author | tobez <tobez@FreeBSD.org> | 2013-01-25 17:15:23 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2013-01-25 17:15:23 +0800 |
commit | aee18d15d099c83e2a203288a47b9e9b7929293a (patch) | |
tree | 32be8eb68444879d89419a3837f8810e5632390a | |
parent | 511e3e4f21aa760de2d132770722aebc089d5952 (diff) | |
download | freebsd-ports-gnome-aee18d15d099c83e2a203288a47b9e9b7929293a.tar.gz freebsd-ports-gnome-aee18d15d099c83e2a203288a47b9e9b7929293a.tar.zst freebsd-ports-gnome-aee18d15d099c83e2a203288a47b9e9b7929293a.zip |
Update to 1.23.
Changes: http://search.cpan.org/dist/libintl-perl/ChangeLog
-rw-r--r-- | devel/p5-Locale-libintl/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Locale-libintl/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Locale-libintl/pkg-plist | 5 |
3 files changed, 6 insertions, 13 deletions
diff --git a/devel/p5-Locale-libintl/Makefile b/devel/p5-Locale-libintl/Makefile index 3c4dd70ac82f..5efe6df258c9 100644 --- a/devel/p5-Locale-libintl/Makefile +++ b/devel/p5-Locale-libintl/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: p5-Locale-libintl -# Date created: April 20th, 2004 -# Whom: Erwin Lansing <erwin@FreeBSD.org> -# +# Created by: Erwin Lansing <erwin@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Locale-libintl -PORTVERSION= 1.20 -PORTREVISION= 2 +PORTVERSION= 1.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -164,6 +159,7 @@ MAN3= Locale::Messages.3 \ Locale::RecodeData::_Encode.3 \ Locale::TextDomain.3 \ Locale::Util.3 \ + Locale::gettext_dumb.3 \ Locale::gettext_pp.3 \ Locale::gettext_xs.3 \ Locale::libintlFAQ.3 diff --git a/devel/p5-Locale-libintl/distinfo b/devel/p5-Locale-libintl/distinfo index 013739002a25..6dd3d7f23732 100644 --- a/devel/p5-Locale-libintl/distinfo +++ b/devel/p5-Locale-libintl/distinfo @@ -1,2 +1,2 @@ -SHA256 (libintl-perl-1.20.tar.gz) = 3036a9d2df85f200631b55a0b01082898c20819d9aabdb9b871508054bee5c67 -SIZE (libintl-perl-1.20.tar.gz) = 499899 +SHA256 (libintl-perl-1.23.tar.gz) = 60da16356c2fa89a0c542c825d626c8c2811202b6002b56d8574b928a1379ffa +SIZE (libintl-perl-1.23.tar.gz) = 523571 diff --git a/devel/p5-Locale-libintl/pkg-plist b/devel/p5-Locale-libintl/pkg-plist index c77aec287007..2aae8c552c01 100644 --- a/devel/p5-Locale-libintl/pkg-plist +++ b/devel/p5-Locale-libintl/pkg-plist @@ -143,15 +143,12 @@ %%SITE_PERL%%/Locale/RecodeData/_Encode.pm %%SITE_PERL%%/Locale/TextDomain.pm %%SITE_PERL%%/Locale/Util.pm +%%SITE_PERL%%/Locale/gettext_dumb.pm %%SITE_PERL%%/Locale/gettext_pp.pm -%%SITE_PERL%%/Locale/gettext_xs.pm %%SITE_PERL%%/Locale/gettext_xs.pod %%SITE_PERL%%/Locale/libintlFAQ.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext_xs/gettext_xs.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext_xs/gettext_xs.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/libintl-perl/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libintl-perl -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext_xs @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale @dirrm %%SITE_PERL%%/Locale/RecodeData @dirrm %%SITE_PERL%%/Locale/Recode |