mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
print/ghostscript10: Update to 10.03.1
Adjust EXTRACT_AFTER_ARGS and remove "+" from CONFIGURE_ARGS Changelog: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs10031 PR: 279156 Reviewed by: michaelo (maintainer)
This commit is contained in:
parent
4320f14044
commit
a0c686ecd5
2 changed files with 21 additions and 22 deletions
|
@ -1,12 +1,11 @@
|
|||
PORTNAME= ghostscript
|
||||
DISTVERSION= 10.03.0
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 10.03.1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
|
||||
PKGNAMESUFFIX= ${GS_MAJOR_VERSION}
|
||||
|
||||
PATCH_SITES= https://github.com/ArtifexSoftware/ghostpdl/commit/
|
||||
PATCHFILES= 90cabe08422afdd16bac5dd9217602679d943045.patch:-p1
|
||||
PATCH_SITES= https://github.com/ArtifexSoftware/ghostpdl/commit/
|
||||
PATCHFILES= 90cabe08422afdd16bac5dd9217602679d943045.patch:-p1
|
||||
|
||||
MAINTAINER= michael.osipov@siemens.com
|
||||
COMMENT= PostScript and PDF interpreter
|
||||
|
@ -31,22 +30,22 @@ USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz
|
|||
USE_LDCONFIG= yes
|
||||
CPE_VENDOR= artifex
|
||||
|
||||
EXTRACT_AFTER_ARGS= --exclude cups/libs \
|
||||
--exclude expat \
|
||||
--exclude freetype \
|
||||
--exclude ijs \
|
||||
--exclude jbig2dec \
|
||||
--exclude jpeg \
|
||||
--exclude lcms2mt \
|
||||
--exclude leptonica \
|
||||
--exclude libpng \
|
||||
--exclude openjpeg \
|
||||
--exclude tesseract \
|
||||
--exclude tiff \
|
||||
--exclude zlib
|
||||
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/cups/libs \
|
||||
--exclude ${DISTNAME}/expat \
|
||||
--exclude ${DISTNAME}/freetype \
|
||||
--exclude ${DISTNAME}/ijs \
|
||||
--exclude ${DISTNAME}/jbig2dec \
|
||||
--exclude ${DISTNAME}/jpeg \
|
||||
--exclude ${DISTNAME}/lcms2mt \
|
||||
--exclude ${DISTNAME}/leptonica \
|
||||
--exclude ${DISTNAME}/libpng \
|
||||
--exclude ${DISTNAME}/openjpeg \
|
||||
--exclude ${DISTNAME}/tesseract \
|
||||
--exclude ${DISTNAME}/tiff \
|
||||
--exclude ${DISTNAME}/zlib \
|
||||
--no-same-owner --no-same-permissions
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||
|
||||
ALL_TARGET= so
|
||||
INSTALL_TARGET= soinstall
|
||||
|
@ -58,7 +57,7 @@ GS_MINOR_VERSION= ${DISTVERSION:R:E}
|
|||
PLIST_SUB= GS_MAJOR_VERSION=${GS_MAJOR_VERSION} \
|
||||
GS_MINOR_VERSION=${GS_MINOR_VERSION}
|
||||
|
||||
CONFIGURE_ARGS+= --disable-compile-inits \
|
||||
CONFIGURE_ARGS= --disable-compile-inits \
|
||||
--disable-dbus \
|
||||
--disable-gtk \
|
||||
--disable-dynamic \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1710343064
|
||||
SHA256 (ghostscript-10.03.0.tar.xz) = f25ff491a726d883f0b0f9c8af9b895c674cf77cddd814aa3824b3223f439ee5
|
||||
SIZE (ghostscript-10.03.0.tar.xz) = 68041176
|
||||
TIMESTAMP = 1716110777
|
||||
SHA256 (ghostscript-10.03.1.tar.xz) = 157212edc96b8ccc409475dce2e49833fb4427f150c455258ded9632c106abee
|
||||
SIZE (ghostscript-10.03.1.tar.xz) = 68048612
|
||||
SHA256 (90cabe08422afdd16bac5dd9217602679d943045.patch) = b3d60b8e97ed4464fdda14a53ab9bf135e201a0c995e7e6517001bad2d7b2c91
|
||||
SIZE (90cabe08422afdd16bac5dd9217602679d943045.patch) = 927
|
||||
|
|
Loading…
Add table
Reference in a new issue