Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2025 19:42:55 GMT
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7d3bb7f9e1e4 - main - net-im/gloox: update to 1.0.28
Message-ID:  <202502041942.514JgtI1067283@gitrepo.freebsd.org>

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

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

commit 7d3bb7f9e1e460db3fedc7d47ac7fe663627873c
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2025-02-04 19:37:27 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2025-02-04 19:39:09 +0000

    net-im/gloox: update to 1.0.28
    
    Changelog: https://camaya.net/gloox/changelog
    
    Reorder and reformat Makefile to make portclippy and portfmt happy
---
 net-im/gloox/Makefile | 13 ++++++-------
 net-im/gloox/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/net-im/gloox/Makefile b/net-im/gloox/Makefile
index 6b453c3ff16d..e498b96a56f8 100644
--- a/net-im/gloox/Makefile
+++ b/net-im/gloox/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	gloox
-DISTVERSION=	1.0.24
-PORTREVISION=	1
+DISTVERSION=	1.0.28
 CATEGORIES=	net-im
 MASTER_SITES=	http://camaya.net/download/
 
@@ -11,21 +10,21 @@ WWW=		https://camaya.net/gloox
 LICENSE=	GPLv3 # with OpenSSL exception
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-LIB_DEPENDS=	libidn.so:dns/libidn \
-		libgnutls.so:security/gnutls
+LIB_DEPENDS=	libgnutls.so:security/gnutls \
+		libidn.so:dns/libidn
 
 USES=		libtool localbase pathfix pkgconfig tar:bzip2
+USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USE_LDCONFIG=	yes
 
 PORTSCOUT=	skipv:1.0.x
 
-OPTIONS_DEFINE=		MDNSRESPONDER TEST
+OPTIONS_DEFINE=	MDNSRESPONDER TEST
 
 MDNSRESPONDER_LIB_DEPENDS=	libdns_sd.so:net/mDNSResponder
 MDNSRESPONDER_CONFIGURE_ENABLE=	mdns
-TEST_CONFIGURE_WITH=	tests
+TEST_CONFIGURE_WITH=		tests
 
 post-patch:
 	@${REINPLACE_CMD} -e \
diff --git a/net-im/gloox/distinfo b/net-im/gloox/distinfo
index 9b14dca56a6d..aee7fd2eb96b 100644
--- a/net-im/gloox/distinfo
+++ b/net-im/gloox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595104971
-SHA256 (gloox-1.0.24.tar.bz2) = ae1462be2a2eb8fe5cd054825143617c53c2c9c7195606cb5a5ba68c0f68f9c9
-SIZE (gloox-1.0.24.tar.bz2) = 727442
+TIMESTAMP = 1738671326
+SHA256 (gloox-1.0.28.tar.bz2) = 591bd12c249ede0b50a1ef6b99ac0de8ef9c1ba4fd2e186f97a740215cc5966c
+SIZE (gloox-1.0.28.tar.bz2) = 728337



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