diff options
author | Michael Osipov <michael.osipov@siemens.com> | 2024-03-11 11:17:19 +0000 |
---|---|---|
committer | Michael Osipov <michaelo@FreeBSD.org> | 2024-03-13 10:33:57 +0000 |
commit | 77995e0fa8b5093983b3c4fcdd01a7db55454e12 (patch) | |
tree | cae3af6e0107788f68c0e50a656e9ba91e9b3fd1 | |
parent | 81f4bc537c27f1428b4c923d0115954c6abc6771 (diff) | |
download | ports-77995e0fa8b5093983b3c4fcdd01a7db55454e12.tar.gz ports-77995e0fa8b5093983b3c4fcdd01a7db55454e12.zip |
print/ghostscript10: update port to 10.03.0
Also remove CONFLICTS_INSTALL since all other Ghostscript versions are
gone now.
Changelog: https://ghostscript.readthedocs.io/en/gs10.03.0/News.html
Approved by: otis (mentor)
Differential Revision: https://reviews.freebsd.org/D44298
-rw-r--r-- | print/ghostscript10/Makefile | 8 | ||||
-rw-r--r-- | print/ghostscript10/distinfo | 6 |
2 files changed, 4 insertions, 10 deletions
diff --git a/print/ghostscript10/Makefile b/print/ghostscript10/Makefile index cbb9810ee970..b8db2307da56 100644 --- a/print/ghostscript10/Makefile +++ b/print/ghostscript10/Makefile @@ -1,6 +1,5 @@ PORTNAME= ghostscript -DISTVERSION= 10.02.1 -PORTREVISION= 3 +DISTVERSION= 10.03.0 CATEGORIES= print MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/ PKGNAMESUFFIX= ${GS_MAJOR_VERSION} @@ -28,11 +27,6 @@ USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz USE_LDCONFIG= yes CPE_VENDOR= artifex -CONFLICTS_INSTALL= ghostscript[789]-base \ - ghostscript[789]-x11 \ - ghostscript9-agpl-base \ - ghostscript9-agpl-x11 - EXTRACT_AFTER_ARGS= --exclude cups/libs \ --exclude expat \ --exclude freetype \ diff --git a/print/ghostscript10/distinfo b/print/ghostscript10/distinfo index 67203cc82cdb..cc19a0561047 100644 --- a/print/ghostscript10/distinfo +++ b/print/ghostscript10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1699259388 -SHA256 (ghostscript-10.02.1.tar.xz) = 8c58c948b0721becefcd0029c8db95f9bb3268affc25ea01d4c5a6b07fa1ab08 -SIZE (ghostscript-10.02.1.tar.xz) = 68017088 +TIMESTAMP = 1710150301 +SHA256 (ghostscript-10.03.0.tar.xz) = f25ff491a726d883f0b0f9c8af9b895c674cf77cddd814aa3824b3223f439ee5 +SIZE (ghostscript-10.03.0.tar.xz) = 68041176 |