diff --git a/print/ghostscript/gnu/Makefile b/print/ghostscript/gnu/Makefile index b76c152c869..ce1a27b1674 100644 --- a/print/ghostscript/gnu/Makefile +++ b/print/ghostscript/gnu/Makefile @@ -1,6 +1,6 @@ COMMENT = PostScript and PDF interpreter -VERSION = 10.06.0 +VERSION = 10.07.0 DISTNAME = ghostpdl-${VERSION} PKGNAME = ghostscript-${VERSION} EXTRACT_SUFX = .tar.xz diff --git a/print/ghostscript/gnu/distinfo b/print/ghostscript/gnu/distinfo index 8b0ab1e8d08..ec81b7885d2 100644 --- a/print/ghostscript/gnu/distinfo +++ b/print/ghostscript/gnu/distinfo @@ -1,2 +1,2 @@ -SHA256 (ghostpdl-10.06.0.tar.xz) = NgIFY2jPZJAmIx4tZSULWGDAI/PUoNnDXmYF4o5UPsE= -SIZE (ghostpdl-10.06.0.tar.xz) = 74368072 +SHA256 (ghostpdl-10.07.0.tar.xz) = uhNmAGqTuR5hX3Sq2cCQX65QPT9bBAeM4t2+NgvS+d8= +SIZE (ghostpdl-10.07.0.tar.xz) = 74409920 diff --git a/print/ghostscript/gnu/patches/patch-configure b/print/ghostscript/gnu/patches/patch-configure index 9449fb919d6..a9e8aec6f7c 100644 --- a/print/ghostscript/gnu/patches/patch-configure +++ b/print/ghostscript/gnu/patches/patch-configure @@ -1,7 +1,7 @@ Index: configure --- configure.orig +++ configure -@@ -13373,8 +13373,8 @@ DLL_EXT="" +@@ -13441,8 +13441,8 @@ DLL_EXT="" SO_LIB_VERSION_SEPARATOR="." libname1="_SO_BASE)\$(GS_SOEXT)\$(DLL_EXT)" @@ -12,7 +12,7 @@ Index: configure GS_SONAME="lib\$(GS${libname1}" GS_SONAME_MAJOR="lib\$(GS${libname2}" GS_SONAME_MAJOR_MINOR="lib\$(GS${libname3}" -@@ -13486,11 +13486,11 @@ case $host in +@@ -13554,11 +13554,11 @@ case $host in ;; *bsd*) DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS"