Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Sep 2016 14:05:27 +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: r422499 - head/japanese/p5-MeCab
Message-ID:  <201609201405.u8KE5RZf033251@repo.freebsd.org>

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

Log:
  japanese/p5-Mecab: Update MASTER_SITES to unbreak
  
  PR:	212757

Modified:
  head/japanese/p5-MeCab/Makefile

Modified: head/japanese/p5-MeCab/Makefile
==============================================================================
--- head/japanese/p5-MeCab/Makefile	Tue Sep 20 14:01:58 2016	(r422498)
+++ head/japanese/p5-MeCab/Makefile	Tue Sep 20 14:05:27 2016	(r422499)
@@ -5,8 +5,7 @@ PORTNAME=	MeCab
 PORTVERSION=	0.996
 PORTREVISION=	2
 CATEGORIES=	japanese textproc perl5
-MASTER_SITES=	GOOGLE_CODE
-PROJECTHOST=	${PORTNAME:tl}
+MASTER_SITES=	https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7M1pQam5XQjBLcU0&dummy=/
 DISTNAME=	${PORTNAME:tl}-perl-${PORTVERSION}
 
 MAINTAINER=	perl@FreeBSD.org
@@ -15,8 +14,6 @@ COMMENT=	MeCab library module for Perl5
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21
 LICENSE_COMB=	dual
 
-BROKEN=		Unfetchable (google code has gone away)
-
 LIB_DEPENDS=	libmecab.so:japanese/mecab
 
 USES=		perl5



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