diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-12 16:04:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-12 16:04:20 +0000 |
commit | e7bd843a0ac795e452a5f563b00ae52cebdb901c (patch) | |
tree | 27febb65aeb22ae4dbf692e80afb3228d96c0bd6 | |
parent | 3190c551f50be0e22c7c0bac8079f8dd1526087d (diff) | |
download | ports-e7bd843a0ac795e452a5f563b00ae52cebdb901c.tar.gz ports-e7bd843a0ac795e452a5f563b00ae52cebdb901c.zip |
Notes
-rw-r--r-- | graphics/epstool/Makefile | 9 | ||||
-rw-r--r-- | graphics/epstool/distinfo | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/graphics/epstool/Makefile b/graphics/epstool/Makefile index 770da15a9d44..79d13744af38 100644 --- a/graphics/epstool/Makefile +++ b/graphics/epstool/Makefile @@ -6,15 +6,14 @@ # PORTNAME= epstool -PORTVERSION= 1.60 +PORTVERSION= 1.80 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.cs.wisc.edu/ghost/ghostgum/ \ - ftp://ftp.fh-koblenz.de/pub/Ghostscript/ghostgum/ -DISTNAME= gsv36src +MASTER_SITES= ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/ +DISTNAME= gsv40src MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55 +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/graphics/epstool/distinfo b/graphics/epstool/distinfo index e19b30397593..839b45fca913 100644 --- a/graphics/epstool/distinfo +++ b/graphics/epstool/distinfo @@ -1 +1 @@ -MD5 (gsv36src.zip) = a410b200cd3f99590804eec071fb121a +MD5 (gsv40src.zip) = e339cdadea5553327705678af2b27384 |