Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Mar 2015 03:50:04 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380889 - head/devel/lua-gettext
Message-ID:  <201503100350.t2A3o4W5046505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Tue Mar 10 03:50:03 2015
New Revision: 380889
URL: https://svnweb.freebsd.org/changeset/ports/380889
QAT: https://qat.redports.org/buildarchive/r380889/

Log:
  Unbreak by switching to Github's server.

Modified:
  head/devel/lua-gettext/Makefile

Modified: head/devel/lua-gettext/Makefile
==============================================================================
--- head/devel/lua-gettext/Makefile	Tue Mar 10 03:00:25 2015	(r380888)
+++ head/devel/lua-gettext/Makefile	Tue Mar 10 03:50:03 2015	(r380889)
@@ -5,16 +5,13 @@ PORTNAME=	gettext
 PORTVERSION=	1.5
 PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= philip
+MASTER_SITES=	https://raw.githubusercontent.com/nuclewall/bsdinstaller/master/src/lib/lua/gettext/
 PKGNAMEPREFIX=	${LUA_PKGNAMEPREFIX}
 DISTFILES=	lua_gettext.c?rev=${CVER} gettext.lua?rev=${LVER}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Gettext binding for Lua 5
 
-BROKEN=		doesn't fetch
-
 USES=		gettext lua:51
 
 CVER=		1.15



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