Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2024 18:48:50 GMT
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b603333e3d4c - main - x11-toolkits/fltk: update this port to the latest version 1.3.10
Message-ID:  <202412261848.4BQImocb034972@gitrepo.freebsd.org>

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

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

commit b603333e3d4c2e74e2404b1d75f776cb46b15216
Author:     Alexey Dokuchaev <danfe@FreeBSD.org>
AuthorDate: 2024-12-26 18:47:36 +0000
Commit:     Alexey Dokuchaev <danfe@FreeBSD.org>
CommitDate: 2024-12-26 18:47:36 +0000

    x11-toolkits/fltk: update this port to the latest version 1.3.10
    
    FLTK 1.3.10 is a maintenance release with minor enhancements and
    bug fixes.  Particularly, Fl_XFont_On_Demand class was previously
    not labeled FL_EXPORT, which made it not exposed in the library,
    in turn breaking `x11-toolkits/py-fltk' port and other consumers.
    
    There are no new ABI features and thus it is 100% compatible with
    releases 1.3.5-1.3.9.  This is intended to be the last release of
    the 1.3.x series.
    
    PR:     277433, 277439
---
 x11-toolkits/fltk/Makefile | 4 +---
 x11-toolkits/fltk/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index 0dfbf13a8dc5..2163776ebc09 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	fltk
-PORTVERSION=	1.3.9
-PORTREVISION=	1
+PORTVERSION=	1.3.10
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	https://www.fltk.org/pub/${PORTNAME}/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
@@ -20,7 +19,6 @@ USE_XORG=	x11 xcursor xext xfixes xft xinerama xrender
 USE_GL=		gl glu
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--enable-shared
 CONFIGURE_ENV=	NROFF=echo
 CPE_VENDOR=	fltk_project
diff --git a/x11-toolkits/fltk/distinfo b/x11-toolkits/fltk/distinfo
index afc8a35d8ce2..bd14e9a71d79 100644
--- a/x11-toolkits/fltk/distinfo
+++ b/x11-toolkits/fltk/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1702130542
-SHA256 (fltk-1.3.9-source.tar.bz2) = 103441134915402808fd45424d4061778609437e804334434e946cfd26b196c2
-SIZE (fltk-1.3.9-source.tar.bz2) = 4774284
+TIMESTAMP = 1731780198
+SHA256 (fltk-1.3.10-source.tar.bz2) = 07b3bb9023e9c8f6809e6716d30efaa67d259918972af24d8d83c75e0b31771b
+SIZE (fltk-1.3.10-source.tar.bz2) = 4778229



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