From jadawin@tuxaco.net  Tue Dec 18 13:16:37 2007
Return-Path: <jadawin@tuxaco.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E41F516A418
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2007 13:16:37 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from huppa.tuxaco.net (huppa.tuxaco.net [91.121.19.193])
	by mx1.freebsd.org (Postfix) with ESMTP id 9AE9513C45B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2007 13:16:37 +0000 (UTC)
	(envelope-from jadawin@tuxaco.net)
Received: from localhost (unknown [127.0.0.1])
	by huppa.tuxaco.net (Postfix) with ESMTP id 73E2911FCC
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2007 14:20:33 +0100 (CET)
Received: from huppa.tuxaco.net ([127.0.0.1])
	by localhost (huppa.tuxaco.net [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id WQq60bbJK5iG for <FreeBSD-gnats-submit@freebsd.org>;
	Tue, 18 Dec 2007 14:20:31 +0100 (CET)
Received: from ilove.tuxaco.net (ilove.tuxaco.net [82.236.143.160])
	(Authenticated sender: jadawin@tuxaco.net)
	by huppa.tuxaco.net (Postfix) with ESMTP id 625EF11FC9
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 18 Dec 2007 14:20:31 +0100 (CET)
Received: by ilove.tuxaco.net (Postfix, from userid 1001)
	id CA51A858B7; Tue, 18 Dec 2007 13:20:22 +0000 (UTC)
Message-Id: <20071218132022.CA51A858B7@ilove.tuxaco.net>
Date: Tue, 18 Dec 2007 13:20:22 +0000 (UTC)
From: Philippe Audeoud <jadawin@tuxaco.net>
Reply-To: Philippe Audeoud <jadawin@tuxaco.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [update] textproc/txt2html - update to 2.46
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         118818
>Category:       ports
>Synopsis:       [update] textproc/txt2html - update to 2.46
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 18 13:20:02 UTC 2007
>Closed-Date:    Tue Dec 18 13:39:02 UTC 2007
>Last-Modified:  Tue Dec 18 13:40:03 UTC 2007
>Originator:     Philippe Audeoud
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
>Environment:
System: FreeBSD athines 7.0-BETA1 FreeBSD 7.0-BETA1 #0: Wed Oct 31 19:32:18 CET 2007 root@glenrothes:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	- update PORTVERSION
	- using SF macro
	
>How-To-Repeat:
	
>Fix:

	

--- patch-txt2html.1 begins here ---
diff -ruN textproc/txt2html.orig/Makefile textproc/txt2html/Makefile
--- textproc/txt2html.orig/Makefile	2007-12-18 10:40:55.000000000 +0000
+++ textproc/txt2html/Makefile	2007-12-18 10:41:24.000000000 +0000
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	txt2html
-PORTVERSION=	2.45
+PORTVERSION=	2.46
 CATEGORIES=	textproc perl5
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	txt2html
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Convert raw text to something with a little HTML formatting
diff -ruN textproc/txt2html.orig/distinfo textproc/txt2html/distinfo
--- textproc/txt2html.orig/distinfo	2007-12-18 10:40:55.000000000 +0000
+++ textproc/txt2html/distinfo	2007-12-18 10:41:33.000000000 +0000
@@ -1,3 +1,3 @@
-MD5 (txt2html-2.45.tar.gz) = d5fc1b3cb3ca8beb8d92b4572096540e
-SHA256 (txt2html-2.45.tar.gz) = e6bb30e31064fe80015326b725d49409c619c9a5bae81fb7e41e3d142f890675
-SIZE (txt2html-2.45.tar.gz) = 115227
+MD5 (txt2html-2.46.tar.gz) = 018c33d609d0671271555e58aad230fd
+SHA256 (txt2html-2.46.tar.gz) = 0d83ef3abb4cdf281561cdae3778875c5ddfbd10eaa691fbd80a87fb9db2ced0
+SIZE (txt2html-2.46.tar.gz) = 120618
--- patch-txt2html.1 ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue Dec 18 13:36:16 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118818 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118818: commit references a PR
Date: Tue, 18 Dec 2007 13:38:54 +0000 (UTC)

 pav         2007-12-18 13:38:50 UTC
 
   FreeBSD ports repository
 
   Modified files:
     textproc/txt2html    Makefile distinfo 
   Log:
   - Update to 2.46
   
   PR:             ports/118818
   Submitted by:   Philippe Audeoud <jadawin@tuxaco.net>
   
   Revision  Changes    Path
   1.21      +2 -3      ports/textproc/txt2html/Makefile
   1.15      +3 -3      ports/textproc/txt2html/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
