pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49038: update fonts/ricty-ttf to 3.2.3
Hi,
Updated patch.
Added a depency on bash.
Index: fonts/ricty-ttf/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/fonts/ricty-ttf/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- fonts/ricty-ttf/Makefile 1 Jun 2014 16:35:37 -0000 1.15
+++ fonts/ricty-ttf/Makefile 7 Nov 2014 13:41:23 -0000
@@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.15 2014/06/01 16:35:37 wiz Exp $
-DISTNAME= Ricty-3.2.1
-PKGNAME= ricty-ttf-3.2.1
-PKGREVISION= 1
+DISTNAME= Ricty-3.2.3
+PKGNAME= ricty-ttf-3.2.3
CATEGORIES= fonts japanese
-MASTER_SITES= -https://github.com/yascentur/Ricty/archive/3.2.1.zip
+MASTER_SITES= -https://github.com/yascentur/Ricty/archive/3.2.3.zip
EXTRACT_SUFX= .zip
MAINTAINER= ryoon%NetBSD.org@localhost
@@ -15,6 +14,7 @@
BUILD_DEPENDS+= fontforge-[0-9]*:../../fonts/fontforge
BUILD_DEPENDS+= migu-ttf-[0-9]*:../../fonts/migu-ttf
BUILD_DEPENDS+= inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf
+BUILD_DEPENDS+= bash-[0-9]*:../../shells/bash
# LICESE of generated TTF fonts is "ipafont AND open-font-license",
# but OPEN FONT LICENSE version 1.1 section 5) require to distribute entirely
@@ -25,6 +25,7 @@
USE_X11BASE= YES
NO_CONFIGURE= YES
+USE_TOOLS+= bash:run
INSTALLATION_DIRS= share/fonts/X11/TTF
@@ -45,7 +46,7 @@
do-build:
set -e; \
cd ${WRKSRC}; \
- ./ricty_generator.sh \
+ ${BASH} ./ricty_generator.sh \
${INCONSOLATADIR}/share/fonts/X11/TTF/Inconsolata.otf \
${MIGUDIR}/share/fonts/X11/TTF/migu-1m-regular.ttf \
${MIGUDIR}/share/fonts/X11/TTF/migu-1m-bold.ttf
Index: fonts/ricty-ttf/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/fonts/ricty-ttf/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- fonts/ricty-ttf/distinfo 25 Nov 2012 16:53:45 -0000 1.6
+++ fonts/ricty-ttf/distinfo 7 Nov 2014 13:41:23 -0000
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2012/11/25 16:53:45 ryoon Exp $
-SHA1 (Ricty-3.2.1.zip) = 4f53e445a38b6007af2355d6646a6e3aca819788
-RMD160 (Ricty-3.2.1.zip) = 2eeb4faec90a0802b2d70986a5d27ba9388d303b
-Size (Ricty-3.2.1.zip) = 16506 bytes
+SHA1 (Ricty-3.2.3.zip) = e92277c14519b21ee105597040fdf61c379d38c3
+RMD160 (Ricty-3.2.3.zip) = ddc61e717037e4ce10a175a49488950a834c0d5b
+Size (Ricty-3.2.3.zip) = 18610 bytes
Home |
Main Index |
Thread Index |
Old Index