diff options
author | tg <tg@FreeBSD.org> | 2000-06-16 19:41:31 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-06-16 19:41:31 +0800 |
commit | 260d4602ce789017e0a5fa5ec7001ad7a1ef1550 (patch) | |
tree | 223e15cc450ec941256aff3537de4f36dfa783fe | |
parent | 38d9f62cdd0f4d5d0f548fdb08bd2d50e0265e64 (diff) | |
download | freebsd-ports-gnome-260d4602ce789017e0a5fa5ec7001ad7a1ef1550.tar.gz freebsd-ports-gnome-260d4602ce789017e0a5fa5ec7001ad7a1ef1550.tar.zst freebsd-ports-gnome-260d4602ce789017e0a5fa5ec7001ad7a1ef1550.zip |
Upgrade to 2.72.
-rw-r--r-- | textproc/tth/Makefile | 12 | ||||
-rw-r--r-- | textproc/tth/distinfo | 2 | ||||
-rw-r--r-- | textproc/tth/pkg-plist | 1 |
3 files changed, 9 insertions, 6 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile index 8c31ec1b879b..fd472d53852d 100644 --- a/textproc/tth/Makefile +++ b/textproc/tth/Makefile @@ -6,18 +6,19 @@ # PORTNAME= tth -PORTVERSION= 2.22 +PORTVERSION= 2.72 CATEGORIES= textproc -MASTER_SITES= http://people.FreeBSD.org/~tg/ \ +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/tg/ \ http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 \ - ppmtogif:${PORTSDIR}/graphics/netpbm \ - latex:${PORTSDIR}/print/teTeX +RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6 \ + latex:${PORTSDIR}/print/teTeX \ + pnmtopng:${PORTSDIR}/graphics/pnmtopng \ + ppmtogif:${PORTSDIR}/graphics/netpbm MAN1= tth.1 @@ -29,6 +30,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/l2h ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/tth ${INSTALL_SCRIPT} ${WRKSRC}/license.txt ${PREFIX}/share/doc/tth diff --git a/textproc/tth/distinfo b/textproc/tth/distinfo index 4d5dc1f20e90..da6f26cc4152 100644 --- a/textproc/tth/distinfo +++ b/textproc/tth/distinfo @@ -1 +1 @@ -MD5 (tth_C.tgz) = 33b7e349d7a2552fe12671b1b6771a79 +MD5 (tth_C.tgz) = f024560adbae25a625f6e3f47154a7f6 diff --git a/textproc/tth/pkg-plist b/textproc/tth/pkg-plist index c738c52acbb3..b1ee6837d65f 100644 --- a/textproc/tth/pkg-plist +++ b/textproc/tth/pkg-plist @@ -1,6 +1,7 @@ bin/l2h bin/latex2gif bin/ps2gif +bin/ps2png bin/tth share/doc/tth/license.txt share/doc/tth/tth_manual.html |