svn commit: r378370 - in head/devel: lua-gettext lua-pty

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 3 19:48:17 UTC 2015


Author: amdmi3
Date: Tue Feb  3 19:48:16 2015
New Revision: 378370
URL: https://svnweb.freebsd.org/changeset/ports/378370
QAT: https://qat.redports.org/buildarchive/r378370/

Log:
  - Mark lua-gettext and lua-pty BROKEN, as they are unfetchable; no ports depend on them

Modified:
  head/devel/lua-gettext/Makefile
  head/devel/lua-pty/Makefile

Modified: head/devel/lua-gettext/Makefile
==============================================================================
--- head/devel/lua-gettext/Makefile	Tue Feb  3 19:34:26 2015	(r378369)
+++ head/devel/lua-gettext/Makefile	Tue Feb  3 19:48:16 2015	(r378370)
@@ -13,6 +13,8 @@ DISTFILES=	lua_gettext.c?rev=${CVER} get
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gettext binding for Lua 5
 
+BROKEN=		doesn't fetch
+
 USES=		gettext lua:51
 
 CVER=		1.15

Modified: head/devel/lua-pty/Makefile
==============================================================================
--- head/devel/lua-pty/Makefile	Tue Feb  3 19:34:26 2015	(r378369)
+++ head/devel/lua-pty/Makefile	Tue Feb  3 19:48:16 2015	(r378370)
@@ -13,6 +13,8 @@ DISTFILES=	pty.lua?rev=1.2 pty.c?rev=1.2
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Pty (pseudo-terminal) bindings for Lua 5
 
+BROKEN=		doesn't fetch
+
 USES=		lua:51
 
 PLIST_FILES=	%%LUA_MODSHAREDIR%%/pty.lua \


More information about the svn-ports-all mailing list