Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2023 13:58:40 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: 80ef2e6d92a5 - main - textproc/libixion: update to 0.19.0 release
Message-ID:  <202311281358.3ASDwe12059711@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=80ef2e6d92a5b260848e9de1a485a29234238550

commit 80ef2e6d92a5b260848e9de1a485a29234238550
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-11-28 13:39:37 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-11-28 13:58:30 +0000

    textproc/libixion: update to 0.19.0 release
    
    Changelog:      https://gitlab.com/ixion/ixion/-/blob/0.19.0/CHANGELOG
    
    PR:     274480
    
    Sponsored by:        Serenity Cybersecurity, LLC
---
 textproc/libixion/Makefile | 9 +++++----
 textproc/libixion/distinfo | 6 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/textproc/libixion/Makefile b/textproc/libixion/Makefile
index d1e4eb39a66d..72919c3b6d0d 100644
--- a/textproc/libixion/Makefile
+++ b/textproc/libixion/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	libixion
-PORTVERSION=	0.18.1
+DISTVERSION=	0.19.0
 CATEGORIES=	textproc
 MASTER_SITES=	https://kohei.us/files/ixion/src/
 
@@ -13,12 +13,13 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	mdds>=2.1:devel/mdds
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
-USES=		autoreconf libtool pkgconfig tar:xz
+USES=		libtool localbase pathfix pkgconfig tar:xz
+USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
-PLIST_SUB=	VERSION=${PORTVERSION:R}
+PLIST_SUB=	VERSION=0.18
+#PLIST_SUB=	VERSION=${DISTVERSION:R}
 
 CONFIGURE_ARGS=	--disable-python
 
diff --git a/textproc/libixion/distinfo b/textproc/libixion/distinfo
index e06eff6d52a9..c807286b7ae6 100644
--- a/textproc/libixion/distinfo
+++ b/textproc/libixion/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683410977
-SHA256 (libixion-0.18.1.tar.xz) = ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1
-SIZE (libixion-0.18.1.tar.xz) = 521024
+TIMESTAMP = 1697140050
+SHA256 (libixion-0.19.0.tar.xz) = b4864d7a55351a09adbe9be44e5c65b1d417e80e946c947951d0e8428b9dcd15
+SIZE (libixion-0.19.0.tar.xz) = 536540



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