Date: Sun, 14 Jan 2018 14:14:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201801141414.w0EEE5YX076228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801141414.w0EEE5YX076228>