Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2014 21:37:00 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r357208 - head/net-im/prosody
Message-ID:  <201406092137.s59Lb0PK048406@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Mon Jun  9 21:37:00 2014
New Revision: 357208
URL: http://svnweb.freebsd.org/changeset/ports/357208
QAT: https://qat.redports.org/buildarchive/r357208/

Log:
  Fix shebangfix.
  
  Submitted by:	Ross Penner

Modified:
  head/net-im/prosody/Makefile

Modified: head/net-im/prosody/Makefile
==============================================================================
--- head/net-im/prosody/Makefile	Mon Jun  9 21:09:04 2014	(r357207)
+++ head/net-im/prosody/Makefile	Mon Jun  9 21:37:00 2014	(r357208)
@@ -3,6 +3,7 @@
 
 PORTNAME=	prosody
 PORTVERSION=	0.9.4
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	http://prosody.im/downloads/source/ \
 				http://redundancy.redundancy.org/mirror/
@@ -31,7 +32,11 @@ LUAJIT_LIB_DEPENDS=     libluajit-5.1.so
 
 .include <bsd.port.options.mk>
 
-USES=	gmake lua:51
+USES=	gmake lua:51 shebangfix
+SHEBANG_LANG=	lua
+SHEBANG_FILES=	prosody prosodyctl
+lua_OLD_CMD=	${SETENV} lua
+lua_CMD=	${LOCALBASE}/bin/${LUA_CMD}
 LUA_PREMK=	yes
 
 .include <bsd.port.pre.mk>



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