View | Details | Raw Unified | Return to bug 108995
Collapse All | Expand All

(-)/home/lwhsu/ports/news/tin/Makefile (-11 / +14 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	tin
8
PORTNAME=	tin
9
PORTVERSION=	1.8.2
9
PORTVERSION=	1.8.3
10
PORTREVISION=	1
11
CATEGORIES+=	news ipv6
10
CATEGORIES+=	news ipv6
12
MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/stable/ \
11
MASTER_SITES=	ftp://ftp.tin.org/pub/news/clients/tin/stable/ \
13
		ftp://ftp.stikman.com/pub/tin/stable/ \
12
		ftp://ftp.sunet.se/pub/news/readers/tin/stable/ \
14
		ftp://ftp.sunet.se/pub/news/readers/tin/stable/
13
		ftp://sunsite.icm.edu.pl/pub/unix/news/tin/stable/ \
14
		ftp://ftp.ka.nu/pub/news/clients/tin/stable/ \
15
		ftp://ftp.tau.ac.il/pub/unix/news/tin/stable/ \
16
		ftp://ftp.cuhk.edu.hk/pub/packages/news/tin/stable/ \
17
		ftp://ftp.funet.fi/pub/unix/news/tin-unoff/ \
18
		ftp://ftp.lip6.fr/pub/unix/news/readers/tin-unoff/ \
19
		ftp://ftp.karlsruhe.org/pub/news/clients/tin/stable/ \
20
		ftp://ftp.akk.uni-karlsruhe.de/pub/news/clients/tin/stable/ \
21
		ftp://ftp.cs.tu-berlin.de/pub/net/news/tin/stable/ \
22
		ftp://ftp.informatik.uni-hamburg.de/pub/soft/news/tin/stable/
15
23
16
MAINTAINER?=	ache@FreeBSD.org
24
MAINTAINER?=	ache@FreeBSD.org
17
COMMENT=	Easy-to-use threaded newsreader with NOV/NNTP support
25
COMMENT=	Easy-to-use threaded newsreader with NOV/NNTP support
Lines 39-45 Link Here
39
		--with-screen=ncurses \
47
		--with-screen=ncurses \
40
		--enable-break-long-lines \
48
		--enable-break-long-lines \
41
		--with-libiconv-prefix=${LOCALBASE} \
49
		--with-libiconv-prefix=${LOCALBASE} \
42
		--with-mime-default-charset=US-ASCII
50
		--with-mime-default-charset=US-ASCII \
51
		--enable-ipv6
43
CONFIGURE_ENV=	CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \
52
CONFIGURE_ENV=	CFLAGS='${CFLAGS} -DNNTP_SERVER_FILE="\"${PREFIX}/etc/nntpserver\""' \
44
		CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \
53
		CPPFLAGS='${CPPFLAGS} -I${LOCALBASE}/include' \
45
		LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib'
54
		LDFLAGS='${LDFLAGS} -L${LOCALBASE}/lib'
Lines 83-94 Link Here
83
    (exists(${LOCALBASE}/bin/metamail) && !defined(WITHOUT_TIN_METAMAIL))
92
    (exists(${LOCALBASE}/bin/metamail) && !defined(WITHOUT_TIN_METAMAIL))
84
RUN_DEPENDS+=	metamail:${PORTSDIR}/mail/metamail
93
RUN_DEPENDS+=	metamail:${PORTSDIR}/mail/metamail
85
CONFIGURE_ARGS+=	--with-metamail=${PREFIX}/bin/metamail
94
CONFIGURE_ARGS+=	--with-metamail=${PREFIX}/bin/metamail
86
.endif
87
88
.if ${OSVERSION} >= 400014
89
CONFIGURE_ARGS+=	--enable-ipv6
90
.else
91
CONFIGURE_ARGS+=	--disable-ipv6
92
.endif
95
.endif
93
96
94
post-patch:
97
post-patch:
(-)/home/lwhsu/ports/news/tin/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (tin-1.8.2.tar.bz2) = b6726c7f3e01b821b3b20d446ac2da9b
1
MD5 (tin-1.8.3.tar.bz2) = e6ed45205020665c097556822b0d575b
2
SHA256 (tin-1.8.2.tar.bz2) = 6b4f45e8b5e142bc9191116972e1408e45c037242bdef22d156ddd5500139677
2
SHA256 (tin-1.8.3.tar.bz2) = 5ed70aff723181b6c8e26923a96054f7e2376204bf62b9a49fdf2b677f283f9f
3
SIZE (tin-1.8.2.tar.bz2) = 1436706
3
SIZE (tin-1.8.3.tar.bz2) = 1437604

Return to bug 108995