Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 13:58:41 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cb510b732805 - main - devel/liborcus: update to 0.19.2 release
Message-ID:  <202311281358.3ASDwfOa059760@gitrepo.freebsd.org>

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

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

commit cb510b732805d15eaeee7b3a675edc582fcfceef
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-11-28 13:42:09 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-11-28 13:58:30 +0000

    devel/liborcus: update to 0.19.2 release
    
    Cahngelog:      https://gitlab.com/orcus/orcus/-/blob/0.19.2/CHANGELOG
    
    PR:             274481
    
    Sponsored by:        Serenity Cybersecurity, LLC
---
 devel/liborcus/Makefile | 14 +++++++++-----
 devel/liborcus/distinfo |  6 +++---
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/devel/liborcus/Makefile b/devel/liborcus/Makefile
index b247a64c24a6..bce2acf7728d 100644
--- a/devel/liborcus/Makefile
+++ b/devel/liborcus/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	liborcus
-PORTVERSION=	0.18.1
+DISTVERSION=	0.19.2
 CATEGORIES=	devel misc
 MASTER_SITES=	https://kohei.us/files/orcus/src/
 
@@ -8,18 +8,21 @@ COMMENT=	Standalone file import filter library for spreadsheet documents
 WWW=		https://gitlab.com/orcus/orcus
 
 LICENSE=	MPL20
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	mdds>=2.1:devel/mdds
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libixion-0.18.so:textproc/libixion
 
-USES=		autoreconf compiler:c++17-lang gmake libtool \
-		localbase:ldflags pathfix pkgconfig tar:xz
+USES=		compiler:c++17-lang gmake libtool localbase:ldflags \
+		pathfix pkgconfig tar:xz
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
+CXXFLAGS+=	-Wno-narrowing
+
 CONFIGURE_ARGS=	--disable-werror \
 		--with-boost="${LOCALBASE}" \
 		--with-boost-system=boost_system \
@@ -31,6 +34,7 @@ OPTIONS_SUB=	yes
 
 STATIC_CONFIGURE_ENABLE=	static
 
-PLIST_SUB=	VERSION=${PORTVERSION:R}
+PLIST_SUB=	VERSION=0.18
+#PLIST_SUB=	VERSION=${PORTVERSION:R}
 
 .include <bsd.port.mk>
diff --git a/devel/liborcus/distinfo b/devel/liborcus/distinfo
index 25c6784ffe70..85b119b6a1dd 100644
--- a/devel/liborcus/distinfo
+++ b/devel/liborcus/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683410944
-SHA256 (liborcus-0.18.1.tar.xz) = 6006b9f1576315e313df715a7e72a17f3e0b17d7b6bd119cfa8a0b608ce971eb
-SIZE (liborcus-0.18.1.tar.xz) = 2070352
+TIMESTAMP = 1700148963
+SHA256 (liborcus-0.19.2.tar.xz) = 69ed26a00d4aaa7688e62a6e003cbc81928521a45e96605e53365aa499719e39
+SIZE (liborcus-0.19.2.tar.xz) = 2211268



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