From owner-svn-ports-head@freebsd.org Mon Dec 5 14:02:55 2016 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 1F135C6764F; Mon, 5 Dec 2016 14:02:55 +0000 (UTC) (envelope-from bapt@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 E28D5CA6; Mon, 5 Dec 2016 14:02:54 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB5E2s8r018966; Mon, 5 Dec 2016 14:02:54 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB5E2swa018965; Mon, 5 Dec 2016 14:02:54 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201612051402.uB5E2swa018965@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Mon, 5 Dec 2016 14:02:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427895 - head/print/gsfonts 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: Mon, 05 Dec 2016 14:02:55 -0000 Author: bapt Date: Mon Dec 5 14:02:53 2016 New Revision: 427895 URL: https://svnweb.freebsd.org/changeset/ports/427895 Log: Add missing runtime dependencies PR: 214381 MFH: 2016Q4 Modified: head/print/gsfonts/Makefile Modified: head/print/gsfonts/Makefile ============================================================================== --- head/print/gsfonts/Makefile Mon Dec 5 13:56:48 2016 (r427894) +++ head/print/gsfonts/Makefile Mon Dec 5 14:02:53 2016 (r427895) @@ -3,7 +3,7 @@ PORTNAME= gsfonts PORTVERSION= 8.11 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= print x11-fonts MASTER_SITES= SF/gs-fonts/gs-fonts/${PORTVERSION}%20%28base%2035%2C%20GPL%29/:std \ SF/gs-fonts/gs-fonts/6.0%20%28misc%2C%20GPL%29/:other @@ -19,6 +19,9 @@ NO_BUILD= yes PLIST_SUB= FONTSDIR="${FONTSDIR:S|${STAGEDIR}${PREFIX}/||}" OPTIONS_DEFINE= DOCS +RUN_DEPENDS+= ${LOCALBASE}/share/fonts/std.ja_JP/Ryumin-Light:japanese/font-std \ + ${LOCALBASE}/share/fonts/std.zh_CN/STSong-Light:chinese/font-std \ + FONTSDIR= ${STAGEDIR}${PREFIX}/share/ghostscript/fonts CJKFONTS?= std.ja_JP/Ryumin-Light \ std.ja_JP/GothicBBB-Medium \