From owner-svn-ports-head@freebsd.org Wed Feb 15 00:43:31 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F30D5CDEC2C; Wed, 15 Feb 2017 00:43:31 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C2D08967; Wed, 15 Feb 2017 00:43:31 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1F0hUPB038463; Wed, 15 Feb 2017 00:43:30 GMT (envelope-from lx@FreeBSD.org) Received: (from lx@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1F0hUCx038462; Wed, 15 Feb 2017 00:43:30 GMT (envelope-from lx@FreeBSD.org) Message-Id: <201702150043.v1F0hUCx038462@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lx set sender to lx@FreeBSD.org using -f From: David Thiel Date: Wed, 15 Feb 2017 00:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434148 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 00:43:32 -0000 Author: lx Date: Wed Feb 15 00:43:30 2017 New Revision: 434148 URL: https://svnweb.freebsd.org/changeset/ports/434148 Log: Use new Lua 5.1-specific ports. PR: 200336 Modified: head/net-im/prosody/Makefile Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Wed Feb 15 00:12:17 2017 (r434147) +++ head/net-im/prosody/Makefile Wed Feb 15 00:43:30 2017 (r434148) @@ -13,8 +13,8 @@ COMMENT= Simple extensible XMPP server w LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket \ - ${LUA_MODLIBDIR}/ssl.so:security/luasec \ +RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luasocket-51 \ + ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat \ ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51