pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/cabocha Fix build problem.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fc9c50ae7ce
branches:  trunk
changeset: 352194:7fc9c50ae7ce
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Sep 09 02:13:59 2016 +0000

description:
Fix build problem.

* Make MASTER_SITES empty to avoid fetching 404 site.
* Introduce DIST_SUBDIR reflecting DISTFILE change with the same file name.

diffstat:

 textproc/cabocha/Makefile.common |  5 +++--
 textproc/cabocha/distinfo        |  9 +++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 10cc9b1bcd99 -r 7fc9c50ae7ce textproc/cabocha/Makefile.common
--- a/textproc/cabocha/Makefile.common  Thu Sep 08 22:46:58 2016 +0000
+++ b/textproc/cabocha/Makefile.common  Fri Sep 09 02:13:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2016/07/26 13:38:02 mef Exp $
+# $NetBSD: Makefile.common,v 1.11 2016/09/09 02:13:59 taca Exp $
 # used by textproc/cabocha/Makefile
 # used by textproc/p5-cabocha/Makefile
 # used by textproc/py-cabocha/Makefile
@@ -7,9 +7,10 @@
 DISTNAME=      cabocha-0.69
 CATEGORIES=    textproc
 # 0.69 cached to ftp.netbsd.org
-MASTER_SITES=  http://cabocha.googlecode.com/files/
+MASTER_SITES=  # http://cabocha.googlecode.com/files/
 #MASTER_SITES= https://drive.google.com/open?id=0B4y35FiV1wh7SDd1Q1dUQkZQaUU
 #               https://drive.google.com/folderview?id=0B4y35FiV1wh7cGRCUUJHVTNJRnM&usp=sharing#list
+DIST_SUBDIR=   cabocha-20160909
 EXTRACT_SUFX=  .tar.bz2
 
 DISTINFO_FILE= ${.CURDIR}/../../textproc/cabocha/distinfo
diff -r 10cc9b1bcd99 -r 7fc9c50ae7ce textproc/cabocha/distinfo
--- a/textproc/cabocha/distinfo Thu Sep 08 22:46:58 2016 +0000
+++ b/textproc/cabocha/distinfo Fri Sep 09 02:13:59 2016 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.9 2014/03/11 09:43:06 obache Exp $
+$NetBSD: distinfo,v 1.10 2016/09/09 02:13:59 taca Exp $
 
-SHA1 (cabocha-0.68.tar.bz2) = 5e22a71eb86d778fdeb1b725c0b27f1fb4af7f4b
-RMD160 (cabocha-0.68.tar.bz2) = fcc19083d24760a4755aed07b3fff9990fdb50d4
-Size (cabocha-0.68.tar.bz2) = 84520669 bytes
+SHA1 (cabocha-20160909/cabocha-0.69.tar.bz2) = 9196098628c5d1f0b83b371a03352b6652c04001
+RMD160 (cabocha-20160909/cabocha-0.69.tar.bz2) = 3758be284222090884a20066cad14a873c070e2a
+SHA512 (cabocha-20160909/cabocha-0.69.tar.bz2) = 44890b87da0ad998272c63d0f8d446e3d16b1e42af0bfeb4cd9ca16dfe6fd96d63c7f5c1a2a37cd145fd4f37fdb62d6176b34876229181e8cbf4c33c7f04b1c9
+Size (cabocha-20160909/cabocha-0.69.tar.bz2) = 84638995 bytes
 SHA1 (patch-configure) = 1f95f39ee33a95993079e51137e5b61cbfd6dadd
 SHA1 (patch-configure.in) = a6e6e448283821a543d4ed0f534a94f3fc54f1ad



Home | Main Index | Thread Index | Old Index