Index: Makefile
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/Makefile,v
retrieving revision 1.122
diff -u -p -r1.122 Makefile
--- Makefile 11 Mar 2022 19:51:00 -0000 1.122
+++ Makefile 13 Apr 2022 10:56:42 -0000
@@ -1,10 +1,10 @@
COMMENT = PostScript and PDF interpreter
-VERSION = 9.55.0
+VERSION = 9.56.1
DISTNAME = ghostscript-${VERSION}
+EXTRACT_SUFX = .tar.xz
CATEGORIES = lang print
-SHARED_LIBS = gs 16.0
-REVISION = 1
+SHARED_LIBS = gs 17.0
MASTER_SITES = https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION:S/.//g}/
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/distinfo,v
retrieving revision 1.18
diff -u -p -r1.18 distinfo
--- distinfo 27 Jan 2022 20:55:01 -0000 1.18
+++ distinfo 13 Apr 2022 10:56:42 -0000
@@ -1,2 +1,2 @@
-SHA256 (ghostscript-9.55.0.tar.gz) = MeIGS+Z+FbR4qNoAfZbWzU0r7iU+W+IgcDoiX395pws=
-SIZE (ghostscript-9.55.0.tar.gz) = 82089478
+SHA256 (ghostscript-9.56.1.tar.xz) = 1DQGgFZQAJtCw9X23FNSM0VFM8HifBOnfdHUYqBWuOQ=
+SIZE (ghostscript-9.56.1.tar.xz) = 62589232
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/patches/patch-configure,v
retrieving revision 1.3
diff -u -p -r1.3 patch-configure
--- patches/patch-configure 11 Mar 2022 19:51:00 -0000 1.3
+++ patches/patch-configure 13 Apr 2022 10:56:42 -0000
@@ -1,7 +1,7 @@
Index: configure
--- configure.orig
+++ configure
-@@ -11465,8 +11465,8 @@ DLL_EXT=""
+@@ -11408,8 +11408,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}"
-@@ -11577,11 +11577,11 @@ case $host in
+@@ -11520,11 +11520,11 @@ case $host in
;;
*bsd*)
DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS"
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/pkg/PLIST,v
retrieving revision 1.32
diff -u -p -r1.32 PLIST
--- pkg/PLIST 11 Mar 2022 19:51:00 -0000 1.32
+++ pkg/PLIST 13 Apr 2022 10:56:42 -0000
@@ -71,7 +71,6 @@ share/doc/ghostscript/${VERSION}/
share/doc/ghostscript/${VERSION}/API.htm
share/doc/ghostscript/${VERSION}/C-style.htm
share/doc/ghostscript/${VERSION}/COPYING
-share/doc/ghostscript/${VERSION}/Commprod.htm
share/doc/ghostscript/${VERSION}/DLL.htm
share/doc/ghostscript/${VERSION}/Deprecated.htm
share/doc/ghostscript/${VERSION}/Develop.htm
@@ -97,7 +96,6 @@ share/doc/ghostscript/${VERSION}/Use.htm
share/doc/ghostscript/${VERSION}/VectorDevices.htm
share/doc/ghostscript/${VERSION}/WhatIsGS.htm
share/doc/ghostscript/${VERSION}/gdevds32.c
-share/doc/ghostscript/${VERSION}/gs-style.css
share/doc/ghostscript/${VERSION}/images/
share/doc/ghostscript/${VERSION}/images/Artifex_logo.png
share/doc/ghostscript/${VERSION}/images/favicon.png
@@ -105,10 +103,8 @@ share/doc/ghostscript/${VERSION}/images/
share/doc/ghostscript/${VERSION}/images/hamburger-light.png
share/doc/ghostscript/${VERSION}/images/x-light.png
share/doc/ghostscript/${VERSION}/index.html
-share/doc/ghostscript/${VERSION}/index.js
share/doc/ghostscript/${VERSION}/pscet_status.txt
share/doc/ghostscript/${VERSION}/sample_downscale_device.htm
-share/doc/ghostscript/${VERSION}/style.css
share/doc/ghostscript/${VERSION}/subclass.htm
share/doc/ghostscript/${VERSION}/thirdparty.htm
share/ghostscript/
On 4/13/22 12:30, Stuart Henderson wrote:
> That said, I don't think it is necessary to include a pkg-readme for
> this at all.
Fair enough, here's the patch without pkg/README for completeness' sake.
No comments:
Post a Comment