Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2000 02:39:13 -0500 (EST)
From:      Don Croyle <croyle@gelemna.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19169: Update textproc/txt2html to 1.28
Message-ID:  <200006100739.CAA06365@gelemna.org>

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

>Number:         19169
>Category:       ports
>Synopsis:       Update textproc/txt2html to 1.28
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 10 00:40:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Don Croyle
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
>Environment:

	

>Description:
These diffs update the textproc/txt2html port to use the latest
distfile.  Minor bugfixes, sample dict updates and documentation
changes.
	

>How-To-Repeat:

	

>Fix:
Apply this patch:
	
diff -ruN txt2html.old/Makefile txt2html/Makefile
--- txt2html.old/Makefile	Sun May 21 06:52:05 2000
+++ txt2html/Makefile	Sat Jun 10 02:30:00 2000
@@ -6,13 +6,12 @@
 #
 
 PORTNAME=	txt2html
-PORTVERSION= 	1.27
+PORTVERSION= 	1.28
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.aigeek.com/txt2html/
 
 MAINTAINER=	croyle@gelemna.org
 
-WRKSRC=		${WRKDIR}/txt2html
 NO_BUILD=	yes
 
 do-configure:
@@ -23,7 +22,7 @@
 	${MKDIR} ${PREFIX}/share/doc/txt2html
 	${INSTALL_DATA} ${WRKSRC}/txt2html.dict ${PREFIX}/share/doc/txt2html/
 .if !defined(NOPORTDOCS)
-.for file in INSTALL LICENSE README changes.html sample.html sample.txt
+.for file in INSTALL LICENSE README changes.html sample.foot sample.html sample.txt
 	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/txt2html/
 .endfor
 .endif
diff -ruN txt2html.old/files/md5 txt2html/files/md5
--- txt2html.old/files/md5	Sat Apr  1 15:13:41 2000
+++ txt2html/files/md5	Sat Jun 10 02:20:41 2000
@@ -1 +1 @@
-MD5 (txt2html-1.27.tar.gz) = 4def9252b771a2b1d75515cbdf7e6316
+MD5 (txt2html-1.28.tar.gz) = 7604cfb7456851bbaffbc48ab4444349
diff -ruN txt2html.old/pkg/PLIST txt2html/pkg/PLIST
--- txt2html.old/pkg/PLIST	Sun Jul 12 18:24:39 1998
+++ txt2html/pkg/PLIST	Sat Jun 10 02:30:35 2000
@@ -4,6 +4,7 @@
 share/doc/txt2html/LICENSE
 share/doc/txt2html/README
 share/doc/txt2html/changes.html
+share/doc/txt2html/sample.foot
 share/doc/txt2html/sample.html
 share/doc/txt2html/sample.txt
 @dirrm share/doc/txt2html


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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