pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/cmigemo
Module Name: pkgsrc
Committed By: rillig
Date: Tue Apr 28 04:17:29 UTC 2020
Modified Files:
pkgsrc/textproc/cmigemo: Makefile distinfo
pkgsrc/textproc/cmigemo/patches: patch-configure
Log Message:
textproc/cmigemo: fix "TEST: not found" in configure patch
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/cmigemo/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/cmigemo/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/cmigemo/patches/patch-configure
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/cmigemo/Makefile
diff -u pkgsrc/textproc/cmigemo/Makefile:1.14 pkgsrc/textproc/cmigemo/Makefile:1.15
--- pkgsrc/textproc/cmigemo/Makefile:1.14 Mon Nov 4 21:43:34 2019
+++ pkgsrc/textproc/cmigemo/Makefile Tue Apr 28 04:17:29 2020
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2019/11/04 21:43:34 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/28 04:17:29 rillig Exp $
#
DISTNAME= cmigemo-default-src-20110227
PKGNAME= ${DISTNAME:S/-default-src-/-1.3e./}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= textproc
MASTER_SITES= http://cmigemo.googlecode.com/files/
EXTRACT_SUFX= .zip
Index: pkgsrc/textproc/cmigemo/distinfo
diff -u pkgsrc/textproc/cmigemo/distinfo:1.3 pkgsrc/textproc/cmigemo/distinfo:1.4
--- pkgsrc/textproc/cmigemo/distinfo:1.3 Wed Nov 4 01:59:26 2015
+++ pkgsrc/textproc/cmigemo/distinfo Tue Apr 28 04:17:29 2020
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:59:26 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/04/28 04:17:29 rillig Exp $
SHA1 (SKK-JISYO.L.201102.bz2) = 14a6160269548a6ead1adf627fa0b9c8e27751fe
RMD160 (SKK-JISYO.L.201102.bz2) = d993fd99ed2156fb2163e021a850094b53590518
@@ -11,6 +11,6 @@ Size (cmigemo-default-src-20110227.zip)
SHA1 (patch-compile_Make__gcc.mak) = c99e3e335142ffa3e24655980b6eca6dc5235842
SHA1 (patch-compile_config.mk.in) = 7480a20f597c49ba18a2ab01098f7ee2a492d026
SHA1 (patch-compile_unix.mak) = f0fe8277035ebcf8e5aeef83ab72fd466a1ec8ce
-SHA1 (patch-configure) = 35e32a9ead93a02f8b85ce4c7cff3ced6afcbc45
+SHA1 (patch-configure) = f657eaf5dd5ddef02814e9539fcdd5833686e7c4
SHA1 (patch-dict_dict.mak) = 80f59a3110b6b152c0a03d829077c059a23e843b
SHA1 (patch-src_wordbuf.c) = 27194e8b6e5e297eb16d7d0f0b8d3d61604f94fb
Index: pkgsrc/textproc/cmigemo/patches/patch-configure
diff -u pkgsrc/textproc/cmigemo/patches/patch-configure:1.1 pkgsrc/textproc/cmigemo/patches/patch-configure:1.2
--- pkgsrc/textproc/cmigemo/patches/patch-configure:1.1 Sun Sep 1 05:28:26 2013
+++ pkgsrc/textproc/cmigemo/patches/patch-configure Tue Apr 28 04:17:29 2020
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure,v 1.1 2013/09/01 05:28:26 obache Exp $
+$NetBSD: patch-configure,v 1.2 2020/04/28 04:17:29 rillig Exp $
* prefer user select tool via envrinment variable to auto detect one.
@@ -19,7 +19,7 @@ $NetBSD: patch-configure,v 1.1 2013/09/0
+fi
# Check encoding filter
-+if TEST -z "$PROGRAM_ENCODEFILTER"; then
++if test -z "$PROGRAM_ENCODEFILTER"; then
if CHECK_COMMAND qkc ; then
PROGRAM_ENCODEFILTER="qkc -q -u"
elif CHECK_COMMAND nkf ; then
Home |
Main Index |
Thread Index |
Old Index