diff options
author | culot <culot@FreeBSD.org> | 2014-09-08 22:30:45 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2014-09-08 22:30:45 +0800 |
commit | 10e09fa12b6c7166f2ce6013b784df227ed38c8c (patch) | |
tree | 6cac56c75f802ed65e42857db7fc933da7b9c0e2 | |
parent | a4208364f582c294ba8dc977a6ec8161e6b0839b (diff) | |
download | freebsd-ports-gnome-10e09fa12b6c7166f2ce6013b784df227ed38c8c.tar.gz freebsd-ports-gnome-10e09fa12b6c7166f2ce6013b784df227ed38c8c.tar.zst freebsd-ports-gnome-10e09fa12b6c7166f2ce6013b784df227ed38c8c.zip |
- Update to 2.13.4.11
PR: ports/193242
Submitted by: takefu@airport.fm (maintainer)
-rw-r--r-- | japanese/jacode.pl/Makefile | 4 | ||||
-rw-r--r-- | japanese/jacode.pl/distinfo | 4 | ||||
-rw-r--r-- | japanese/jacode.pl/pkg-descr | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/japanese/jacode.pl/Makefile b/japanese/jacode.pl/Makefile index 4a7dae0accee..73ded8fbc713 100644 --- a/japanese/jacode.pl/Makefile +++ b/japanese/jacode.pl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jacode.pl -PORTVERSION= 2.13.4.10 +PORTVERSION= 2.13.4.11 CATEGORIES= japanese perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:INA/${PORTNAME:S|.pl||} @@ -20,7 +20,7 @@ PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME} NO_BUILD= yes pre-install: - @cd ${WRKSRC}; ${PERL} ${WRKSRC}/test.pl + @cd ${WRKSRC}; ${PERL} ${WRKSRC}/t/001_test.t do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} diff --git a/japanese/jacode.pl/distinfo b/japanese/jacode.pl/distinfo index 34a1d3165c2a..4f1875d62272 100644 --- a/japanese/jacode.pl/distinfo +++ b/japanese/jacode.pl/distinfo @@ -1,2 +1,2 @@ -SHA256 (jacode-2.13.4.10.tar.gz) = 051ae8d11805a1673942373c386a41d00c9e51e9ef9a297a9a85d74a90c24105 -SIZE (jacode-2.13.4.10.tar.gz) = 291038 +SHA256 (jacode-2.13.4.11.tar.gz) = b879d9cf8a320062268a72d348db24f0258836514780e7f3d21b2a9108395a2c +SIZE (jacode-2.13.4.11.tar.gz) = 291224 diff --git a/japanese/jacode.pl/pkg-descr b/japanese/jacode.pl/pkg-descr index 28aacd1dbcfc..054106247fd4 100644 --- a/japanese/jacode.pl/pkg-descr +++ b/japanese/jacode.pl/pkg-descr @@ -3,8 +3,8 @@ jacode.pl - Perl library for Japanese character code conversion This software has upper compatibility to jcode.pl. * jcode.pl upper compatible -* Perl4 script -* Acts as a wrapper to Encode::from_to +* Perl4(also Perl5) script +* Acts as a wrapper to Encode::from_to (Yes, not only Japanese!) * Support HALFWIDTH KATAKANA * Support UTF-8 by cp932 to Unicode table http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT |