svn commit: r396446 - in head/japanese/font-koruri: . files

Carlo Strub cs at FreeBSD.org
Tue Sep 8 23:28:29 UTC 2015


Author: cs
Date: Tue Sep  8 23:28:27 2015
New Revision: 396446
URL: https://svnweb.freebsd.org/changeset/ports/396446

Log:
  - Update to 20150701
  - Add NO_ARCH=yes
  - Fix path in pkg-install.in
  - Switch upstream to GitHub
  
  PR:		201264
  Submitted by:	Koichiro Iwao (maintainer)

Modified:
  head/japanese/font-koruri/Makefile
  head/japanese/font-koruri/distinfo
  head/japanese/font-koruri/files/pkg-install.in

Modified: head/japanese/font-koruri/Makefile
==============================================================================
--- head/japanese/font-koruri/Makefile	Tue Sep  8 22:24:46 2015	(r396445)
+++ head/japanese/font-koruri/Makefile	Tue Sep  8 23:28:27 2015	(r396446)
@@ -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

Modified: head/japanese/font-koruri/distinfo
==============================================================================
--- head/japanese/font-koruri/distinfo	Tue Sep  8 22:24:46 2015	(r396445)
+++ head/japanese/font-koruri/distinfo	Tue Sep  8 23:28:27 2015	(r396446)
@@ -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

Modified: head/japanese/font-koruri/files/pkg-install.in
==============================================================================
--- head/japanese/font-koruri/files/pkg-install.in	Tue Sep  8 22:24:46 2015	(r396445)
+++ head/japanese/font-koruri/files/pkg-install.in	Tue Sep  8 23:28:27 2015	(r396446)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # $FreeBSD$
 
-FONTSDIR=%%FONTSDIR%%/TTF
+FONTSDIR=%%FONTSDIR%%
 
 catfontsdir ()
 {


More information about the svn-ports-all mailing list