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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 4 18:09:11 UTC 2018


Author: sunpoet
Date: Mon Jun  4 18:09:08 2018
New Revision: 471645
URL: https://svnweb.freebsd.org/changeset/ports/471645

Log:
  Fix and sort LICENSE
  
  - Add LICENSE_FILE
  - Update WWW
  
  Approved by:	portmgr (blanket)

Modified:
  head/japanese/jacode.pl/Makefile
  head/japanese/jacode.pl/pkg-descr

Modified: head/japanese/jacode.pl/Makefile
==============================================================================
--- head/japanese/jacode.pl/Makefile	Mon Jun  4 18:09:02 2018	(r471644)
+++ head/japanese/jacode.pl/Makefile	Mon Jun  4 18:09:08 2018	(r471645)
@@ -10,8 +10,9 @@ DISTNAME=	${PORTNAME:S|.pl||}-${PORTVERSION}
 MAINTAINER=	takefu at airport.fm
 COMMENT=	Perl library for Japanese character code conversion
 
-LICENSE=	GPLv1 ART10
+LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE_ART10=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	run

Modified: head/japanese/jacode.pl/pkg-descr
==============================================================================
--- head/japanese/jacode.pl/pkg-descr	Mon Jun  4 18:09:02 2018	(r471644)
+++ head/japanese/jacode.pl/pkg-descr	Mon Jun  4 18:09:08 2018	(r471645)
@@ -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: http://search.cpan.org/dist/jacode/
+WWW: https://metacpan.org/release/INA/jacode-2.13.4.18


More information about the svn-ports-all mailing list