svn commit: r404835 - head/devel/thrift-c_glib

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Dec 30 11:42:42 UTC 2015


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 at FreeBSD.org
 COMMENT=	C glib interface to Thrift
 
-BROKEN=		unfetchable
-
 PKGNAMESUFFIX=	-c_glib
 
 BUILDIR=	${WRKDIR}/${DISTNAME}/lib/c_glib


More information about the svn-ports-head mailing list