Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2024 06:19:41 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: d6de2c128d16 - main - textproc/lua-luaexpat: Move textproc/luaexpat to textproc/lua-luaexpat
Message-ID:  <202409050619.4856JfOn092034@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=d6de2c128d16a0c1edd7a5670386fb2cbbb92c00

commit d6de2c128d16a0c1edd7a5670386fb2cbbb92c00
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-09-05 05:19:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-09-05 06:11:21 +0000

    textproc/lua-luaexpat: Move textproc/luaexpat to textproc/lua-luaexpat
    
    - Bump PORTREVISION of dependent ports for dependency change
---
 MOVED                                                    | 1 +
 net-im/prosody/Makefile                                  | 4 ++--
 textproc/Makefile                                        | 2 +-
 textproc/{luaexpat => lua-luaexpat}/Makefile             | 0
 textproc/{luaexpat => lua-luaexpat}/distinfo             | 0
 textproc/{luaexpat => lua-luaexpat}/files/patch-Makefile | 0
 textproc/{luaexpat => lua-luaexpat}/pkg-descr            | 0
 textproc/{luaexpat => lua-luaexpat}/pkg-plist            | 0
 8 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/MOVED b/MOVED
index 2c6c4eaac074..acf9a0d7cac9 100644
--- a/MOVED
+++ b/MOVED
@@ -3460,3 +3460,4 @@ databases/mysql81-client||2024-09-02|Has expired: MySQL 8.1 is not supported by
 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
+textproc/luaexpat|textproc/lua-luaexpat|2024-09-05|Move textproc/luaexpat to textproc/lua-luaexpat
diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile
index abc963da3242..56ad0b798f36 100644
--- a/net-im/prosody/Makefile
+++ b/net-im/prosody/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	prosody
 DISTVERSION=	0.12.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-im
 MASTER_SITES=	https://prosody.im/downloads/source/
 
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
 		${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${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}/lxp.so:textproc/lua-luaexpat@${LUA_FLAVOR} \
 		${LUA_REFMODLIBDIR}/socket/core.so:net/lua-luasocket@${LUA_FLAVOR} \
 		${LUA_REFMODLIBDIR}/ssl.so:security/luasec@${LUA_FLAVOR}
 
diff --git a/textproc/Makefile b/textproc/Makefile
index 70d2f954f161..a579e9ad0c10 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -458,8 +458,8 @@
     SUBDIR += lt-hyphen
     SUBDIR += lttoolbox
     SUBDIR += lua-icu-utils
+    SUBDIR += lua-luaexpat
     SUBDIR += lua-lyaml
-    SUBDIR += luaexpat
     SUBDIR += lucene
     SUBDIR += lucene5
     SUBDIR += luceneplusplus
diff --git a/textproc/luaexpat/Makefile b/textproc/lua-luaexpat/Makefile
similarity index 100%
rename from textproc/luaexpat/Makefile
rename to textproc/lua-luaexpat/Makefile
diff --git a/textproc/luaexpat/distinfo b/textproc/lua-luaexpat/distinfo
similarity index 100%
rename from textproc/luaexpat/distinfo
rename to textproc/lua-luaexpat/distinfo
diff --git a/textproc/luaexpat/files/patch-Makefile b/textproc/lua-luaexpat/files/patch-Makefile
similarity index 100%
rename from textproc/luaexpat/files/patch-Makefile
rename to textproc/lua-luaexpat/files/patch-Makefile
diff --git a/textproc/luaexpat/pkg-descr b/textproc/lua-luaexpat/pkg-descr
similarity index 100%
rename from textproc/luaexpat/pkg-descr
rename to textproc/lua-luaexpat/pkg-descr
diff --git a/textproc/luaexpat/pkg-plist b/textproc/lua-luaexpat/pkg-plist
similarity index 100%
rename from textproc/luaexpat/pkg-plist
rename to textproc/lua-luaexpat/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409050619.4856JfOn092034>