aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript9-agpl-base/Makefile
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2018-09-04 20:28:45 +0800
committertijl <tijl@FreeBSD.org>2018-09-04 20:28:45 +0800
commit2eca38efd093db70c246448b51c4f05e0395c3a2 (patch)
tree6595b77f1b316f2ec91eca72a1ceaea79a44968d /print/ghostscript9-agpl-base/Makefile
parenta8f87c68a5bd7a741a8d4992dc54cb85faf7f626 (diff)
downloadfreebsd-ports-gnome-2eca38efd093db70c246448b51c4f05e0395c3a2.tar.gz
freebsd-ports-gnome-2eca38efd093db70c246448b51c4f05e0395c3a2.tar.zst
freebsd-ports-gnome-2eca38efd093db70c246448b51c4f05e0395c3a2.zip
- Update print/ghostscript9-agpl-base and print/ghostscript9-agpl-x11 to
9.24. - Set USE_CSTD=gnu99 and eliminate a patch. - Add cpe string. - Patch configure to respect CFLAGS. PR: 231148 Approved by: doceng (blackend) Security: https://www.kb.cert.org/vuls/id/332928
Diffstat (limited to 'print/ghostscript9-agpl-base/Makefile')
-rw-r--r--print/ghostscript9-agpl-base/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile
index 2ab30a5b2173..3ae758d05b68 100644
--- a/print/ghostscript9-agpl-base/Makefile
+++ b/print/ghostscript9-agpl-base/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ghostscript
-PORTVERSION= 9.23
-PORTREVISION= 1
+PORTVERSION= 9.24
CATEGORIES= print
MASTER_SITES= https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PORTVERSION:S/.//}/
PKGNAMESUFFIX= 9-agpl-base
@@ -28,8 +27,10 @@ CONFLICTS_INSTALL= \
ghostscript9-agpl-[0-9]* \
ghostscript9-agpl-nox11-[0-9]*
-USES= gmake iconv jpeg localbase pkgconfig tar:xz
+USES= cpe gmake iconv jpeg localbase pkgconfig tar:xz
+USE_CSTD= gnu99
USE_LDCONFIG= yes
+CPE_VENDOR= artifex
DATADIR= ${PREFIX}/share/${PORTNAME}/${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}/${PORTVERSION}
GNU_CONFIGURE= yes