Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2017 15:20:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452012 - head/chinese/libtabe
Message-ID:  <201710131520.v9DFKwMv056634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 13 15:20:58 2017
New Revision: 452012
URL: https://svnweb.freebsd.org/changeset/ports/452012

Log:
  Update MASTER_SITES and unbreak this port
  
  MFH:		2017Q4

Modified:
  head/chinese/libtabe/Makefile

Modified: head/chinese/libtabe/Makefile
==============================================================================
--- head/chinese/libtabe/Makefile	Fri Oct 13 15:15:53 2017	(r452011)
+++ head/chinese/libtabe/Makefile	Fri Oct 13 15:20:58 2017	(r452012)
@@ -5,14 +5,12 @@ PORTNAME=	libtabe
 PORTVERSION=	0.2.6
 PORTREVISION=	8
 CATEGORIES=	chinese
-MASTER_SITES=	DEBIAN/pool/main/libt/libtabe/
+MASTER_SITES=	http://old-releases.ubuntu.com/ubuntu/pool/universe/libt/libtabe/
 DISTNAME=	libtabe_${PORTVERSION}.orig
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Unified library for Chinese text processing
 
-BROKEN=		No public distfiles
-
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
@@ -29,7 +27,6 @@ CONFIGURE_ARGS=	--includedir=${PREFIX}/include/tabe \
 		--with-db-bin=${LOCALBASE}/bin
 WRKSRC=		${WRKDIR}/${DISTNAME:S|_|-|}
 MAKE_JOBS_UNSAFE=	yes
-BROKEN=	File unavailable
 
 OPTIONS_DEFINE=		DOCS X11
 OPTIONS_SUB=		X11



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