pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/ricty-ttf Update to 3.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df9c2d7a3187
branches:  trunk
changeset: 648820:df9c2d7a3187
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Mar 19 23:39:21 2015 +0000

description:
Update to 3.2.4

* Drop bash from USE_TOOLS.
* Convert to use GITHUB framework.
* USe .tar.gz instead of .zip.

Changelog:
* Change LICENSE to 2-clause BSD from public domain.

diffstat:

 fonts/ricty-ttf/Makefile |  17 +++++++----------
 fonts/ricty-ttf/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 14 deletions(-)

diffs (48 lines):

diff -r 860e62c1c958 -r df9c2d7a3187 fonts/ricty-ttf/Makefile
--- a/fonts/ricty-ttf/Makefile  Thu Mar 19 23:05:33 2015 +0000
+++ b/fonts/ricty-ttf/Makefile  Thu Mar 19 23:39:21 2015 +0000
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.17 2014/12/06 03:45:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2015/03/19 23:39:21 ryoon Exp $
 
-RICTYVER=      3.2.3
-DISTNAME=      Ricty-${RICTYVER}
-PKGNAME=       ricty-ttf-${RICTYVER}
-PKGREVISION=   1
+DISTNAME=      Ricty-3.2.4
+PKGNAME=       ${DISTNAME:S/Ricty/ricty-ttf/}
+GITHUB_PROJECT=                Ricty
+GITHUB_TAG=             ${PKGVERSION_NOREV}
 CATEGORIES=    fonts japanese
-MASTER_SITES=  -https://github.com/yascentur/Ricty/archive/${RICTYVER}.zip
-EXTRACT_SUFX=  .zip
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=yascentur/}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html
+HOMEPAGE=      https://github.com/yascentur/Ricty
 COMMENT=       Migu 1M and Inconsolata based TrueType fonts for programming
 LICENSE=       ipafont AND ofl-v1.1 AND public-domain
 
@@ -17,8 +16,6 @@
 BUILD_DEPENDS+=                migu-ttf-[0-9]*:../../fonts/migu-ttf
 BUILD_DEPENDS+=                inconsolata-ttf-[0-9]*:../../fonts/inconsolata-ttf
 
-USE_TOOLS+=            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
 # under the license.
diff -r 860e62c1c958 -r df9c2d7a3187 fonts/ricty-ttf/distinfo
--- a/fonts/ricty-ttf/distinfo  Thu Mar 19 23:05:33 2015 +0000
+++ b/fonts/ricty-ttf/distinfo  Thu Mar 19 23:39:21 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2014/11/15 22:15:30 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2015/03/19 23:39:21 ryoon Exp $
 
-SHA1 (Ricty-3.2.3.zip) = e92277c14519b21ee105597040fdf61c379d38c3
-RMD160 (Ricty-3.2.3.zip) = ddc61e717037e4ce10a175a49488950a834c0d5b
-Size (Ricty-3.2.3.zip) = 18610 bytes
+SHA1 (Ricty-3.2.4.tar.gz) = 7fc8adcc74656d9e2e1acd325de82f0f08a6d222
+RMD160 (Ricty-3.2.4.tar.gz) = aab65f2d871fcb76c57152b6ad922668197617d6
+Size (Ricty-3.2.4.tar.gz) = 256796 bytes



Home | Main Index | Thread Index | Old Index