aboutsummaryrefslogtreecommitdiff
path: root/news/tin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/Makefile')
-rw-r--r--news/tin/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 5662bad4a7f9..5c1217f469bf 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -6,9 +6,8 @@
#
PORTNAME= tin
-PORTVERSION= 1.5.11
-PORTREVISION= 1
-CATEGORIES+= news
+PORTVERSION= 1.5.12
+CATEGORIES+= news ipv6
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v1.5/ \
ftp://nuxi.ucdavis.edu/pub/tin/v1.5/ \
ftp://ftp.nuxi.com/pub/tin/v1.5/
@@ -28,6 +27,7 @@ CONFIGURE_ARGS= --with-nntp-default-server=news \
--with-defaults-dir=${PREFIX}/etc \
--with-editor=/usr/bin/ee \
--enable-nls \
+ --enable-ipv6 \
--enable-curses \
--with-ncurses \
--disable-mime-strict-charset \
@@ -58,12 +58,6 @@ post-patch:
pre-configure:
${CP} ${FILESDIR}/pcre.h ${WRKSRC}/pcre
-post-configure:
- if nm /usr/lib/libc.a | ${GREP} -q strcasestr; then \
- ${ECHO_CMD} "#define HAVE_STRCASESTR 1" \
- >> ${WRKSRC}/include/autoconf.h; \
- fi
-
post-build:
cd ${WRKSRC}/po; ${GMAKE}