svn commit: r422499 - head/japanese/p5-MeCab

John Marino marino at FreeBSD.org
Tue Sep 20 14:05:28 UTC 2016


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


More information about the svn-ports-head mailing list