View | Details | Raw Unified | Return to bug 279156
Collapse All | Expand All

(-)b/print/ghostscript10/Makefile (-19 / +18 lines)
Lines 1-12 Link Here
1
PORTNAME=	ghostscript
1
PORTNAME=	ghostscript
2
DISTVERSION=	10.03.0
2
DISTVERSION=	10.03.1
3
PORTREVISION=	3
4
CATEGORIES=	print
3
CATEGORIES=	print
5
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
4
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
6
PKGNAMESUFFIX=	${GS_MAJOR_VERSION}
5
PKGNAMESUFFIX=	${GS_MAJOR_VERSION}
7
6
8
PATCH_SITES=	https://github.com/ArtifexSoftware/ghostpdl/commit/
7
PATCH_SITES=   https://github.com/ArtifexSoftware/ghostpdl/commit/
9
PATCHFILES=	90cabe08422afdd16bac5dd9217602679d943045.patch:-p1
8
PATCHFILES=    90cabe08422afdd16bac5dd9217602679d943045.patch:-p1
10
9
11
MAINTAINER=	michael.osipov@siemens.com
10
MAINTAINER=	michael.osipov@siemens.com
12
COMMENT=	PostScript and PDF interpreter
11
COMMENT=	PostScript and PDF interpreter
Lines 31-52 USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz Link Here
31
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
32
CPE_VENDOR=	artifex
31
CPE_VENDOR=	artifex
33
32
34
EXTRACT_AFTER_ARGS=	--exclude cups/libs \
33
EXTRACT_AFTER_ARGS=	--exclude ${DISTNAME}/cups/libs \
35
			--exclude expat \
34
			--exclude ${DISTNAME}/expat \
36
			--exclude freetype \
35
			--exclude ${DISTNAME}/freetype \
37
			--exclude ijs \
36
			--exclude ${DISTNAME}/ijs \
38
			--exclude jbig2dec \
37
			--exclude ${DISTNAME}/jbig2dec \
39
			--exclude jpeg \
38
			--exclude ${DISTNAME}/jpeg \
40
			--exclude lcms2mt \
39
			--exclude ${DISTNAME}/lcms2mt \
41
			--exclude leptonica \
40
			--exclude ${DISTNAME}/leptonica \
42
			--exclude libpng \
41
			--exclude ${DISTNAME}/libpng \
43
			--exclude openjpeg \
42
			--exclude ${DISTNAME}/openjpeg \
44
			--exclude tesseract \
43
			--exclude ${DISTNAME}/tesseract \
45
			--exclude tiff \
44
			--exclude ${DISTNAME}/tiff \
46
			--exclude zlib
45
			--exclude ${DISTNAME}/zlib \
46
			--no-same-owner --no-same-permissions
47
47
48
GNU_CONFIGURE=	yes
48
GNU_CONFIGURE=	yes
49
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
50
49
51
ALL_TARGET=	so
50
ALL_TARGET=	so
52
INSTALL_TARGET=	soinstall
51
INSTALL_TARGET=	soinstall
Lines 58-64 GS_MINOR_VERSION= ${DISTVERSION:R:E} Link Here
58
PLIST_SUB=	GS_MAJOR_VERSION=${GS_MAJOR_VERSION} \
57
PLIST_SUB=	GS_MAJOR_VERSION=${GS_MAJOR_VERSION} \
59
			GS_MINOR_VERSION=${GS_MINOR_VERSION}
58
			GS_MINOR_VERSION=${GS_MINOR_VERSION}
60
59
61
CONFIGURE_ARGS+=	--disable-compile-inits \
60
CONFIGURE_ARGS=		--disable-compile-inits \
62
			--disable-dbus \
61
			--disable-dbus \
63
			--disable-gtk \
62
			--disable-gtk \
64
			--disable-dynamic \
63
			--disable-dynamic \
(-)b/print/ghostscript10/distinfo (-3 / +3 lines)
Lines 1-5 Link Here
1
TIMESTAMP = 1710343064
1
TIMESTAMP = 1716110777
2
SHA256 (ghostscript-10.03.0.tar.xz) = f25ff491a726d883f0b0f9c8af9b895c674cf77cddd814aa3824b3223f439ee5
2
SHA256 (ghostscript-10.03.1.tar.xz) = 157212edc96b8ccc409475dce2e49833fb4427f150c455258ded9632c106abee
3
SIZE (ghostscript-10.03.0.tar.xz) = 68041176
3
SIZE (ghostscript-10.03.1.tar.xz) = 68048612
4
SHA256 (90cabe08422afdd16bac5dd9217602679d943045.patch) = b3d60b8e97ed4464fdda14a53ab9bf135e201a0c995e7e6517001bad2d7b2c91
4
SHA256 (90cabe08422afdd16bac5dd9217602679d943045.patch) = b3d60b8e97ed4464fdda14a53ab9bf135e201a0c995e7e6517001bad2d7b2c91
5
SIZE (90cabe08422afdd16bac5dd9217602679d943045.patch) = 927
5
SIZE (90cabe08422afdd16bac5dd9217602679d943045.patch) = 927

Return to bug 279156