svn commit: r449882 - head/japanese/eb

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Sep 15 05:51:57 UTC 2017


Author: sunpoet
Date: Fri Sep 15 05:51:55 2017
New Revision: 449882
URL: https://svnweb.freebsd.org/changeset/ports/449882

Log:
  Add LICENSE_FILE
  
  - Pet portlint: move DIST_SUBDIR upward
  - Remove outdated WWW from pkg-descr
  
  PR:		222297
  Submitted by:	Yasuhiro KIMURA <yasu at utahime.org> (maintainer)

Modified:
  head/japanese/eb/Makefile
  head/japanese/eb/pkg-descr

Modified: head/japanese/eb/Makefile
==============================================================================
--- head/japanese/eb/Makefile	Fri Sep 15 05:51:49 2017	(r449881)
+++ head/japanese/eb/Makefile	Fri Sep 15 05:51:55 2017	(r449882)
@@ -9,12 +9,14 @@ MASTER_SITES=	ftp://ftp.sra.co.jp/pub/misc/eb/ \
 		ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/
 DISTFILES=	${EBFILES} \
 		${APPENDIXFILES}
+DIST_SUBDIR=	eb
 EXTRACT_ONLY=	${EBFILES}
 
 MAINTAINER=	yasu at utahime.org
 COMMENT=	C library for accessing EB, EBG, EBXA, and EPWING CD-ROM dictionaries
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 EBFILES=	${DISTNAME}${EXTRACT_SUFX}
 APPENDIXFILES=	appendix/cencro-1.0.tar.gz \
@@ -48,8 +50,6 @@ APPENDIXFILES=	appendix/cencro-1.0.tar.gz \
 		appendix/readers2-2.0.tar.gz \
 		appendix/ruigigo-1.0.tar.gz \
 		appendix/superdic98-1.0.tar.gz
-
-DIST_SUBDIR=	eb
 
 PORTDOCS=	eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \
 		eb-07.html eb-08.html eb-09.html eb-10.html eb-11.html eb-12.html \

Modified: head/japanese/eb/pkg-descr
==============================================================================
--- head/japanese/eb/pkg-descr	Fri Sep 15 05:51:49 2017	(r449881)
+++ head/japanese/eb/pkg-descr	Fri Sep 15 05:51:55 2017	(r449882)
@@ -1,5 +1,3 @@
 EB Library is a C library for accessing CD-ROM books.  EB Library
 supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats.
 CD-ROM books of those formats are popular in Japan.
-
-WWW: http://www.sra.co.jp/people/m-kasahr/eb/


More information about the svn-ports-all mailing list