Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 11:42:41 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404835 - head/devel/thrift-c_glib
Message-ID:  <201512301142.tBUBgfOU047470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Wed Dec 30 11:42:40 2015
New Revision: 404835
URL: https://svnweb.freebsd.org/changeset/ports/404835

Log:
  Fix MASTER_SITES typo and unmark BROKEN.
  
  The typo was introduced in 333298 from 2013, which means the port has never
  been fetched correctly...

Modified:
  head/devel/thrift-c_glib/Makefile

Modified: head/devel/thrift-c_glib/Makefile
==============================================================================
--- head/devel/thrift-c_glib/Makefile	Wed Dec 30 11:38:38 2015	(r404834)
+++ head/devel/thrift-c_glib/Makefile	Wed Dec 30 11:42:40 2015	(r404835)
@@ -6,14 +6,12 @@ PORTVERSION=	${THRIFT_PORTVERSION} # to 
 PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	devel
-MASTER_SITES=	APACHE/thrift/${PORTVERSION
+MASTER_SITES=	APACHE/thrift/${PORTVERSION}
 DISTNAME=	thrift-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C glib interface to Thrift
 
-BROKEN=		unfetchable
-
 PKGNAMESUFFIX=	-c_glib
 
 BUILDIR=	${WRKDIR}/${DISTNAME}/lib/c_glib



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