Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Mar 2004 20:47:45 +0200 (CEST)
From:      Koop Mast <kwm@rainbow-runner.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64952: Update xmlto to 0.0.18 and correct paths in a file
Message-ID:  <20040330184745.77AB320A9@rainbow-runner.nl>
Resent-Message-ID: <200403301850.i2UIo6H6043336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         64952
>Category:       ports
>Synopsis:       Update xmlto to 0.0.18 and correct paths in a file
>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:   Tue Mar 30 10:50:06 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Koop Mast
>Release:        FreeBSD 5.2.1-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD prisma.rainbow-runner.nl 5.2.1-RELEASE-p3 FreeBSD 5.2.1-RELEASE-p3 #21: Thu Mar 18 10:47:31 CET 2004 root@prisma.rainbow-runner.nl:/usr/obj/usr/src/sys/UnderTheRainbow i386


	
>Description:
	Update to version 0.0.18.
	Teach format/docbook/txt to look in /usr/local/bin not /usr/bin. 
	This fixes this error: No way to convert HTML to text found.
	
>How-To-Repeat:
	
>Fix:

	

--- xmlto-0.0.18.diff begins here ---
diff -u xmlto.orig/Makefile xmlto/Makefile
--- xmlto.orig/Makefile	Wed Feb  4 17:30:16 2004
+++ xmlto/Makefile	Tue Mar 30 20:43:24 2004
@@ -9,8 +9,7 @@
 # WITH_PASSIVETEX	Enable PassiveTex support for DVI/PDF/PS output
 
 PORTNAME=	xmlto
-PORTVERSION=	0.0.17
-PORTREVISION=	2
+PORTVERSION=	0.0.18
 CATEGORIES=	textproc
 MASTER_SITES=	http://cyberelk.net/tim/data/xmlto/stable/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/pre/}
@@ -50,6 +49,10 @@
 post-patch:
 	${REINPLACE_CMD} -e '/format\/fo\//d' ${WRKSRC}/Makefile.in
 .endif
+
+pre-install:
+	@${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' \
+		${WRKSRC}/format/docbook/txt
 
 .if !defined(NOPORTDOCS)
 post-install:
diff -u xmlto.orig/distinfo xmlto/distinfo
--- xmlto.orig/distinfo	Sat Jan 31 15:57:36 2004
+++ xmlto/distinfo	Tue Mar 30 19:23:39 2004
@@ -1,2 +1,2 @@
-MD5 (xmlto-0.0.17.tar.bz2) = 560a0b46f705d7d9f16bca22cbeb4353
-SIZE (xmlto-0.0.17.tar.bz2) = 89434
+MD5 (xmlto-0.0.18.tar.bz2) = 1a06471b70eb27a6aca5d1b3a144f9b0
+SIZE (xmlto-0.0.18.tar.bz2) = 91275
Common subdirectories: xmlto.orig/files and xmlto/files
Only in xmlto.orig/: work
--- xmlto-0.0.18.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040330184745.77AB320A9>