Date: Thu, 5 Sep 2024 06:19:40 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6c56b36aab27 - main - net/lua-luasocket: Move net/luasocket to net/lua-luasocket Message-ID: <202409050619.4856Jemq091986@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c56b36aab271063c989aff6bb7e4f85f70e3bde commit 6c56b36aab271063c989aff6bb7e4f85f70e3bde Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-05 05:21:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-05 06:11:21 +0000 net/lua-luasocket: Move net/luasocket to net/lua-luasocket - Bump PORTREVISION of dependent ports for dependency change --- MOVED | 1 + audio/lua-mpd/Makefile | 4 ++-- devel/lua-libevent/Makefile | 4 ++-- net-im/prosody/Makefile | 4 ++-- net/Makefile | 2 +- net/{luasocket => lua-luasocket}/Makefile | 0 net/{luasocket => lua-luasocket}/distinfo | 0 net/{luasocket => lua-luasocket}/pkg-descr | 0 net/{luasocket => lua-luasocket}/pkg-plist | 0 9 files changed, 8 insertions(+), 7 deletions(-) diff --git a/MOVED b/MOVED index 8d45938e4899..2c6c4eaac074 100644 --- a/MOVED +++ b/MOVED @@ -3459,3 +3459,4 @@ databases/mysql81-server||2024-09-02|Has expired: MySQL 8.1 is not supported by databases/mysql81-client||2024-09-02|Has expired: MySQL 8.1 is not supported by the vendor and has unfixed vulnerabilies textproc/jarowinkler-cpp|devel/rapidfuzz-cpp|2024-09-03|Merged into devel/rapidfuzz-cpp devel/electron27||2024-09-03|Has expired: EOLed upstream, switch to newer version +net/luasocket|net/lua-luasocket|2024-09-05|Move net/luasocket to net/lua-luasocket diff --git a/audio/lua-mpd/Makefile b/audio/lua-mpd/Makefile index 4890789e50dd..7327135dfe94 100644 --- a/audio/lua-mpd/Makefile +++ b/audio/lua-mpd/Makefile @@ -1,6 +1,6 @@ PORTNAME= mpd PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= audio PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -9,7 +9,7 @@ MAINTAINER= demelier.david@gmail.com COMMENT= Lua library for musicpd WWW= https://github.com/silentbicycle/lua-mpd -RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} +RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/lua-luasocket@${LUA_FLAVOR} OPTIONS_DEFINE= DOCS DOCSDIR= ${LUA_DOCSDIR} diff --git a/devel/lua-libevent/Makefile b/devel/lua-libevent/Makefile index 9ca61f28a018..3a8b31410e18 100644 --- a/devel/lua-libevent/Makefile +++ b/devel/lua-libevent/Makefile @@ -1,7 +1,7 @@ PORTNAME= libevent PORTVERSION= 0.4.6 DISTVERSIONPREFIX=v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/harningt/luaevent LICENSE= MIT LIB_DEPENDS= libevent.so:devel/libevent -RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} +RUN_DEPENDS= ${LUA_REFMODLIBDIR}/socket/core.so:net/lua-luasocket@${LUA_FLAVOR} USES= gmake pkgconfig lua:module diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index 5d000cac4081..abc963da3242 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -1,6 +1,6 @@ PORTNAME= prosody DISTVERSION= 0.12.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= https://prosody.im/downloads/source/ @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/luaevent/core.so:devel/lua-libevent@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/lunbound.so:dns/luaunbound@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/lxp.so:textproc/luaexpat@${LUA_FLAVOR} \ - ${LUA_REFMODLIBDIR}/socket/core.so:net/luasocket@${LUA_FLAVOR} \ + ${LUA_REFMODLIBDIR}/socket/core.so:net/lua-luasocket@${LUA_FLAVOR} \ ${LUA_REFMODLIBDIR}/ssl.so:security/luasec@${LUA_FLAVOR} USES= cpe gmake lua:54 shebangfix ssl diff --git a/net/Makefile b/net/Makefile index 2ab3b0caa428..362b9ea3a408 100644 --- a/net/Makefile +++ b/net/Makefile @@ -447,8 +447,8 @@ SUBDIR += linux-rl9-openldap SUBDIR += liveMedia SUBDIR += lla + SUBDIR += lua-luasocket SUBDIR += lualdap - SUBDIR += luasocket SUBDIR += mDNSResponder SUBDIR += macchanger SUBDIR += mad_fcl diff --git a/net/luasocket/Makefile b/net/lua-luasocket/Makefile similarity index 100% rename from net/luasocket/Makefile rename to net/lua-luasocket/Makefile diff --git a/net/luasocket/distinfo b/net/lua-luasocket/distinfo similarity index 100% rename from net/luasocket/distinfo rename to net/lua-luasocket/distinfo diff --git a/net/luasocket/pkg-descr b/net/lua-luasocket/pkg-descr similarity index 100% rename from net/luasocket/pkg-descr rename to net/lua-luasocket/pkg-descr diff --git a/net/luasocket/pkg-plist b/net/lua-luasocket/pkg-plist similarity index 100% rename from net/luasocket/pkg-plist rename to net/lua-luasocket/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050619.4856Jemq091986>