git: e0d6b9962e1b - main - x11-fonts/afdko: Update to 4.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Feb 2024 15:20:33 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e0d6b9962e1b81a672cb0e17ab20ab61e644d510
commit e0d6b9962e1b81a672cb0e17ab20ab61e644d510
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 14:30:19 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:06:52 +0000
x11-fonts/afdko: Update to 4.0.1
Changes: https://github.com/adobe-type-tools/afdko/releases
https://github.com/adobe-type-tools/afdko/blob/master/NEWS.md
---
x11-fonts/afdko/Makefile | 2 +-
x11-fonts/afdko/distinfo | 6 +++---
x11-fonts/afdko/files/patch-clang15 | 29 -----------------------------
3 files changed, 4 insertions(+), 33 deletions(-)
diff --git a/x11-fonts/afdko/Makefile b/x11-fonts/afdko/Makefile
index 3ff02d08a074..1b68d6bcddf0 100644
--- a/x11-fonts/afdko/Makefile
+++ b/x11-fonts/afdko/Makefile
@@ -1,5 +1,5 @@
PORTNAME= afdko
-PORTVERSION= 4.0.0
+PORTVERSION= 4.0.1
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 5937213162df..7024fb1054ae 100644
--- a/x11-fonts/afdko/distinfo
+++ b/x11-fonts/afdko/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1695143263
-SHA256 (afdko-4.0.0.tar.gz) = eba7daa1606e096d254193fcfe60492d3f84ad1181977f7a1dd1b545f3ce61c3
-SIZE (afdko-4.0.0.tar.gz) = 17812167
+TIMESTAMP = 1708448990
+SHA256 (afdko-4.0.1.tar.gz) = 22dd90f0f7b4bc6eacbe8cddb0d72a484cf3f2d6cb474b0e3496de161177f019
+SIZE (afdko-4.0.1.tar.gz) = 17815957
diff --git a/x11-fonts/afdko/files/patch-clang15 b/x11-fonts/afdko/files/patch-clang15
deleted file mode 100644
index 0d5adae31404..000000000000
--- a/x11-fonts/afdko/files/patch-clang15
+++ /dev/null
@@ -1,29 +0,0 @@
---- c/shared/source/uforead/uforead.c.orig 2023-04-24 14:46:56 UTC
-+++ c/shared/source/uforead/uforead.c
-@@ -1243,7 +1243,7 @@ static void updateGLIFRec(ufoCtx h, char* glyphName, x
- if (fileName == NULL) {
- /* this is basically muted for now, as the previous check will return and skip if not parseable.
- We'll add this back once we add verbosity flag */
-- message(h, ufoErrParse, "Encountered glyph reference %s in alternate layer's contents.plist with an empty file path. ", glyphName);
-+ message(h, "Encountered glyph reference %s in alternate layer's contents.plist with an empty file path. ", glyphName);
- return;
- }
-
-@@ -2009,7 +2009,7 @@ static long strtolCheck(ufoCtx h, char* keyValue, bool
- fatal(h, ufoErrParse, msg);
- else if (msg)
- message(h, msg);
-- return NULL;
-+ return 0;
- }
- }
-
-@@ -2024,7 +2024,7 @@ static unsigned long strtoulCheck(ufoCtx h, char* keyV
- fatal(h, ufoErrParse, msg);
- else if (msg)
- message(h, msg);
-- return NULL;
-+ return 0;
- }
- }
-