sync ports with The Matrix
This commit is contained in:
parent
137b59ed88
commit
d97ea2d955
49 changed files with 530 additions and 192 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: configure
|
||||
--- configure.orig
|
||||
+++ configure
|
||||
@@ -12682,8 +12682,8 @@ DLL_EXT=""
|
||||
@@ -13149,8 +13149,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}"
|
||||
@@ -12795,11 +12795,11 @@ case $host in
|
||||
@@ -13262,11 +13262,11 @@ case $host in
|
||||
;;
|
||||
*bsd*)
|
||||
DYNAMIC_CFLAGS="-fPIC $DYNAMIC_CFLAGS"
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue