From lwhsu@jail0.lwhsu.csie.net  Fri Feb  9 21:49:11 2007
Return-Path: <lwhsu@jail0.lwhsu.csie.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 69A6416A500
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 21:49:11 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from knight.lwhsu.ckefgisc.org (lwhsu.Dorm7.NCTU.edu.tw [140.113.90.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 2361213C4A6
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  9 Feb 2007 21:49:08 +0000 (UTC)
	(envelope-from lwhsu@jail0.lwhsu.csie.net)
Received: from jail0.lwhsu.csie.net (jail0 [192.168.173.100])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by knight.lwhsu.ckefgisc.org (Postfix) with ESMTP id 17F4F11422;
	Sat, 10 Feb 2007 05:49:07 +0800 (CST)
Received: (from lwhsu@localhost)
	by jail0.lwhsu.csie.net (8.13.8/8.13.8/Submit) id l19Ln6Ke048842;
	Sat, 10 Feb 2007 05:49:06 +0800 (CST)
	(envelope-from lwhsu)
Message-Id: <200702092149.l19Ln6Ke048842@jail0.lwhsu.csie.net>
Date: Sat, 10 Feb 2007 05:49:06 +0800 (CST)
From: Li-Wen Hsu <lwhsu@lwhsu.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ache@freebsd.org, lwhsu@lwhsu.org
Subject: [PATCH] news/tin: update to 1.8.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         108995
>Category:       ports
>Synopsis:       [PATCH] news/tin: update to 1.8.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 09 21:50:01 GMT 2007
>Closed-Date:    Sat Feb 10 19:03:40 GMT 2007
>Last-Modified:  Sat Feb 10 19:10:03 GMT 2007
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD jail0.lwhsu.csie.net 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Jan 26 00:04:54 CST 2007
>Description:
- Update to 1.8.3
- Add mirror sites, remove stale ones in MASTER_SITES (all tested)
- Set --enable-ipv6 in CONFIGURE_ARGS as default, since 4.x is end of support

Port maintainer (ache@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tin-1.8.3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/news/tin/Makefile /home/lwhsu/ports/news/tin/Makefile
--- /usr/ports/news/tin/Makefile	Sun Nov 12 19:49:16 2006
+++ /home/lwhsu/ports/news/tin/Makefile	Sat Feb 10 05:29:03 2007
@@ -6,12 +6,20 @@
 #
 
 PORTNAME=	tin
-PORTVERSION=	1.8.2
-PORTREVISION=	1
+PORTVERSION=	1.8.3
 CATEGORIES+=	news ipv6
 MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/stable/ \
-		ftp://ftp.stikman.com/pub/tin/stable/ \
-		ftp://ftp.sunet.se/pub/news/readers/tin/stable/
+		ftp://ftp.sunet.se/pub/news/readers/tin/stable/ \
+		ftp://sunsite.icm.edu.pl/pub/unix/news/tin/stable/ \
+		ftp://ftp.ka.nu/pub/news/clients/tin/stable/ \
+		ftp://ftp.tau.ac.il/pub/unix/news/tin/stable/ \
+		ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/stable/ \
+		ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \
+		ftp://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/ \
+		ftp://ftp.karlsruhe.org/pub/news/clients/tin/stable/ \
+		ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/ \
+		ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/stable/ \
+		ftp://ftp.informatik.uni-hamburg.de/pub/soft/news/tin/stable/
 
 MAINTAINER?=	ache@FreeBSD.org
 COMMENT=	Easy-to-use threaded newsreader with NOV/NNTP support
@@ -39,7 +47,8 @@
 		--with-screen=ncurses \
 		--enable-break-long-lines \
 		--with-libiconv-prefix=${LOCALBASE} \
-		--with-mime-default-charset=US-ASCII
+		--with-mime-default-charset=US-ASCII \
+		--enable-ipv6
 CONFIGURE_ENV=	CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \
 		CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \
 		LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib'
@@ -83,12 +92,6 @@
     (exists(${LOCALBASE}/bin/metamail) && !defined(WITHOUT_TIN_METAMAIL))
 RUN_DEPENDS+=	metamail:${PORTSDIR}/mail/metamail
 CONFIGURE_ARGS+=	--with-metamail=${PREFIX}/bin/metamail
-.endif
-
-.if ${OSVERSION} >= 400014
-CONFIGURE_ARGS+=	--enable-ipv6
-.else
-CONFIGURE_ARGS+=	--disable-ipv6
 .endif
 
 post-patch:
diff -ruN --exclude=CVS /usr/ports/news/tin/distinfo /home/lwhsu/ports/news/tin/distinfo
--- /usr/ports/news/tin/distinfo	Sat May 27 09:23:27 2006
+++ /home/lwhsu/ports/news/tin/distinfo	Sat Feb 10 04:52:59 2007
@@ -1,3 +1,3 @@
-MD5 (tin-1.8.2.tar.bz2) = b6726c7f3e01b821b3b20d446ac2da9b
-SHA256 (tin-1.8.2.tar.bz2) = 6b4f45e8b5e142bc9191116972e1408e45c037242bdef22d156ddd5500139677
-SIZE (tin-1.8.2.tar.bz2) = 1436706
+MD5 (tin-1.8.3.tar.bz2) = e6ed45205020665c097556822b0d575b
+SHA256 (tin-1.8.3.tar.bz2) = 5ed70aff723181b6c8e26923a96054f7e2376204bf62b9a49fdf2b677f283f9f
+SIZE (tin-1.8.3.tar.bz2) = 1437604
--- tin-1.8.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Feb 9 21:50:47 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108995 
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Sat Feb 10 19:01:09 UTC 2007 
State-Changed-Why:  
Committed 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108995: commit references a PR
Date: Sat, 10 Feb 2007 19:00:36 +0000 (UTC)

 ache        2007-02-10 19:00:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     news/tin             Makefile distinfo 
   Log:
   Update to 1.8.3
   
   PR:             108995
   Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
   
   Revision  Changes    Path
   1.138     +14 -11    ports/news/tin/Makefile
   1.88      +3 -3      ports/news/tin/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:
