svn commit: r568553 - head/japanese/jacode.pl

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Mar 16 10:53:36 UTC 2021


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 at 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 at 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


More information about the svn-ports-head mailing list