svn commit: r380889 - head/devel/lua-gettext

Mikhail Teterin mi at FreeBSD.org
Tue Mar 10 03:50:05 UTC 2015


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 at FreeBSD.org
 COMMENT=	Gettext binding for Lua 5
 
-BROKEN=		doesn't fetch
-
 USES=		gettext lua:51
 
 CVER=		1.15


More information about the svn-ports-head mailing list