diff options
author | cs <cs@FreeBSD.org> | 2015-09-09 07:28:27 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2015-09-09 07:28:27 +0800 |
commit | 9bbcf53d61d808fe1a4113137a811687890de9c9 (patch) | |
tree | b65cc8deefdd2b8bed600af8cdd12a003fc18520 /japanese/font-koruri | |
parent | fe645c2c434e24a2a9a4b44698fd71d5cbe5042f (diff) | |
download | freebsd-ports-gnome-9bbcf53d61d808fe1a4113137a811687890de9c9.tar.gz freebsd-ports-gnome-9bbcf53d61d808fe1a4113137a811687890de9c9.tar.zst freebsd-ports-gnome-9bbcf53d61d808fe1a4113137a811687890de9c9.zip |
- Update to 20150701
- Add NO_ARCH=yes
- Fix path in pkg-install.in
- Switch upstream to GitHub
PR: 201264
Submitted by: Koichiro Iwao (maintainer)
Diffstat (limited to 'japanese/font-koruri')
-rw-r--r-- | japanese/font-koruri/Makefile | 10 | ||||
-rw-r--r-- | japanese/font-koruri/distinfo | 4 | ||||
-rw-r--r-- | japanese/font-koruri/files/pkg-install.in | 2 |
3 files changed, 10 insertions, 6 deletions
diff --git a/japanese/font-koruri/Makefile b/japanese/font-koruri/Makefile index e6590c4552bc..6ba6e3661159 100644 --- a/japanese/font-koruri/Makefile +++ b/japanese/font-koruri/Makefile @@ -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 diff --git a/japanese/font-koruri/distinfo b/japanese/font-koruri/distinfo index f904362c6bad..e15c4eea9bdc 100644 --- a/japanese/font-koruri/distinfo +++ b/japanese/font-koruri/distinfo @@ -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 diff --git a/japanese/font-koruri/files/pkg-install.in b/japanese/font-koruri/files/pkg-install.in index adb40a53a735..c0d4bb5b18aa 100644 --- a/japanese/font-koruri/files/pkg-install.in +++ b/japanese/font-koruri/files/pkg-install.in @@ -1,7 +1,7 @@ #!/bin/sh # $FreeBSD$ -FONTSDIR=%%FONTSDIR%%/TTF +FONTSDIR=%%FONTSDIR%% catfontsdir () { |