svn commit: r327552 - head/devel/lua-redis-parser

Bryan Drewery bdrewery at FreeBSD.org
Wed Sep 18 14:47:12 UTC 2013


Author: bdrewery
Date: Wed Sep 18 14:47:11 2013
New Revision: 327552
URL: http://svnweb.freebsd.org/changeset/ports/327552

Log:
  - Mark BROKEN, does not checksum as it is tracking a moving branch.
    Only should track a commit/tag, not a branch. Suggested to use
    USE_GITHUB
  
  With hat:	portmgr

Modified:
  head/devel/lua-redis-parser/Makefile

Modified: head/devel/lua-redis-parser/Makefile
==============================================================================
--- head/devel/lua-redis-parser/Makefile	Wed Sep 18 14:46:49 2013	(r327551)
+++ head/devel/lua-redis-parser/Makefile	Wed Sep 18 14:47:11 2013	(r327552)
@@ -15,6 +15,8 @@ DISTNAME=	lua-${PORTNAME}-${DISTVERSION}
 MAINTAINER=	osa at FreeBSD.org
 COMMENT=	Redis reply parser and request constructor library for Lua
 
+BROKEN=		fails checksum because uses moving master branch
+
 FETCH_ARGS=	-pRr
 USE_LUA?=	5.1
 GITVERSION=	0-g32cee57


More information about the svn-ports-all mailing list