svn commit: r422495 - head/japanese/mecab

John Marino marino at FreeBSD.org
Tue Sep 20 13:49:49 UTC 2016


Author: marino
Date: Tue Sep 20 13:49:48 2016
New Revision: 422495
URL: https://svnweb.freebsd.org/changeset/ports/422495

Log:
  japanese/mecab: Update MASTER_SITES to unbreak
  
  PR:	174865

Modified:
  head/japanese/mecab/Makefile

Modified: head/japanese/mecab/Makefile
==============================================================================
--- head/japanese/mecab/Makefile	Tue Sep 20 11:32:32 2016	(r422494)
+++ head/japanese/mecab/Makefile	Tue Sep 20 13:49:48 2016	(r422495)
@@ -5,7 +5,7 @@ PORTNAME=	mecab
 PORTVERSION=	0.996
 PORTREVISION=	2
 CATEGORIES=	japanese textproc
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE&dummy=/
 
 MAINTAINER=	yasu at utahime.org
 COMMENT=	Yet Another Part-of-Speech and Morphological Analyzer
@@ -13,8 +13,6 @@ COMMENT=	Yet Another Part-of-Speech and 
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	multi
 
-BROKEN=		Unfetchable (google code has gone away)
-
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	ac_cv_lib_stdcpp_main=no
 INSTALL_TARGET=	install-strip


More information about the svn-ports-head mailing list