Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2024 11:54:18 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: 580ec35cb4f7 - main - textproc/libwbxml: Move textproc/wbxml2 to textproc/libwbxml
Message-ID:  <202408151154.47FBsI8w056133@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=580ec35cb4f71913b5c53460462111c9a29f11ce

commit 580ec35cb4f71913b5c53460462111c9a29f11ce
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 09:35:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 10:55:23 +0000

    textproc/libwbxml: Move textproc/wbxml2 to textproc/libwbxml
    
    - Update WWW
    - Update pkg-descr
    - Bump PORTREVISION of dependent ports for dependency change
    - Take maintainership
---
 MOVED                                                         |  1 +
 converters/p5-XML-WBXML/Makefile                              |  4 ++--
 textproc/Makefile                                             |  2 +-
 textproc/{wbxml2 => libwbxml}/Makefile                        | 10 +++++-----
 textproc/{wbxml2 => libwbxml}/distinfo                        |  0
 textproc/{wbxml2 => libwbxml}/files/patch-CMakeLists.txt      |  0
 textproc/{wbxml2 => libwbxml}/files/patch-src__CMakeLists.txt |  0
 textproc/{wbxml2 => libwbxml}/pkg-descr                       |  4 ++--
 textproc/{wbxml2 => libwbxml}/pkg-plist                       |  0
 www/groupoffice/Makefile                                      |  3 ++-
 www/sogo/Makefile                                             |  4 ++--
 www/sogo2/Makefile                                            |  4 ++--
 12 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/MOVED b/MOVED
index 1f29bb221434..86c03cf429de 100644
--- a/MOVED
+++ b/MOVED
@@ -3430,3 +3430,4 @@ games/manaplus||2024-08-07|Has expired: Fails to build with libxml2 2.13.2 (PR 2
 dns/knot3-lib|dns/knot3|2024-08-09|Superseded by knot3 which provides the libraries
 devel/py-ollama|misc/py-ollama|2024-08-10|Deduplicate
 x11-toolkits/wlroots-hyprland||2024-08-11|Discontinued: use x11-toolkits/aquamarine instead
+textproc/wbxml2|textproc/libwbxml|2024-08-15|Move textproc/wbxml2 to textproc/libwbxml
diff --git a/converters/p5-XML-WBXML/Makefile b/converters/p5-XML-WBXML/Makefile
index 762e921ebc91..d69ac7e88fff 100644
--- a/converters/p5-XML-WBXML/Makefile
+++ b/converters/p5-XML-WBXML/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	XML-WBXML
 PORTVERSION=	0.09
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	converters perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -12,7 +12,7 @@ WWW=		https://metacpan.org/release/XML-WBXML
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	libwbxml2.so:textproc/wbxml2
+LIB_DEPENDS=	libwbxml2.so:textproc/libwbxml
 
 USES=		perl5
 USE_PERL5=	configure
diff --git a/textproc/Makefile b/textproc/Makefile
index 62b14f964178..f25d42f5c71c 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -424,6 +424,7 @@
     SUBDIR += libuninameslist
     SUBDIR += libvisio01
     SUBDIR += libwapcaplet
+    SUBDIR += libwbxml
     SUBDIR += libwpd010
     SUBDIR += libwps
     SUBDIR += libwps03
@@ -2111,7 +2112,6 @@
     SUBDIR += vgrep
     SUBDIR += wa-aspell
     SUBDIR += wa-hunspell
-    SUBDIR += wbxml2
     SUBDIR += wdiff
     SUBDIR += webcpp
     SUBDIR += website
diff --git a/textproc/wbxml2/Makefile b/textproc/libwbxml/Makefile
similarity index 80%
rename from textproc/wbxml2/Makefile
rename to textproc/libwbxml/Makefile
index cce0b6ab178b..6806ac36ff1a 100644
--- a/textproc/wbxml2/Makefile
+++ b/textproc/libwbxml/Makefile
@@ -1,11 +1,12 @@
-PORTNAME=	wbxml2
+PORTNAME=	libwbxml
 PORTVERSION=	0.11.8
 DISTVERSIONPREFIX=	libwbxml-
 CATEGORIES=	textproc devel
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library & tools for converting wbxml<->xml
-WWW=		http://libwbxml.opensync.org/
+WWW=		http://libwbxml.opensync.org/ \
+		https://github.com/libwbxml/libwbxml
 
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
@@ -14,9 +15,8 @@ LIB_DEPENDS=	libexpat.so:textproc/expat2
 
 USES=		cmake iconv tar:bzip2
 USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
-GH_ACCOUNT=	libwbxml
-GH_PROJECT=	libwbxml
 
 DOCSDIR=	${PREFIX}/share/doc/libwbxml
 
diff --git a/textproc/wbxml2/distinfo b/textproc/libwbxml/distinfo
similarity index 100%
rename from textproc/wbxml2/distinfo
rename to textproc/libwbxml/distinfo
diff --git a/textproc/wbxml2/files/patch-CMakeLists.txt b/textproc/libwbxml/files/patch-CMakeLists.txt
similarity index 100%
rename from textproc/wbxml2/files/patch-CMakeLists.txt
rename to textproc/libwbxml/files/patch-CMakeLists.txt
diff --git a/textproc/wbxml2/files/patch-src__CMakeLists.txt b/textproc/libwbxml/files/patch-src__CMakeLists.txt
similarity index 100%
rename from textproc/wbxml2/files/patch-src__CMakeLists.txt
rename to textproc/libwbxml/files/patch-src__CMakeLists.txt
diff --git a/textproc/wbxml2/pkg-descr b/textproc/libwbxml/pkg-descr
similarity index 52%
rename from textproc/wbxml2/pkg-descr
rename to textproc/libwbxml/pkg-descr
index 78140a1dd1dd..63109aed90e8 100644
--- a/textproc/wbxml2/pkg-descr
+++ b/textproc/libwbxml/pkg-descr
@@ -1,5 +1,5 @@
-The libwbxml is a library for converting an XML Document to a WBXML Document
-and vice-versa.
+The WBXML Library (aka libwbxml) contains a library and its associated tools to
+Parse, Encode and Handle WBXML documents.
 
 The WBXML format is a binary representation of XML, defined by the Wap Forum,
 and used to reduce bandwidth in mobile communications.
diff --git a/textproc/wbxml2/pkg-plist b/textproc/libwbxml/pkg-plist
similarity index 100%
rename from textproc/wbxml2/pkg-plist
rename to textproc/libwbxml/pkg-plist
diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile
index f085c623b152..952d80db3f2a 100644
--- a/www/groupoffice/Makefile
+++ b/www/groupoffice/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	groupoffice
 DISTVERSIONPREFIX=	com-
 DISTVERSION=	6.6.58
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	SF/group-office/${DISTVERSION:R}
 DISTNAME=	${PORTNAME}-${DISTVERSION}
@@ -45,7 +46,7 @@ WBXML_DESC=	Synchronization Support
 CALENDAR_USE=		PHP=calendar
 GD_USE=			PHP=gd
 IMAP_USE=		PHP=iconv imap
-WBXML_LIB_DEPENDS=	libwbxml2.so:textproc/wbxml2
+WBXML_LIB_DEPENDS=	libwbxml2.so:textproc/libwbxml
 
 post-patch:
 	@${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|g' \
diff --git a/www/sogo/Makefile b/www/sogo/Makefile
index 59886b0aeea9..fed374c86b08 100644
--- a/www/sogo/Makefile
+++ b/www/sogo/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		sogo
 PORTVERSION=		5.10.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=		www gnustep
 MASTER_SITES=		https://packages.sogo.nu/sources/
 DISTNAME=		SOGo-${PORTVERSION}
@@ -41,7 +41,7 @@ ACTIVESYNC_DESC=	Enable support for ActiveSync protocol
 MFA_DESC=		Enable support for multi-factor authentication
 SAML2_DESC=		Enable support for SAML2 authentication
 
-ACTIVESYNC_LIB_DEPENDS=	libwbxml2.so:textproc/wbxml2
+ACTIVESYNC_LIB_DEPENDS=	libwbxml2.so:textproc/libwbxml
 
 MFA_LIB_DEPENDS=	liboath.so:security/oath-toolkit
 MFA_CONFIGURE_ON=	--enable-mfa
diff --git a/www/sogo2/Makefile b/www/sogo2/Makefile
index abc21592267c..29f35a8ec8bf 100644
--- a/www/sogo2/Makefile
+++ b/www/sogo2/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=		sogo2
 PORTVERSION=		2.4.3
-PORTREVISION=		1
+PORTREVISION=		2
 CATEGORIES=		www gnustep
 MASTER_SITES=		http://www.sogo.nu/files/downloads/SOGo/Sources/
 DISTNAME=		SOGo-${PORTVERSION}
@@ -23,7 +23,7 @@ OPTIONS_SUB=		yes
 
 ACTIVESYNC_DESC=	Enable support for ActiveSync protocol
 
-ACTIVESYNC_LIB_DEPENDS=	libwbxml2.so:textproc/wbxml2
+ACTIVESYNC_LIB_DEPENDS=	libwbxml2.so:textproc/libwbxml
 
 USERS=			sogod
 GROUPS=			sogod



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