- Update to 20150701
- Add NO_ARCH=yes - Fix path in pkg-install.in - Switch upstream to GitHub PR: 201264 Submitted by: Koichiro Iwao (maintainer)
This commit is contained in:
parent
f266bbb878
commit
78ce32f3ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396446
3 changed files with 10 additions and 6 deletions
|
@ -2,10 +2,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= koruri
|
||||
PORTVERSION= 20141224
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 20150701
|
||||
DISTVERSIONPREFIX= Koruri-
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= japanese x11-fonts
|
||||
MASTER_SITES= SFJP/koruri/62469
|
||||
PKGNAMEPREFIX= ja-font-
|
||||
DISTNAME= Koruri-${PORTVERSION}
|
||||
|
||||
|
@ -15,7 +15,11 @@ COMMENT= Koruri Japanese TrueType fonts
|
|||
LICENSE= APACHE20
|
||||
|
||||
USES= fonts tar:xz
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Koruri
|
||||
GH_PROJECT= Koruri
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
PKGINSTALL= ${WRKDIR}/pkg-install
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-install
|
||||
SUB_FILES= pkg-install
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Koruri-20141224.tar.xz) = 2de09d84d05955018dd2b053ec912a94edb6320579bacfb96347d5fe8eb13872
|
||||
SIZE (Koruri-20141224.tar.xz) = 14356520
|
||||
SHA256 (Koruri-20150701_GH0.tar.xz) = e1a1682e20139413cde0212efca5f12538408d4a95b9f7983d7a8b48530eb199
|
||||
SIZE (Koruri-20150701_GH0.tar.xz) = 21258126
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
|
||||
FONTSDIR=%%FONTSDIR%%/TTF
|
||||
FONTSDIR=%%FONTSDIR%%
|
||||
|
||||
catfontsdir ()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue