Skip site navigation (1)Skip section navigation (2)
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:   ports/108995: [PATCH] news/tin: update to 1.8.3
Message-ID:  <200702092149.l19Ln6Ke048842@jail0.lwhsu.csie.net>
Resent-Message-ID: <200702092150.l19Lo1QW029312@freefall.freebsd.org>

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

>Number:         108995
>Category:       ports
>Synopsis:       [PATCH] news/tin: update to 1.8.3
>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:   Fri Feb 09 21:50:01 GMT 2007
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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