Date: Thu, 13 Sep 2012 18:16:05 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r304227 - head/japanese/font-ricty Message-ID: <201209131816.q8DIG56B049633@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Sep 13 18:16:05 2012 New Revision: 304227 URL: http://svn.freebsd.org/changeset/ports/304227 Log: - update to 3.2.1b that fix rendering of this font on FreeBSD while here: - align dependencies list (trim unneeded tabs) - switch to USE_GITHUB - tab -> space in pkg-descr:WWW PR: 171567 Submitted by: Masaki TAGAWA <masaki at club.kyutech.ac dot jp> (maintainer, final patch revision) Reported by: Hiroto Kagotani <hiroto.kagotani at gmail dot com> (original patch) Modified: head/japanese/font-ricty/Makefile head/japanese/font-ricty/distinfo head/japanese/font-ricty/pkg-descr Modified: head/japanese/font-ricty/Makefile ============================================================================== --- head/japanese/font-ricty/Makefile Thu Sep 13 18:07:55 2012 (r304226) +++ head/japanese/font-ricty/Makefile Thu Sep 13 18:16:05 2012 (r304227) @@ -6,10 +6,8 @@ # PORTNAME= ricty -PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTVERSION= 3.2.1b CATEGORIES= japanese x11-fonts -MASTER_SITES= https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/ PKGNAMEPREFIX= ja-font- MAINTAINER= masaki@club.kyutech.ac.jp @@ -17,12 +15,17 @@ COMMENT= Ricty - fonts for programming RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig BUILD_DEPENDS= ${LOCALBASE}/${X_FONTSDIR}/OTF/Inconsolata.otf:${PORTSDIR}/x11-fonts/inconsolata-ttf \ - ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \ - ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \ - fontforge:${PORTSDIR}/print/fontforge + ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \ + ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \ + fontforge:${PORTSDIR}/print/fontforge + +USE_GITHUB= yes +GH_ACCOUNT= yascentur +GH_COMMIT= ${GH_TAGNAME} +GH_PROJECT= Ricty +GH_TAGNAME= dfd3637 NO_PACKAGE= redistribution is not allowed -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install SUB_FILES= pkg-install @@ -30,8 +33,6 @@ SUB_LIST= X_FONTSDIR=${PREFIX}/${X_FONTS PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \ LOCAL_FONTSDIR=${LOCAL_FONTSDIR} PORTDOCS= README.md -TAG= b9d8b9c -WRKSRC= ${WRKDIR}/yascentur-Ricty-${TAG} LOCAL_FONTSDIR= share/fonts X_FONTSDIR= lib/X11/fonts Modified: head/japanese/font-ricty/distinfo ============================================================================== --- head/japanese/font-ricty/distinfo Thu Sep 13 18:07:55 2012 (r304226) +++ head/japanese/font-ricty/distinfo Thu Sep 13 18:16:05 2012 (r304227) @@ -1,2 +1,2 @@ -SHA256 (ricty-3.2.0.tar.gz) = bb2bf6d7762b5e6e13d237bd82ba43d6faffc17b7e6d541db89d58a73a8a319e -SIZE (ricty-3.2.0.tar.gz) = 13286 +SHA256 (ricty-3.2.1b.tar.gz) = b31ba25e53af2f2aff2030e96521c31b2a59f5c9ae1387a8875767bb3d4eef0a +SIZE (ricty-3.2.1b.tar.gz) = 13763 Modified: head/japanese/font-ricty/pkg-descr ============================================================================== --- head/japanese/font-ricty/pkg-descr Thu Sep 13 18:07:55 2012 (r304226) +++ head/japanese/font-ricty/pkg-descr Thu Sep 13 18:16:05 2012 (r304227) @@ -1,4 +1,4 @@ Ricty is a Japanese TrueType font, consisting of Inconsolata and Migu 1M. -WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html +WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209131816.q8DIG56B049633>