diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-02-10 19:00:25 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-02-10 19:00:25 +0000 |
commit | 41d8df2eb90665fd3fa1672cb0a8dc43668c7d0c (patch) | |
tree | 30d32563ce6712333cd237dff69191be62601946 /news/tin | |
parent | 4202f6772374e2a7bb2c8290f76fc5ee6354576d (diff) | |
download | ports-41d8df2eb90665fd3fa1672cb0a8dc43668c7d0c.tar.gz ports-41d8df2eb90665fd3fa1672cb0a8dc43668c7d0c.zip |
Update to 1.8.3
PR: 108995
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Notes
Notes:
svn path=/head/; revision=184794
Diffstat (limited to 'news/tin')
-rw-r--r-- | news/tin/Makefile | 25 | ||||
-rw-r--r-- | news/tin/distinfo | 6 |
2 files changed, 17 insertions, 14 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile index c193ae74f299..2074e785b15b 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -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 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \ --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' @@ -85,12 +94,6 @@ 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: ${REINPLACE_CMD} -e 's:/var/spool/news:/var/news:' \ -e 's:/etc/nntpserver:${PREFIX}/etc/nntpserver:' \ diff --git a/news/tin/distinfo b/news/tin/distinfo index 00c2b158b871..3904b98613c5 100644 --- a/news/tin/distinfo +++ b/news/tin/distinfo @@ -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 |