Date: Tue, 15 Nov 2005 00:28:54 +0300 (MSK) From: "Boris B. Samorodov" <bsam@ipt.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89035: [patch] textproc/tth: update to new version 3.70, unbreak port (size mismatch) Message-ID: <200511142128.jAELSsfB016394@mi.ipt.ru> Resent-Message-ID: <200511142130.jAELUH5p079709@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89035 >Category: ports >Synopsis: [patch] textproc/tth: update to new version 3.70, unbreak port (size mismatch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 14 21:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-STABLE i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386 >Description: The port is marked as broken due to size mismatch. The author is using only filename tth_C.tgz for all his releases. Current version is http://hutchinson.belmont.ma.us/tth/Version Thus every new version will break the port... >How-To-Repeat: >Fix: The patch is relative to the port: # cd /usr/ports/textxtproc # patch -p0 < _the_patch_ <delete tth/*.orig files> --- tth.patch begins here --- diff -u tth.orig/Makefile tth/Makefile --- tth.orig/Makefile Sat Oct 8 22:30:56 2005 +++ tth/Makefile Tue Nov 15 00:14:32 2005 @@ -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,8 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A TeX to HTML translator -BROKEN= Size mismatch - USE_GHOSTSCRIPT_RUN= yes RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ @@ -24,7 +22,7 @@ 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,6 +41,7 @@ ${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} diff -u tth.orig/distinfo tth/distinfo --- tth.orig/distinfo Thu Mar 25 20:18:41 2004 +++ tth/distinfo Tue Nov 15 00:10:41 2005 @@ -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 --- tth.patch ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511142128.jAELSsfB016394>