aboutsummaryrefslogtreecommitdiff
path: root/news/tin
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2016-06-29 12:23:06 +0000
committerJohan van Selst <johans@FreeBSD.org>2016-06-29 12:23:06 +0000
commitb26a8069a2803237242b9024dfa3c6001a873298 (patch)
treefb73df0315b1a8fc4e02443eb2ce9a632a303a8f /news/tin
parent7f89961aed3fcc06e45845c137e00ed7a5b84e0a (diff)
downloadports-b26a8069a2803237242b9024dfa3c6001a873298.tar.gz
ports-b26a8069a2803237242b9024dfa3c6001a873298.zip
- Update to tin 2.3.4
- Make implicit dependencies on icu and slrnface explicit
Notes
Notes: svn path=/head/; revision=417760
Diffstat (limited to 'news/tin')
-rw-r--r--news/tin/Makefile17
-rw-r--r--news/tin/distinfo5
2 files changed, 11 insertions, 11 deletions
diff --git a/news/tin/Makefile b/news/tin/Makefile
index 4010612a43d9..664ab33fa5de 100644
--- a/news/tin/Makefile
+++ b/news/tin/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tin
-PORTVERSION= 2.3.3
+PORTVERSION= 2.3.4
CATEGORIES+= news ipv6
MASTER_SITES= ftp://ftp.tin.org/pub/news/clients/tin/v${PORTVERSION:R}/ \
ftp://ftp.sunet.se/pub/news/readers/tin/v${PORTVERSION:R}/ \
@@ -21,6 +21,7 @@ MAINTAINER?= johans@FreeBSD.org
COMMENT= Easy-to-use threaded newsreader with NOV/NNTP support
LIB_DEPENDS= libuu.so:converters/uulib \
+ libicuuc.so:devel/icu \
libpcre.so:devel/pcre
RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:misc/mime-support
@@ -31,7 +32,7 @@ SHEBANG_FILES= tools/opt-case.pl tools/tinews.pl tools/url_handler.pl \
TIN_EDITOR?= /usr/bin/ee
TIN_SCREEN?= ncursesw
-OPTIONS_DEFINE= GNUPG ISPELL METAMAIL CANLOCK NNTP_ONLY NLS
+OPTIONS_DEFINE= GNUPG ISPELL METAMAIL CANLOCK NNTP_ONLY SLRNFACE NLS
OPTIONS_DEFAULT= GNUPG ISPELL METAMAIL
OPTIONS_SUB= yes
NNTP_ONLY_DESC= Only read news via NNTP (no spool dir support)
@@ -42,12 +43,17 @@ GNUPG_CONFIGURE_ON= --with-gpg=${PREFIX}/bin/gpg \
GNUPG_CONFIGURE_OFF= --disable-pgp-gpg
ISPELL_RUN_DEPENDS= ispell:textproc/aspell-ispell
ISPELL_CONFIGURE_ARGS= --with-ispell=${PREFIX}/bin/ispell
+METAMAIL_DESC?= Use metamail to handle MIME attachments
METAMAIL_RUN_DEPENDS= metamail:mail/metamail
METAMAIL_CONFIGURE_ARGS=--with-metamail=${PREFIX}/bin/metamail
CANLOCK_DESC= Enable Cancel-Lock key support via libcanlock
CANLOCK_CONFIGURE_ENABLE=cancel-locks
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
+SLRNFACE_DESC?= Use slrnface to displace sender images
+SLRNFACE_CONFIGURE_WITH= slrnface=slrnface
+SLRNFACE_BUILD_DEPENDS= slrnface:news/slrnface
+SLRNFACE_RUN_DEPENDS= slrnface:news/slrnface
# --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii
# national environment.
@@ -68,8 +74,6 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
ALL_TARGET= build
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} -Ee 's:5/(mmdf|mbox):5/tin_\1:g' \
${WRKSRC}/src/Makefile.in
@@ -88,11 +92,6 @@ post-patch:
${MV} ${WRKSRC}/tools/url_handler.pl \
${WRKSRC}/tools/tinurl_handler.pl
-.if ${PORT_OPTIONS:MNLS}
-post-build:
- ${MAKE_CMD} -C ${WRKSRC}/po
-.endif
-
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults \
${STAGEDIR}${PREFIX}/etc/tin.defaults.sample
diff --git a/news/tin/distinfo b/news/tin/distinfo
index 3120af7329b1..0f462e56cba4 100644
--- a/news/tin/distinfo
+++ b/news/tin/distinfo
@@ -1,2 +1,3 @@
-SHA256 (tin-2.3.3.tar.bz2) = a258350dda1580f34d8e137a4bf0711c7e3a94610dfc116539aff6f0ce7ca3af
-SIZE (tin-2.3.3.tar.bz2) = 1939178
+TIMESTAMP = 1467200923
+SHA256 (tin-2.3.4.tar.bz2) = 3891e07d9e1e5e4b4912ee4cd0bc1e2142afb0f6e99733bb6b8511702fda88dd
+SIZE (tin-2.3.4.tar.bz2) = 1944493