diff options
author | rm <rm@FreeBSD.org> | 2012-09-14 02:16:05 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-14 02:16:05 +0800 |
commit | 94529c7b0af7329a54aa91c19dfadb2ccd6db16e (patch) | |
tree | 635635ed6cdba493c40ef7777d8cd5aab2a63c9b | |
parent | 57a12d35b62266e11a13baacccac0a58a06837a5 (diff) | |
download | freebsd-ports-gnome-94529c7b0af7329a54aa91c19dfadb2ccd6db16e.tar.gz freebsd-ports-gnome-94529c7b0af7329a54aa91c19dfadb2ccd6db16e.tar.zst freebsd-ports-gnome-94529c7b0af7329a54aa91c19dfadb2ccd6db16e.zip |
- 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)
-rw-r--r-- | japanese/font-ricty/Makefile | 19 | ||||
-rw-r--r-- | japanese/font-ricty/distinfo | 4 | ||||
-rw-r--r-- | japanese/font-ricty/pkg-descr | 2 |
3 files changed, 13 insertions, 12 deletions
diff --git a/japanese/font-ricty/Makefile b/japanese/font-ricty/Makefile index 801ac5f6ffc8..d6751640ede7 100644 --- a/japanese/font-ricty/Makefile +++ b/japanese/font-ricty/Makefile @@ -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_FONTSDIR} 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 diff --git a/japanese/font-ricty/distinfo b/japanese/font-ricty/distinfo index 13a95e1b1ea6..26eb92165c7c 100644 --- a/japanese/font-ricty/distinfo +++ b/japanese/font-ricty/distinfo @@ -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 diff --git a/japanese/font-ricty/pkg-descr b/japanese/font-ricty/pkg-descr index 7f24387f838d..fc9aea214069 100644 --- a/japanese/font-ricty/pkg-descr +++ b/japanese/font-ricty/pkg-descr @@ -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 |