View | Details | Raw Unified | Return to bug 240844 | Differences between
and this patch

Collapse All | Expand All

(-)ghostscript9-agpl-base/Makefile (-9 / +12 lines)
Lines 1-10 Link Here
1
# $FreeBSD: head/print/ghostscript9-agpl-base/Makefile 503222 2019-06-01 06:39:22Z tcberner $
1
# $FreeBSD: head/print/ghostscript9-agpl-base/Makefile 503222 2019-06-01 06:39:22Z tcberner $
2
2
3
PORTNAME=	ghostscript
3
PORTNAME=	ghostscript
4
PORTVERSION=	9.27
4
DISTVERSION=	9.28${RCSTRING}
5
PORTREVISION=	2
6
CATEGORIES=	print
5
CATEGORIES=	print
7
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
6
MASTER_SITES=	https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${DISTVERSION:S/.//g}/
8
PKGNAMESUFFIX=	9-agpl-base
7
PKGNAMESUFFIX=	9-agpl-base
9
8
10
MAINTAINER=	doceng@FreeBSD.org
9
MAINTAINER=	doceng@FreeBSD.org
Lines 22-39 Link Here
22
		libtiff.so:graphics/tiff
21
		libtiff.so:graphics/tiff
23
RUN_DEPENDS=	poppler-data>=0.4.9:graphics/poppler-data
22
RUN_DEPENDS=	poppler-data>=0.4.9:graphics/poppler-data
24
23
24
USES=		cpe gmake iconv jpeg localbase pkgconfig tar:xz
25
USE_CSTD=	gnu99
26
USE_LDCONFIG=	yes
27
25
CONFLICTS_INSTALL= \
28
CONFLICTS_INSTALL= \
26
		ghostscript[789]-[0-9]* \
29
		ghostscript[789]-[0-9]* \
27
		ghostscript[789]-nox11-[0-9]* \
30
		ghostscript[789]-nox11-[0-9]* \
28
		ghostscript9-agpl-[0-9]* \
31
		ghostscript9-agpl-[0-9]* \
29
		ghostscript9-agpl-nox11-[0-9]*
32
		ghostscript9-agpl-nox11-[0-9]*
30
33
31
USES=		cpe gmake iconv jpeg localbase pkgconfig tar:xz
34
RCSTRING=	rc3
32
USE_CSTD=	gnu99
33
USE_LDCONFIG=	yes
34
CPE_VENDOR=	artifex
35
CPE_VENDOR=	artifex
35
DATADIR=	${PREFIX}/share/${PORTNAME}/${PORTVERSION}
36
DATADIR=	${PREFIX}/share/${PORTNAME}/${DISTVERSION:S/${RCSTRING}//}
36
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION}
37
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}/${DISTVERSION:S/${RCSTRING}//}
37
GNU_CONFIGURE=	yes
38
GNU_CONFIGURE=	yes
38
CONFIGURE_ARGS=	--disable-compile-inits \
39
CONFIGURE_ARGS=	--disable-compile-inits \
39
		--disable-dbus \
40
		--disable-dbus \
Lines 52-58 Link Here
52
		--without-x
53
		--without-x
53
ALL_TARGET=	so
54
ALL_TARGET=	so
54
INSTALL_TARGET=	soinstall
55
INSTALL_TARGET=	soinstall
55
PLIST_SUB=	GS_VERSION="${PORTVERSION}"
56
PLIST_SUB=	GS_VERSION="${DISTVERSION:S/${RCSTRING}//}"
57
58
WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
56
59
57
OPTIONS_DEFINE=	DOCS CUPS IJS JPEG2000
60
OPTIONS_DEFINE=	DOCS CUPS IJS JPEG2000
58
OPTIONS_DEFAULT=CUPS
61
OPTIONS_DEFAULT=CUPS
(-)ghostscript9-agpl-base/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1555687281
1
TIMESTAMP = 1569503650
2
SHA256 (ghostscript-9.27.tar.xz) = fc0f1fbacd3610c67a9f080487a0e021f14390c38a4b4df9723e2bdf2b90b619
2
SHA256 (ghostscript-9.28rc3.tar.xz) = 7e0aa2100d37fd3fe56f849ca4924e0c89e56a240916ce8fe62dd6928e852892
3
SIZE (ghostscript-9.27.tar.xz) = 33182608
3
SIZE (ghostscript-9.28rc3.tar.xz) = 34611464

Return to bug 240844