From fd18fdb32761513c4bc20f98f6eb137144214a9e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 31 Aug 2009 20:12:20 +0000 Subject: Update to 8.70: The license is now GPLv3 or later. A large number of issues with transparency were fixed. Several significant fixes to font handling, especially when generating PDF, were made. Numerous robustness, correctness, and performance improvements were made. Security fixes addressing CVE-2009-0583 and CVE-2009-0792 were made. New generic Esc/Page devices, eplmono and eplcolor, were added, as well as the cdnj500 device to support the HP DesignJet 500. The size of PostScript integers was limited to 32 bits, as recommended in the specification. XXX: does not fix build with cups option and jpeg7. --- print/ghostscript/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'print/ghostscript/Makefile') diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 6d94c84c0e2..e9ce21e75ab 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2009/08/26 19:56:52 sno Exp $ +# $NetBSD: Makefile,v 1.64 2009/08/31 20:12:20 wiz Exp $ -DISTNAME= ghostscript-8.64 -PKGREVISION= 4 +DISTNAME= ghostscript-8.70 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3