From owner-svn-ports-head@freebsd.org Fri Jun 23 11:54:01 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D5F4DA2B0C; Fri, 23 Jun 2017 11:54:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1D7AD826DA; Fri, 23 Jun 2017 11:54:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5NBs0tb094174; Fri, 23 Jun 2017 11:54:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5NBs05w094172; Fri, 23 Jun 2017 11:54:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201706231154.v5NBs05w094172@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 23 Jun 2017 11:54:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444176 - head/japanese/mecab-ipadic X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jun 2017 11:54:01 -0000 Author: matthew Date: Fri Jun 23 11:53:59 2017 New Revision: 444176 URL: https://svnweb.freebsd.org/changeset/ports/444176 Log: - Add LICENSE when it it metaport. - Simplify *_BUILD_DEPENS. - Update WWW. PR: 213328 Submitted by: yasu@utahime.org (maintainer) Modified: head/japanese/mecab-ipadic/Makefile head/japanese/mecab-ipadic/distinfo head/japanese/mecab-ipadic/pkg-descr Modified: head/japanese/mecab-ipadic/Makefile ============================================================================== --- head/japanese/mecab-ipadic/Makefile Fri Jun 23 11:24:26 2017 (r444175) +++ head/japanese/mecab-ipadic/Makefile Fri Jun 23 11:53:59 2017 (r444176) @@ -10,7 +10,17 @@ MASTER_SITES= https://drive.google.com/uc?export=downl MAINTAINER= yasu@utahime.org COMMENT?= MeCab IPA dictionary meta-port +LICENSE= NAIST ICOT +LICENSE_COMB= multi +LICENSE_NAME_NAIST= NAIST +LICENSE_NAME_ICOT= ICOT +LICENSE_PERMS_NAIST= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_ICOT= ${_LICENSE_PERMS_DEFAULT} + .if empty(PKGNAMESUFFIX) +LICENSE_TEXT_NAIST= See https://github.com/taku910/mecab/blob/master/mecab-ipadic/COPYING +LICENSE_TEXT_ICOT= See https://github.com/taku910/mecab/blob/master/mecab-ipadic/COPYING + USES= metaport OPTIONS_RADIO= CHARSET OPTIONS_RADIO_CHARSET= EUCJP SHIFTJIS UTF8 @@ -19,20 +29,14 @@ OPTIONS_DEFAULT= UTF8 EUCJP_DESC= Use EUC-JP as dictionary charset. SHIFTJIS_DESC= Use SHIFT-JIS as dictionary charset. UTF8_DESC= Use UTF-8 as dictionary charset. -EUCJP_RUN_DEPENDS= ${LOCALBASE}/lib/mecab/dic/ipadic/char.bin:japanese/mecab-ipadic-eucjp -SHIFTJIS_RUN_DEPENDS= ${LOCALBASE}/lib/mecab/dic/ipadic/char.bin:japanese/mecab-ipadic-sjis -UTF8_RUN_DEPENDS= ${LOCALBASE}/lib/mecab/dic/ipadic/char.bin:japanese/mecab-ipadic-utf8 +EUCJP_RUN_DEPENDS= ja-mecab-ipadic-eucjp>0:japanese/mecab-ipadic-eucjp +SHIFTJIS_RUN_DEPENDS= ja-mecab-ipadic-sjis>0:japanese/mecab-ipadic-sjis +UTF8_RUN_DEPENDS= ja-mecab-ipadic-utf8>0:japanese/mecab-ipadic-utf8 .endif .if !empty(PKGNAMESUFFIX) -LICENSE= NAIST ICOT -LICENSE_COMB= multi -LICENSE_NAME_NAIST= NAIST -LICENSE_NAME_ICOT= ICOT LICENSE_FILE_NAIST= ${WRKSRC}/COPYING LICENSE_FILE_ICOT= ${WRKSRC}/COPYING -LICENSE_PERMS_NAIST= ${_LICENSE_PERMS_DEFAULT} -LICENSE_PERMS_ICOT= ${_LICENSE_PERMS_DEFAULT} BUILD_DEPENDS= ja-mecab>=0.94:japanese/mecab Modified: head/japanese/mecab-ipadic/distinfo ============================================================================== --- head/japanese/mecab-ipadic/distinfo Fri Jun 23 11:24:26 2017 (r444175) +++ head/japanese/mecab-ipadic/distinfo Fri Jun 23 11:53:59 2017 (r444176) @@ -1,2 +1,3 @@ +TIMESTAMP = 1498217854 SHA256 (mecab-ipadic-2.7.0-20070801.tar.gz) = b62f527d881c504576baed9c6ef6561554658b175ce6ae0096a60307e49e3523 SIZE (mecab-ipadic-2.7.0-20070801.tar.gz) = 12208105 Modified: head/japanese/mecab-ipadic/pkg-descr ============================================================================== --- head/japanese/mecab-ipadic/pkg-descr Fri Jun 23 11:24:26 2017 (r444175) +++ head/japanese/mecab-ipadic/pkg-descr Fri Jun 23 11:53:59 2017 (r444176) @@ -1,3 +1,3 @@ Japanese Morphological Dictionary for MeCab. -WWW: https://code.google.com/p/mecab/ +WWW: http://taku910.github.io/mecab/