From efb6c380de357481af0843d26f1c907cda073fed Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Sun, 9 Feb 2025 16:17:47 -0600 Subject: [PATCH] asymptote: update to 2.98 See: https://github.com/macports/macports-ports/pull/27612 --- graphics/asymptote/Portfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/graphics/asymptote/Portfile b/graphics/asymptote/Portfile index 8443794a478ac..6ce6eb1acd4a1 100644 --- a/graphics/asymptote/Portfile +++ b/graphics/asymptote/Portfile @@ -6,7 +6,7 @@ PortGroup legacysupport 1.1 PortGroup texlive 1.0 name asymptote -version 2.97 +version 2.98 revision 0 categories graphics @@ -29,9 +29,9 @@ set python.bin ${prefix}/bin/python${python.branch} master_sites sourceforge:project/${name}/${version}/ extract.suffix .src.tgz -checksums rmd160 48c939cec29df42c07a56ae20749affdf2730ec6 \ - sha256 32fb4a8defe3d9dcb8f875ea681e49525b54de2bdb6676e63a3281f372f0b55d \ - size 31696667 +checksums rmd160 bc6c197b04575264cfe01cc80d5727a8512f5a81 \ + sha256 c50239cabc33ce7e8ef843d249c552e309caff9eba937d829e3a2af68385da91 \ + size 31731164 # FileNotFoundError: [Errno 2] No such file or directory: 'ccache /opt/local/bin/g++-mp-14' configure.ccache no @@ -46,7 +46,6 @@ configure.args-append \ --with-latex=${texlive_texmfports}/tex/latex \ --with-context=${texlive_texmfports}/tex/context/third \ --mandir=${prefix}/share/man \ - --disable-offscreen \ --disable-lsp configure.cxxflags-append \ @@ -78,8 +77,7 @@ depends_build-append \ port:texlive-latex-extra # port:py${python.version}-pyqt5 -depends_lib-append port:boehmgc \ - port:fftw-3 \ +depends_lib-append port:fftw-3 \ port:glm \ port:gsl \ port:libsigsegv \