From owner-svn-ports-all@FreeBSD.ORG Mon Jun 9 21:37:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 286D0673; Mon, 9 Jun 2014 21:37:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1634D2532; Mon, 9 Jun 2014 21:37:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s59Lb0e2048407; Mon, 9 Jun 2014 21:37:00 GMT (envelope-from lx@svn.freebsd.org) Received: (from lx@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s59Lb0PK048406; Mon, 9 Jun 2014 21:37:00 GMT (envelope-from lx@svn.freebsd.org) Message-Id: <201406092137.s59Lb0PK048406@svn.freebsd.org> From: David Thiel Date: Mon, 9 Jun 2014 21:37:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357208 - head/net-im/prosody X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 21:37:01 -0000 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 -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