From owner-svn-ports-all@freebsd.org Sun Jan 14 14:14:07 2018 Return-Path: Delivered-To: svn-ports-all@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 06A73E7186C; Sun, 14 Jan 2018 14:14:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D49BC7CEC6; Sun, 14 Jan 2018 14:14:06 +0000 (UTC) (envelope-from sunpoet@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 302F922C63; Sun, 14 Jan 2018 14:14:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0EEE503076230; Sun, 14 Jan 2018 14:14:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0EEE5YX076228; Sun, 14 Jan 2018 14:14:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801141414.w0EEE5YX076228@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 14 Jan 2018 14:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458968 - in head: devel devel/lua-bitop-51 devel/lua51-bitop net-im/prosody X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head: devel devel/lua-bitop-51 devel/lua51-bitop net-im/prosody X-SVN-Commit-Revision: 458968 X-SVN-Commit-Repository: ports 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.25 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: Sun, 14 Jan 2018 14:14:07 -0000 Author: sunpoet Date: Sun Jan 14 14:14:05 2018 New Revision: 458968 URL: https://svnweb.freebsd.org/changeset/ports/458968 Log: Move devel/lua-bitop-51 to devel/lua51-bitop Added: head/devel/lua51-bitop/ - copied from r458967, head/devel/lua-bitop-51/ Deleted: head/devel/lua-bitop-51/ Modified: head/devel/Makefile head/net-im/prosody/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 14 14:06:46 2018 (r458967) +++ head/devel/Makefile Sun Jan 14 14:14:05 2018 (r458968) @@ -1659,7 +1659,6 @@ SUBDIR += lua-alien SUBDIR += lua-bitlib SUBDIR += lua-bitop - SUBDIR += lua-bitop-51 SUBDIR += lua-cjson SUBDIR += lua-gettext SUBDIR += lua-lgi @@ -1670,6 +1669,7 @@ SUBDIR += lua-posix SUBDIR += lua-pty SUBDIR += lua-sysctl + SUBDIR += lua51-bitop SUBDIR += lua51-cjson SUBDIR += lua51-libevent SUBDIR += luabind Modified: head/net-im/prosody/Makefile ============================================================================== --- head/net-im/prosody/Makefile Sun Jan 14 14:06:46 2018 (r458967) +++ head/net-im/prosody/Makefile Sun Jan 14 14:14:05 2018 (r458968) @@ -3,6 +3,7 @@ PORTNAME= prosody PORTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://prosody.im/downloads/source/ \ http://redundancy.redundancy.org/mirror/ @@ -17,7 +18,7 @@ RUN_DEPENDS= ${LUA_MODLIBDIR}/socket/core.so:net/luaso ${LUA_MODLIBDIR}/ssl.so:security/luasec-51 \ ${LUA_MODLIBDIR}/lxp.so:textproc/luaexpat-51 \ ${LUA_MODLIBDIR}/lfs.so:devel/luafilesystem-51 \ - ${LUA_MODLIBDIR}/bit.so:devel/lua-bitop-51 + ${LUA_MODLIBDIR}/bit.so:devel/lua51-bitop LIB_DEPENDS= libidn.so:dns/libidn USES= cpe gmake lua:51 shebangfix ssl