diff options
author | tijl <tijl@FreeBSD.org> | 2016-03-24 23:47:50 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-03-24 23:47:50 +0800 |
commit | 21d48548332630b12fabb94476af7bdd7352ad13 (patch) | |
tree | 9a9bfdddc0d5bd83f4f805c6db760afc834ef9b7 /print/ghostscript9-agpl-base | |
parent | cf705f9c969820524bcad11ab5be15d156853a47 (diff) | |
download | freebsd-ports-gnome-21d48548332630b12fabb94476af7bdd7352ad13.tar.gz freebsd-ports-gnome-21d48548332630b12fabb94476af7bdd7352ad13.tar.zst freebsd-ports-gnome-21d48548332630b12fabb94476af7bdd7352ad13.zip |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'print/ghostscript9-agpl-base')
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript9-agpl-base/Makefile.drivers | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript9-agpl-base/Makefile b/print/ghostscript9-agpl-base/Makefile index dfe8528ef95d..1a2b196fa03e 100644 --- a/print/ghostscript9-agpl-base/Makefile +++ b/print/ghostscript9-agpl-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= ghostscript PORTVERSION= 9.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://downloads.ghostscript.com/public/:gs_srcs \ SF/ghostscript/GPL%20Ghostscript/${PORTVERSION}:gs_srcs \ diff --git a/print/ghostscript9-agpl-base/Makefile.drivers b/print/ghostscript9-agpl-base/Makefile.drivers index e52ff80eb122..21bdda79acc6 100644 --- a/print/ghostscript9-agpl-base/Makefile.drivers +++ b/print/ghostscript9-agpl-base/Makefile.drivers @@ -281,7 +281,7 @@ OPTIONS_DEFINE+= \ GS_pngalpha \ GS_png48 \ GS_ps2write \ - GS_epswrite \ + GS_eps2write \ GS_cfax \ GS_sgirgb \ GS_sunhmono \ @@ -573,7 +573,7 @@ OPTIONS_DEFAULT+= \ GS_pngmono \ GS_psdf \ GS_ps2write \ - GS_epswrite \ + GS_eps2write \ GS_cfax \ GS_sgirgb \ GS_sunhmono \ |