pkgsrc-Changes-HG archive

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

pkgsrc: Update to 0.9.11pl1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67df27823000
branches:  trunk
changeset: 306069:67df27823000
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Apr 09 14:52:43 2018 +0000
description:
Update to 0.9.11pl1

* Drop gawk dependency

Changelog:
* Prebuilt bdf font files

diffstat:

 fonts/ja-shinonome/Makefile                  |  12 +++++++-----
 fonts/ja-shinonome/distinfo                  |  11 ++++++-----
 fonts/ja-shinonome/patches/patch-Makefile.in |  12 ++++++++++++
 3 files changed, 25 insertions(+), 10 deletions(-)

diffs (68 lines):

diff -r cc3968c3355e -r 67df27823000 fonts/ja-shinonome/Makefile
--- a/fonts/ja-shinonome/Makefile       Mon Apr 09 14:18:26 2018 +0000
+++ b/fonts/ja-shinonome/Makefile       Mon Apr 09 14:52:43 2018 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.31 2018/04/01 00:16:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2018/04/09 14:52:43 ryoon Exp $
 #
 
-DISTNAME=              shinonome-0.9.11-src
-PKGNAME=               ja-shinonome-0.9.11
-PKGREVISION=           7
+DISTNAME=              shinonome-0.9.11p1
+PKGNAME=               ja-${DISTNAME:S/p/pl/}
 CATEGORIES=            fonts x11 japanese
 MASTER_SITES=          http://openlab.ring.gr.jp/efont/dist/shinonome/
 EXTRACT_SUFX=          .tar.bz2
@@ -13,8 +12,10 @@
 COMMENT=               12, 14, 16 dots bitmap fonts for Japanese, iso8859-1
 LICENSE=               public-domain
 
+WRKSRC=                        ${WRKDIR}/shinonome-0.9.11
+
 GNU_CONFIGURE=         YES
-USE_TOOLS+=            bdftopcf gawk gmake mkfontdir perl gzip
+USE_TOOLS+=            bdftopcf gmake mkfontdir perl gzip
 FONTS_DIRS.x11+=       ${PREFIX}/share/fonts/X11/local
 FONTDIR=               ${PREFIX}/share/fonts/X11/local
 FOUNDRY=               Misc
@@ -26,6 +27,7 @@
 CONFIGURE_ARGS+=       --with-fontdir=${FONTDIR:Q}
 CONFIGURE_ARGS+=       --disable-progressbar
 CONFIGURE_ARGS+=       --with-foundry=${FOUNDRY:Q}
+CONFIGURE_ARGS+=       --enable-compress=gzip
 
 INSTALL_MAKE_FLAGS+=   FONTDIR=${DESTDIR:Q}${FONTDIR:Q}
 
diff -r cc3968c3355e -r 67df27823000 fonts/ja-shinonome/distinfo
--- a/fonts/ja-shinonome/distinfo       Mon Apr 09 14:18:26 2018 +0000
+++ b/fonts/ja-shinonome/distinfo       Mon Apr 09 14:52:43 2018 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 20:44:35 agc Exp $
+$NetBSD: distinfo,v 1.6 2018/04/09 14:52:43 ryoon Exp $
 
-SHA1 (shinonome-0.9.11-src.tar.bz2) = cda2d556d58c9ed223eb80465124af174965e9ab
-RMD160 (shinonome-0.9.11-src.tar.bz2) = 90069a7367cab4e8186b8bf578f41b1b8d17eb72
-SHA512 (shinonome-0.9.11-src.tar.bz2) = 550e37c7744a7c2d74e6339f0ab9a27aaf155f704a7215753055085667ef8e0f468d030cde99abca9053b9f2732ea29ddcb8320e0c9220c525b0081c34efea4b
-Size (shinonome-0.9.11-src.tar.bz2) = 748944 bytes
+SHA1 (shinonome-0.9.11p1.tar.bz2) = f5132512c141923f9f5a62b177683033f824244a
+RMD160 (shinonome-0.9.11p1.tar.bz2) = 09616a221365d0884e11f206bc40ee4325c319b3
+SHA512 (shinonome-0.9.11p1.tar.bz2) = 2af35a4dd741484c9abcd3c2088645c34227307e0472ea7f87487eaf590d7524eb6ab03ab15c9f0330d17b3ede75e0ef2e04ef436b2efa35e99c2a62d5738be3
+Size (shinonome-0.9.11p1.tar.bz2) = 4814008 bytes
+SHA1 (patch-Makefile.in) = b1afa85ae91858d9db8421bfa34f4c519f4ce878
diff -r cc3968c3355e -r 67df27823000 fonts/ja-shinonome/patches/patch-Makefile.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/ja-shinonome/patches/patch-Makefile.in      Mon Apr 09 14:52:43 2018 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.in,v 1.1 2018/04/09 14:52:43 ryoon Exp $
+
+* Support DESTDIR
+
+--- Makefile.in.orig   2004-09-15 11:23:11.000000000 +0000
++++ Makefile.in
+@@ -1,4 +1,4 @@
+-fontdir = @fontdir@
++fontdir = ${DESTDIR}@fontdir@
+ srcdir = @srcdir@
+ 
+ BDFTOPCF  = bdftopcf



Home | Main Index | Thread Index | Old Index