Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 14:07:20 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422500 - head/japanese/ruby-mecab
Message-ID:  <201609201407.u8KE7KiO033419@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 20 14:07:20 2016
New Revision: 422500
URL: https://svnweb.freebsd.org/changeset/ports/422500

Log:
  japanese/ruby-mecab: Update MASTER_SITES to unbreak
  
  PR:	212759

Modified:
  head/japanese/ruby-mecab/Makefile

Modified: head/japanese/ruby-mecab/Makefile
==============================================================================
--- head/japanese/ruby-mecab/Makefile	Tue Sep 20 14:05:27 2016	(r422499)
+++ head/japanese/ruby-mecab/Makefile	Tue Sep 20 14:07:20 2016	(r422500)
@@ -5,7 +5,7 @@ PORTNAME=	mecab
 PORTVERSION=	0.996
 PORTREVISION=	1
 CATEGORIES=	japanese textproc ruby
-MASTER_SITES=	GOOGLE_CODE
+MASTER_SITES=	https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7VUNlczBWVDZJbE0&dummy=/
 DISTNAME=	${PORTNAME}-ruby-${PORTVERSION}
 
 MAINTAINER=	ruby@FreeBSD.org
@@ -14,8 +14,6 @@ COMMENT=	MeCab library module for Ruby
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LIB_DEPENDS=	libmecab.so:japanese/mecab
 
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609201407.u8KE7KiO033419>