[28026] trunk/dports/print/ghostscript/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Aug 18 07:29:22 PDT 2007


Revision: 28026
          http://trac.macosforge.org/projects/macports/changeset/28026
Author:   digdog at macports.org
Date:     2007-08-18 07:29:22 -0700 (Sat, 18 Aug 2007)

Log Message:
-----------
AFPL Ghostscript had been stopped for quite a while, so
we now use GPL version as our first choice.

And update to GPL Ghostscript v8.60 again.

Modified Paths:
--------------
    trunk/dports/print/ghostscript/Portfile

Modified: trunk/dports/print/ghostscript/Portfile
===================================================================
--- trunk/dports/print/ghostscript/Portfile	2007-08-18 14:13:33 UTC (rev 28025)
+++ trunk/dports/print/ghostscript/Portfile	2007-08-18 14:29:22 UTC (rev 28026)
@@ -2,19 +2,17 @@
 
 PortSystem 1.0
 name        ghostscript
-version     8.54
+version     8.60
 homepage    http://www.cs.wisc.edu/~ghost/
-description AFPL Ghostscript, An interpreter for PostScript and PDF
+description GPL Ghostscript, An interpreter for PostScript and PDF
 categories  print
 platforms   darwin
 maintainers digdog at macports.org
 
 long_description    Ghostscript is the well-known PostScript interpreter which \
         is available for all common and most esoteric platforms and \
-        supports many different printers and some displays. Versions \
-        entitled "AFPL Ghostscript" are distributed with a licence \
-        different from the GPL. 
-
+        supports many different printers and some displays. 
+        
 master_sites    sourceforge:${name}:source \
         sourceforge:gs-fonts:fonts
 
@@ -22,12 +20,12 @@
         ghostscript-fonts-std-8.11.tar.gz:fonts \
         ghostscript-fonts-other-6.0.tar.gz:fonts
 
-checksums   ${distname}.tar.gz md5 022c1f716b97da55bf06796466e913d5 \
+checksums   ${distname}.tar.gz md5 ce7c276891411e0865e006f0310ea1ec \
         ghostscript-fonts-std-8.11.tar.gz md5 6865682b095f8c4500c54b285ff05ef6 \
         ghostscript-fonts-other-6.0.tar.gz md5 1a643ae62ef166562e4d422b1a601272
 
 configure {
-        # Ticket#11901, Conflict with installed jasper
+        # Ticket #11901
         # MacPorts 1.4.1 or higher adds -I${prefix}/include and -L${prefix}/lib flags to the configure by default.
         # This change may break building ghostscript. Here is a workaround to avoid this issue.
         system "cd $worksrcpath && ./configure --prefix=${prefix}"

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070818/407f2c94/attachment.html


More information about the macports-changes mailing list