Not intended as a ping, but updating the diff to use SITES rather than MASTER_SITES.

On 9/14/23 19:54, Volker Schlecht wrote:
Ghostscript just released version 10.02.0

The major change is the removal of the old PDF interpreter.
The new one has been the default since 10.0.0 and the possibility to
fall back to the old PDF interpreter is gone since 10.01.0.

I'm not aware that this caused any trouble, so I don't expect any
with this final step.

Builds and runs on amd64 and rebuilds as many reverse deps as I could find.

ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/Makefile,v
retrieving revision 1.127
diff -u -p -r1.127 Makefile
--- Makefile	23 Jun 2023 15:11:05 -0000	1.127
+++ Makefile	19 Sep 2023 21:36:12 -0000
@@ -1,12 +1,12 @@
 COMMENT =	PostScript and PDF interpreter
 
-VERSION =	10.01.2
+VERSION =	10.02.0
 DISTNAME =	ghostscript-${VERSION}
 EXTRACT_SUFX =	.tar.xz
 CATEGORIES =	lang print
-SHARED_LIBS =	gs 18.0
+SHARED_LIBS =	gs 18.1
 
-MASTER_SITES =	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION:S/.//g}/
+SITES =		https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${VERSION:S/.//g}/
 
 PORTROACH =	site:https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/distinfo,v
retrieving revision 1.22
diff -u -p -r1.22 distinfo
--- distinfo	23 Jun 2023 15:11:05 -0000	1.22
+++ distinfo	19 Sep 2023 21:36:12 -0000
@@ -1,2 +1,2 @@
-SHA256 (ghostscript-10.01.2.tar.xz) = SNB5JCosoCouR6dqUs36gYsq12nCurAK0El90TVg5+c=
-SIZE (ghostscript-10.01.2.tar.xz) = 67571808
+SHA256 (ghostscript-10.02.0.tar.xz) = +gjOAWsw0mKT3DIsY1NpGs7ZT9Nmemjt5/9TldcfzQs=
+SIZE (ghostscript-10.02.0.tar.xz) = 67955320
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/print/ghostscript/gnu/pkg/PLIST,v
retrieving revision 1.35
diff -u -p -r1.35 PLIST
--- pkg/PLIST	12 Apr 2023 15:12:39 -0000	1.35
+++ pkg/PLIST	19 Sep 2023 21:36:12 -0000
@@ -57,7 +57,7 @@ share/doc/ghostscript/${VERSION}/
 share/doc/ghostscript/${VERSION}/COPYING
 share/doc/ghostscript/${VERSION}/GS9_Color_Management.pdf
 share/doc/ghostscript/${VERSION}/Ghostscript.pdf
-share/doc/ghostscript/${VERSION}/News.htm
+share/doc/ghostscript/${VERSION}/News.html
 share/ghostscript/
 share/ghostscript/${VERSION}/
 share/ghostscript/${VERSION}/lib/

Reply via email to