Date: Tue, 16 Mar 2021 10:53:35 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568553 - head/japanese/jacode.pl Message-ID: <202103161053.12GArZ4H081905@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Tue Mar 16 10:53:35 2021 New Revision: 568553 URL: https://svnweb.freebsd.org/changeset/ports/568553 Log: japanese/jacode.pl: Update to 2.13.4.24 (edit) PR: 254325 Submitted by: takefu@airport.fm (maintainer) Modified: head/japanese/jacode.pl/Makefile head/japanese/jacode.pl/distinfo head/japanese/jacode.pl/pkg-descr Modified: head/japanese/jacode.pl/Makefile ============================================================================== --- head/japanese/jacode.pl/Makefile Tue Mar 16 10:39:33 2021 (r568552) +++ head/japanese/jacode.pl/Makefile Tue Mar 16 10:53:35 2021 (r568553) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= jacode.pl -PORTVERSION= 2.13.4.18 +PORTVERSION= 2.13.4.24 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:INA/${PORTNAME:S|.pl||} -DISTNAME= ${PORTNAME:S|.pl||}-${PORTVERSION} +MASTER_SITE_SUBDIR= CPAN:INA/${PORTNAME:S|j|J|:S|.pl||} +DISTNAME= ${PORTNAME:S|j|J|:S|.pl||}-${PORTVERSION} MAINTAINER= takefu@airport.fm COMMENT= Perl library for Japanese character code conversion @@ -15,13 +15,10 @@ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/LICENSE USES= perl5 -USE_PERL5= run +USE_PERL5= configure PLIST_FILES= ${SITE_PERL_REL}/${PORTNAME} NO_BUILD= yes NO_ARCH= yes - -pre-install: - @cd ${WRKSRC}; ${PERL} ${WRKSRC}/t/001_test.t do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} Modified: head/japanese/jacode.pl/distinfo ============================================================================== --- head/japanese/jacode.pl/distinfo Tue Mar 16 10:39:33 2021 (r568552) +++ head/japanese/jacode.pl/distinfo Tue Mar 16 10:53:35 2021 (r568553) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519778291 -SHA256 (jacode-2.13.4.18.tar.gz) = 06b411e17b7e828253d09a1ab2a3547a2f74050d1ec22b15328bd140a1c95862 -SIZE (jacode-2.13.4.18.tar.gz) = 312522 +TIMESTAMP = 1615861162 +SHA256 (Jacode-2.13.4.24.tar.gz) = 05364c99c043ce109e8c936534f171a4ee6449889b4a94e5a2dd5aeca090fc49 +SIZE (Jacode-2.13.4.24.tar.gz) = 5388094 Modified: head/japanese/jacode.pl/pkg-descr ============================================================================== --- head/japanese/jacode.pl/pkg-descr Tue Mar 16 10:39:33 2021 (r568552) +++ head/japanese/jacode.pl/pkg-descr Tue Mar 16 10:53:35 2021 (r568553) @@ -14,4 +14,4 @@ This software has upper compatibility to jcode.pl. * No Object oriented * Possible to re-use past code and how to -WWW: https://metacpan.org/release/INA/jacode-2.13.4.18 +WWW: https://metacpan.org/release/Jacode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103161053.12GArZ4H081905>