Download raw body.
[update] graphics/libspiro 20221101 -> 20240903
This update fixes a bug that makes fontforge crash.
The issue is described here:
https://github.com/fontforge/fontforge/issues/5209
I can reproduce the bug, but instead of straight lines, I get a segfault.
Also graphics/ipe seems to work fine with this update.
ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/graphics/libspiro/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile 14 Apr 2024 18:55:52 -0000 1.4
+++ Makefile 26 Jun 2025 19:26:27 -0000
@@ -1,11 +1,11 @@
COMMENT = simplifies the drawing of beautiful curves
-V = 20221101
+V = 20240903
DISTNAME = libspiro-dist-${V}
PKGNAME = libspiro-${V}
WRKDIST = ${WRKDIR}/libspiro-${V}
-SHARED_LIBS = spiro 1.0 # 1.3
+SHARED_LIBS = spiro 1.0 # 1.5
CATEGORIES = graphics
Index: distinfo
===================================================================
RCS file: /cvs/ports/graphics/libspiro/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo 14 Apr 2024 18:55:52 -0000 1.2
+++ distinfo 26 Jun 2025 19:26:27 -0000
@@ -1,2 +1,2 @@
-SHA256 (libspiro-dist-20221101.tar.gz) = WYT7WvPk4fkn86dIULcFpxH7hihIAqXmFwsJeGRA6L4=
-SIZE (libspiro-dist-20221101.tar.gz) = 434906
+SHA256 (libspiro-dist-20240903.tar.gz) = FBKiG5Q8bh24NO4tdBRarSCz9isSFS1HVhO4JB2c3hA=
+SIZE (libspiro-dist-20240903.tar.gz) = 436645
[update] graphics/libspiro 20221101 -> 20240903