svn commit: r422500 - head/japanese/ruby-mecab

John Marino marino at FreeBSD.org
Tue Sep 20 14:07:21 UTC 2016


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 at 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


More information about the svn-ports-all mailing list