Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Dec 2025 11:24:39 +0000
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: 7c2395b8919e - main - x11-fonts/afdko: Update to 4.0.3
Message-ID:  <693806f7.8d25.38b1204a@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=7c2395b8919ec5b4e8ac922076c5589891401caa

commit 7c2395b8919ec5b4e8ac922076c5589891401caa
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-09 06:39:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-09 11:21:11 +0000

    x11-fonts/afdko: Update to 4.0.3
    
    Changes:        https://github.com/adobe-type-tools/afdko/releases
                    https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md
---
 x11-fonts/afdko/Makefile                   |  3 +--
 x11-fonts/afdko/distinfo                   |  6 +++---
 x11-fonts/afdko/files/patch-CMakeLists.txt | 12 +++++++-----
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/x11-fonts/afdko/Makefile b/x11-fonts/afdko/Makefile
index d03232922de2..5b863c05e594 100644
--- a/x11-fonts/afdko/Makefile
+++ b/x11-fonts/afdko/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	afdko
-PORTVERSION=	4.0.2
-PORTREVISION=	1
+PORTVERSION=	4.0.3
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://github.com/adobe-type-tools/afdko/releases/download/${PORTVERSION}/
 
diff --git a/x11-fonts/afdko/distinfo b/x11-fonts/afdko/distinfo
index 1a9638e6e305..2def0b8cc0a5 100644
--- a/x11-fonts/afdko/distinfo
+++ b/x11-fonts/afdko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1731679190
-SHA256 (afdko-4.0.2.tar.gz) = e1a31e871e83dd022635b852297c433c8e9c9d9d4f0c0f634e8d55dde28ad930
-SIZE (afdko-4.0.2.tar.gz) = 17804422
+TIMESTAMP = 1765032678
+SHA256 (afdko-4.0.3.tar.gz) = 5feed7c2468e25b25fce0479c04af07f4ed2680bc9251bb4c4aef9ec2fba5720
+SIZE (afdko-4.0.3.tar.gz) = 17922308
diff --git a/x11-fonts/afdko/files/patch-CMakeLists.txt b/x11-fonts/afdko/files/patch-CMakeLists.txt
index 7e57efc3b676..f3020c030537 100644
--- a/x11-fonts/afdko/files/patch-CMakeLists.txt
+++ b/x11-fonts/afdko/files/patch-CMakeLists.txt
@@ -1,6 +1,6 @@
---- CMakeLists.txt.orig	2024-11-06 00:31:38 UTC
+--- CMakeLists.txt.orig	2025-12-05 00:32:05 UTC
 +++ CMakeLists.txt
-@@ -27,22 +27,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D
+@@ -27,24 +27,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D
  
  list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
  
@@ -15,15 +15,17 @@
 -
 -add_definitions(-DANTLR4CPP_STATIC)
 -set(ANTLR4_WITH_STATIC_CRT OFF)
--# 4.9.3 is the latest ANTLR4 version
--set(ANTLR4_TAG tags/4.13.2)
+-# set(ANTLR4_TAG tags/4.13.2)
+-# This is a more recent commit than 4.13.2 that addresses a missing
+-# include directive needed in more recent Visual Studio releases
+-set(ANTLR4_TAG df4d68c09cdef73e023b8838a8bc7ca4dff1d1de)
 -include(ExternalAntlr4Cpp)
 -
 -
  if (DEFINED ENV{FORCE_BUILD_LIBXML2})
      set(BUILD_STATIC_LIBXML2 TRUE)
  else()
-@@ -107,4 +91,3 @@ add_subdirectory(c/type1/source)
+@@ -109,4 +91,3 @@ add_subdirectory(c/type1/source)
  add_subdirectory(c/spot/source)
  add_subdirectory(c/tx/source)
  add_subdirectory(c/type1/source)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693806f7.8d25.38b1204a>