diff options
author | taca <taca@pkgsrc.org> | 2016-09-09 02:13:59 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-09-09 02:13:59 +0000 |
commit | 496b0dfd042114a42d7aa01c08d0d9ad6839abe9 (patch) | |
tree | 02eb4e52b48f813342fedb1118aa851e3910aecf /textproc/cabocha | |
parent | b184ec5749248563f41be3adee01ac5d221720bd (diff) | |
download | pkgsrc-496b0dfd042114a42d7aa01c08d0d9ad6839abe9.tar.gz |
Fix build problem.
* Make MASTER_SITES empty to avoid fetching 404 site.
* Introduce DIST_SUBDIR reflecting DISTFILE change with the same file name.
Diffstat (limited to 'textproc/cabocha')
-rw-r--r-- | textproc/cabocha/Makefile.common | 5 | ||||
-rw-r--r-- | textproc/cabocha/distinfo | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/cabocha/Makefile.common b/textproc/cabocha/Makefile.common index c8b2e82fa6e..e3fbd991af6 100644 --- a/textproc/cabocha/Makefile.common +++ b/textproc/cabocha/Makefile.common @@ -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 --git a/textproc/cabocha/distinfo b/textproc/cabocha/distinfo index fc3751ae544..21fb69c7e93 100644 --- a/textproc/cabocha/distinfo +++ b/textproc/cabocha/distinfo @@ -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 |