aboutsummaryrefslogtreecommitdiff
path: root/textproc/tth
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-16 11:38:57 +0000
committerSimon Barner <barner@FreeBSD.org>2005-11-16 11:38:57 +0000
commitb16ae02c9a9f986e988071240c9fe13d960d245c (patch)
tree898e5f674a557fd321ab01992b32daa9da7db060 /textproc/tth
parent69ce99ff2734e920e53bf984c0ed3227d43474af (diff)
downloadports-b16ae02c9a9f986e988071240c9fe13d960d245c.tar.gz
ports-b16ae02c9a9f986e988071240c9fe13d960d245c.zip
- Unbreak by updating to 3.70 [1]
- Pet portlint - Make pkg-message ${PREFIX}-clean Submitted by: "Boris B. Samorodov" <bsam@ipt.ru> PR: ports/89035
Notes
Notes: svn path=/head/; revision=148452
Diffstat (limited to 'textproc/tth')
-rw-r--r--textproc/tth/Makefile13
-rw-r--r--textproc/tth/distinfo5
-rw-r--r--textproc/tth/pkg-message7
3 files changed, 12 insertions, 13 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile
index cdaa88c3070a..99fd14b83c39 100644
--- a/textproc/tth/Makefile
+++ b/textproc/tth/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tth
-PORTVERSION= 3.59
+PORTVERSION= 3.70
CATEGORIES= textproc
MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/
DISTNAME= tth_C
@@ -15,16 +15,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A TeX to HTML translator
-BROKEN= Size mismatch
-
-USE_GHOSTSCRIPT_RUN= yes
-
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
ppmtogif:${PORTSDIR}/graphics/netpbm
+USE_GHOSTSCRIPT_RUN= yes
+
MAN1= tth.1
-PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth
+PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth bin/Xfonts.fix
PORTDOCS= license.txt tth_manual.html
pre-everything::
@@ -43,12 +41,13 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/Xfonts.fix ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/license.txt ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/tth_manual.html ${DOCSDIR}
.endif
- @${CAT} ${PKGMESSAGE}
+ @${SED} -e "s,%%PREFIX%%,${PREFIX}," ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/textproc/tth/distinfo b/textproc/tth/distinfo
index 2aa7db6fed7b..d5ab9af52fef 100644
--- a/textproc/tth/distinfo
+++ b/textproc/tth/distinfo
@@ -1,2 +1,3 @@
-MD5 (tth_C.tgz) = 2ba8597af0eb3f5667c95fffa18a8fd1
-SIZE (tth_C.tgz) = 316519
+MD5 (tth_C.tgz) = ec6474f52a7586a7890ceaf2c3c7c0d8
+SHA256 (tth_C.tgz) = bfe1152a7d2773169d9214a87ced8a85acb00f4ee0f4bddc178a87e0653512ce
+SIZE (tth_C.tgz) = 320882
diff --git a/textproc/tth/pkg-message b/textproc/tth/pkg-message
index e64302e5b1cf..69cd9908a1e7 100644
--- a/textproc/tth/pkg-message
+++ b/textproc/tth/pkg-message
@@ -1,4 +1,3 @@
-
-Please read the license in /usr/local/share/doc/tth/license.txt.
-
-
+=====================================================================
+ Please read the license in %%PREFIX%%/share/doc/tth/license.txt.
+=====================================================================