aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:43:18 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-17 23:58:05 +0000
commit7b3832a94b060c324a6975b191e500749da4f1a5 (patch)
treefbad9db5e0acb7361b6fd2d22a11342137ca57cf /x11-fonts
parent9b034bb1faed8a661d8615304563b3a28d1074e5 (diff)
downloadports-7b3832a94b060c324a6975b191e500749da4f1a5.tar.gz
ports-7b3832a94b060c324a6975b191e500749da4f1a5.zip
x11-fonts/afdko: Update to 3.8.2
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/afdko/Makefile2
-rw-r--r--x11-fonts/afdko/distinfo6
-rw-r--r--x11-fonts/afdko/files/patch-CMakeLists.txt16
3 files changed, 11 insertions, 13 deletions
diff --git a/x11-fonts/afdko/Makefile b/x11-fonts/afdko/Makefile
index 0b3d5a836f45..b26e6127f0a3 100644
--- a/x11-fonts/afdko/Makefile
+++ b/x11-fonts/afdko/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= afdko
-PORTVERSION= 3.8.1
+PORTVERSION= 3.8.2
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 4569e86fa5e7..10fb814b9348 100644
--- a/x11-fonts/afdko/distinfo
+++ b/x11-fonts/afdko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646057844
-SHA256 (afdko-3.8.1.tar.gz) = 05a4a9c3b4e2072982be83f4ff3d73ca758a4091ff3e36db19ff39648f4b399c
-SIZE (afdko-3.8.1.tar.gz) = 14329149
+TIMESTAMP = 1650228704
+SHA256 (afdko-3.8.2.tar.gz) = 7fd3f9ca51392717f49ea115df5d6d8d3a32affe33d05e1753f0fa076b0de1d8
+SIZE (afdko-3.8.2.tar.gz) = 14424449
diff --git a/x11-fonts/afdko/files/patch-CMakeLists.txt b/x11-fonts/afdko/files/patch-CMakeLists.txt
index 40e75ae8639b..4a466c8aa970 100644
--- a/x11-fonts/afdko/files/patch-CMakeLists.txt
+++ b/x11-fonts/afdko/files/patch-CMakeLists.txt
@@ -1,24 +1,22 @@
---- CMakeLists.txt.orig 2022-02-24 19:28:27 UTC
+--- CMakeLists.txt.orig 2022-04-11 22:59:15 UTC
+++ CMakeLists.txt
-@@ -36,13 +36,13 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D
- # https://www.antlr.org/download/antlr4-cpp-runtime-4.9.2-source.zip
+@@ -36,11 +36,11 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D
+ # https://www.antlr.org/download/antlr4-cpp-runtime-4.9.3-source.zip
# set(ANTLR4_ZIP_REPOSITORY "/path_to_antlr4_archive/a4.zip")
-add_definitions(-DANTLR4CPP_STATIC)
-set(ANTLR4_WITH_STATIC_CRT OFF)
+#add_definitions(-DANTLR4CPP_STATIC)
+#set(ANTLR4_WITH_STATIC_CRT OFF)
- # Use slightly more recent commit than 4.9.2 to deal with utfcpp test
- # compilation problems
- # set(ANTLR4_TAG tags/4.9.2)
--set(ANTLR4_TAG 916f03366edf15bf8b50010b11d479c189bf9f96)
+ # 4.9.3 is the latest ANTLR4 version
+-set(ANTLR4_TAG tags/4.9.3)
-include(ExternalAntlr4Cpp)
-+#set(ANTLR4_TAG 916f03366edf15bf8b50010b11d479c189bf9f96)
++#set(ANTLR4_TAG tags/4.9.3)
+#include(ExternalAntlr4Cpp)
# sanitizer support
# work around https://github.com/pypa/setuptools/issues/1928 with environment
-@@ -78,4 +78,4 @@ add_subdirectory(c/sfntedit/source)
+@@ -76,4 +76,4 @@ add_subdirectory(c/sfntedit/source)
add_subdirectory(c/spot/source)
add_subdirectory(c/tx/source)
add_subdirectory(c/type1/source)