Update to 1.8.3

PR:             108995
Submitted by:   Li-Wen Hsu <lwhsu@lwhsu.org>
This commit is contained in:
Andrey A. Chernov 2007-02-10 19:00:25 +00:00
parent 4202f67723
commit 41d8df2eb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184794
2 changed files with 17 additions and 14 deletions

View File

@ -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:' \

View File

@ -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