Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2025 15:10:00 GMT
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7c6144487a68 - main - net-im/prosody: update to 0.12.5.
Message-ID:  <202501031510.503FA0bv088767@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vanilla:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7c6144487a68d58b5c06bb75439f4be229effbee

commit 7c6144487a68d58b5c06bb75439f4be229effbee
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2025-01-03 15:08:48 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2025-01-03 15:08:48 +0000

    net-im/prosody: update to 0.12.5.
    
     * Update to 0.12.5
     * Update maintainer's e-mail address
     * Remove dependency on lua-bitop (not required with Lua 5.2+)
    
    PR:             283805
    Reported by:    maintainer
---
 net-im/prosody/Makefile | 8 +++-----
 net-im/prosody/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile
index 56ad0b798f36..769c7fcc018e 100644
--- a/net-im/prosody/Makefile
+++ b/net-im/prosody/Makefile
@@ -1,10 +1,9 @@
 PORTNAME=	prosody
-DISTVERSION=	0.12.4
-PORTREVISION=	5
+DISTVERSION=	0.12.5
 CATEGORIES=	net-im
 MASTER_SITES=	https://prosody.im/downloads/source/
 
-MAINTAINER=	thomas@beingboiled.info
+MAINTAINER=	twm@pdp11.pw
 COMMENT=	Simple extensible XMPP server written in Lua
 WWW=		https://www.prosody.im/
 
@@ -14,8 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libicudata.so:devel/icu \
 		libicui18n.so:devel/icu \
 		libicuuc.so:devel/icu
-RUN_DEPENDS=	${LUA_REFMODLIBDIR}/bit.so:devel/lua-bitop@${LUA_FLAVOR} \
-		${LUA_REFMODLIBDIR}/lfs.so:devel/luafilesystem@${LUA_FLAVOR} \
+RUN_DEPENDS=	${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/lua-luaexpat@${LUA_FLAVOR} \
diff --git a/net-im/prosody/distinfo b/net-im/prosody/distinfo
index 405b2b49008e..f0ff0d3dc9ad 100644
--- a/net-im/prosody/distinfo
+++ b/net-im/prosody/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694030929
-SHA256 (prosody-0.12.4.tar.gz) = 47d712273c2f29558c412f6cdaec073260bbc26b7dda243db580330183d65856
-SIZE (prosody-0.12.4.tar.gz) = 616043
+TIMESTAMP = 1735848660
+SHA256 (prosody-0.12.5.tar.gz) = 778fb7707a0f10399595ba7ab9c66dd2a2288c0ae3a7fe4ab78f97d462bd399f
+SIZE (prosody-0.12.5.tar.gz) = 617833



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