diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/lua-mpd/Makefile | 4 | ||||
-rw-r--r-- | devel/lua-libevent/Makefile | 4 | ||||
-rw-r--r-- | net-im/prosody/Makefile | 4 | ||||
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/lua-luasocket/Makefile (renamed from net/luasocket/Makefile) | 0 | ||||
-rw-r--r-- | net/lua-luasocket/distinfo (renamed from net/luasocket/distinfo) | 0 | ||||
-rw-r--r-- | net/lua-luasocket/pkg-descr (renamed from net/luasocket/pkg-descr) | 0 | ||||
-rw-r--r-- | net/lua-luasocket/pkg-plist (renamed from net/luasocket/pkg-plist) | 0 |
9 files changed, 8 insertions, 7 deletions
@@ -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 index 70809d5287ba..70809d5287ba 100644 --- a/net/luasocket/Makefile +++ b/net/lua-luasocket/Makefile diff --git a/net/luasocket/distinfo b/net/lua-luasocket/distinfo index 3ae415859299..3ae415859299 100644 --- a/net/luasocket/distinfo +++ b/net/lua-luasocket/distinfo diff --git a/net/luasocket/pkg-descr b/net/lua-luasocket/pkg-descr index 2fd8143536f4..2fd8143536f4 100644 --- a/net/luasocket/pkg-descr +++ b/net/lua-luasocket/pkg-descr diff --git a/net/luasocket/pkg-plist b/net/lua-luasocket/pkg-plist index 8db1eda92e82..8db1eda92e82 100644 --- a/net/luasocket/pkg-plist +++ b/net/lua-luasocket/pkg-plist |