From 77760fcb6307bb10ac6bbf1653f33308bc4ffeb2 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Thu, 24 Mar 2016 15:47:50 +0000 Subject: 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) --- print/gv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/gv') diff --git a/print/gv/Makefile b/print/gv/Makefile index 4b977bead410..746cc8540f8c 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -3,7 +3,7 @@ PORTNAME= gv PORTVERSION= 3.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= GNU/${PORTNAME} -- cgit