From d742e5d63ae73ff00f77bf197fce4497d5bc2aaa Mon Sep 17 00:00:00 2001 From: Remko Scharroo Date: Thu, 20 Mar 2025 10:19:18 +0100 Subject: [PATCH] ghostscript: update to 10.05.0 --- print/ghostscript/Portfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/print/ghostscript/Portfile b/print/ghostscript/Portfile index 008b4a1ce99..9f4c54f75f7 100644 --- a/print/ghostscript/Portfile +++ b/print/ghostscript/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup muniversal 1.0 name ghostscript -version 10.04.0 +version 10.05.0 revision 0 categories print @@ -21,8 +21,6 @@ master_sites https://github.com/ArtifexSoftware/ghostpdl-downloads/releas sourceforge:project/gs-fonts/gs-fonts/8.11%20%28base%2035%2C%20GPL%29/:stdfonts \ https://github.com/adobe-type-tools/mapping-resources-pdf/archive/:misc -# Note: please update ghostscript-fonts-hiragino Portfile to keep version in sync - # Note: this needs to be manually updated for new upstream commits set mappingresources_commit \ 2dd5e53fb74a01718b9dfd448a0d1cce6fff2aa5 @@ -34,9 +32,9 @@ distfiles ${distname}.tar.gz:source \ ${mappingresources_commit}.zip:misc checksums ${distname}.tar.gz \ - rmd160 ab1bac9af5538bf441f7ec309a63513af427a96d \ - sha256 8b1594b067e00e386f818270a255eef6baba593197173725951d5f0c316dc205 \ - size 98270469 \ + rmd160 cff18f243131d666e127f4aee0801f6325a67f97 \ + sha256 1ee32af7183e6a1c7909f847c8045956b792c4c24bedfa2b9c0d0394241a7460 \ + size 98829869 \ ghostscript-fonts-other-6.0.tar.gz \ rmd160 ab60dbf71e7d91283a106c3df381cadfe173082f \ sha256 4fa051e341167008d37fe34c19d241060cd17b13909932cd7ca7fe759243c2de \ @@ -111,7 +109,7 @@ configure.checks.implicit_function_declaration.whitelist-append strchr # tell ghostscript it's OK to use the system pkg-config even when cross-compiling # see https://trac.macports.org/ticket/66627 configure.env-append \ - DARWIN_LDFLAGS_SO_PREFIX="${prefix}/lib/" \ + DARWIN_LDFLAGS_SO_PREFIX="${prefix}/lib/" \ PKGCONFIG=${prefix}/bin/pkg-config # https://trac.macports.org/ticket/56137