From: Antoine Jacoutot Subject: Re: UPDATE: abiword-3.0.6.0.20250704 To: Rafael Sadowski Cc: ports@openbsd.org Date: Sun, 13 Jul 2025 08:53:12 +0200 On Sat, Jul 12, 2025 at 12:00:57PM +0200, Rafael Sadowski wrote: > Simple update abiword-3.0.6.0.20250704. Tested on amd64. OK? ok > > Cheers Rafael > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/editors/abiword/Makefile,v > diff -u -p -u -p -r1.151 Makefile > --- Makefile 12 Jul 2025 07:17:17 -0000 1.151 > +++ Makefile 12 Jul 2025 10:00:32 -0000 > @@ -5,12 +5,10 @@ BROKEN-alpha= gr_RenderInfo.cpp:426:1: i > > COMMENT= free cross-platform WYSIWYG word processor > > -DIST_TUPLE= gnome World AbiWord 542cb5c8aa0a97efd033f78d29f706d1fbae74e7 . > -WRKDIST= ${WRKDIR}/AbiWord-542cb5c8aa0a97efd033f78d29f706d1fbae74e7 > +DIST_TUPLE= gnome World AbiWord 60163633a4f5c9e6c74e8f92b41d22eef4316e6a . > +WRKDIST= ${WRKDIR}/AbiWord-60163633a4f5c9e6c74e8f92b41d22eef4316e6a > > -VERSION= 3.0.6.0.20241101 > -DISTNAME= abiword-${VERSION} > -REVISION= 2 > +DISTNAME= abiword-3.0.6.0.20250704 > > SHARED_LIBS += abiword-3.1-test 0.0 # 0.0 > > @@ -45,7 +43,7 @@ COMPILER = base-clang ports-gcc > > .if ${MACHINE_ARCH} == "hppa" > CFLAGS += -O0 > -.endif > +.endif > > USE_GMAKE= Yes > > Index: distinfo > =================================================================== > RCS file: /cvs/ports/editors/abiword/distinfo,v > diff -u -p -u -p -r1.31 distinfo > --- distinfo 6 Nov 2024 09:43:20 -0000 1.31 > +++ distinfo 12 Jul 2025 10:00:32 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (World-AbiWord-AbiWord-542cb5c8aa0a97efd033f78d29f706d1fbae74e7.tar.gz) = dpKD+W/yPxEssEVxSyo+AZVz79AQAYDMVqcc+1Yoq3s= > -SIZE (World-AbiWord-AbiWord-542cb5c8aa0a97efd033f78d29f706d1fbae74e7.tar.gz) = 11433771 > +SHA256 (World-AbiWord-AbiWord-60163633a4f5c9e6c74e8f92b41d22eef4316e6a.tar.gz) = VG8pkIArcYVYPBTD1Jh31AOjF9KeTsvMdrJ8b/2OWLc= > +SIZE (World-AbiWord-AbiWord-60163633a4f5c9e6c74e8f92b41d22eef4316e6a.tar.gz) = 11427447 > Index: patches/patch-src_af_util_xp_ut_types_h > =================================================================== > RCS file: /cvs/ports/editors/abiword/patches/patch-src_af_util_xp_ut_types_h,v > diff -u -p -u -p -r1.1 patch-src_af_util_xp_ut_types_h > --- patches/patch-src_af_util_xp_ut_types_h 9 Sep 2024 07:28:19 -0000 1.1 > +++ patches/patch-src_af_util_xp_ut_types_h 12 Jul 2025 10:00:32 -0000 > @@ -4,7 +4,7 @@ bool _findDia > Index: src/af/util/xp/ut_types.h > --- src/af/util/xp/ut_types.h.orig > +++ src/af/util/xp/ut_types.h > -@@ -94,7 +94,7 @@ typedef UT_uint8 UT_Confidence_t; > +@@ -96,7 +96,7 @@ typedef UT_uint8 UT_Confidence_t; > > #include "ut_export.h" // ABI_EXPORT is defined in there. > > -- Antoine