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 /textproc | |
parent | cf705f9c969820524bcad11ab5be15d156853a47 (diff) | |
download | freebsd-ports-graphics-21d48548332630b12fabb94476af7bdd7352ad13.tar.gz freebsd-ports-graphics-21d48548332630b12fabb94476af7bdd7352ad13.tar.zst freebsd-ports-graphics-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 'textproc')
-rw-r--r-- | textproc/docproj/Makefile | 2 | ||||
-rw-r--r-- | textproc/groff/Makefile | 2 | ||||
-rw-r--r-- | textproc/latex2html/Makefile | 2 | ||||
-rw-r--r-- | textproc/pdftohtml/Makefile | 2 | ||||
-rw-r--r-- | textproc/sowing/Makefile | 1 | ||||
-rw-r--r-- | textproc/tth/Makefile | 2 |
6 files changed, 6 insertions, 5 deletions
diff --git a/textproc/docproj/Makefile b/textproc/docproj/Makefile index 07be99950d8..2bd67b23c33 100644 --- a/textproc/docproj/Makefile +++ b/textproc/docproj/Makefile @@ -3,7 +3,7 @@ PORTNAME= docproj PORTVERSION= 2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MAINTAINER= doceng@FreeBSD.org diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 0bde3a9f426..600187d4a5a 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -3,7 +3,7 @@ PORTNAME= groff PORTVERSION= 1.22.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= GNU diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile index 681434f1956..a7ddfa2b8b3 100644 --- a/textproc/latex2html/Makefile +++ b/textproc/latex2html/Makefile @@ -3,7 +3,7 @@ PORTNAME= latex2html PORTVERSION= 2008 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= TEX_CTAN/support/${PORTNAME} diff --git a/textproc/pdftohtml/Makefile b/textproc/pdftohtml/Makefile index 8fb85911448..24215ce71a3 100644 --- a/textproc/pdftohtml/Makefile +++ b/textproc/pdftohtml/Makefile @@ -3,7 +3,7 @@ PORTNAME= pdftohtml PORTVERSION= 0.40a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/Experimental%20Versions/${PORTNAME}%20${PORTVERSION:S|a||} \ http://fossies.org/linux/www/ diff --git a/textproc/sowing/Makefile b/textproc/sowing/Makefile index 93555bea777..9e161583e6c 100644 --- a/textproc/sowing/Makefile +++ b/textproc/sowing/Makefile @@ -3,6 +3,7 @@ PORTNAME= sowing PORTVERSION= 1.1.18 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://ftp.mcs.anl.gov/pub/sowing/ diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 5be8115fffa..5991f6b8f3a 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -3,7 +3,7 @@ PORTNAME= tth PORTVERSION= 4.03 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ \ http://redundancy.redundancy.org/mirror/ |