[Midnightbsd-cvs] mports [22823] trunk/news/tin: update tin

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Sep 30 17:32:16 EDT 2017


Revision: 22823
          http://svnweb.midnightbsd.org/mports/?rev=22823
Author:   laffer1
Date:     2017-09-30 17:32:16 -0400 (Sat, 30 Sep 2017)
Log Message:
-----------
update tin

Modified Paths:
--------------
    trunk/news/tin/Makefile
    trunk/news/tin/distinfo

Modified: trunk/news/tin/Makefile
===================================================================
--- trunk/news/tin/Makefile	2017-09-30 21:25:00 UTC (rev 22822)
+++ trunk/news/tin/Makefile	2017-09-30 21:32:16 UTC (rev 22823)
@@ -1,7 +1,8 @@
 # $MidnightBSD$
 
 PORTNAME=	tin
-PORTVERSION=	2.3.2
+PORTVERSION=	2.4.1
+PORTREVISION?=	1 # keep for chinese/tin
 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}/ \
@@ -18,11 +19,13 @@
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT=	Easy-to-use threaded newsreader with NOV/NNTP support
+
 LICENSE=	bsd3
 
-LIB_DEPENDS=	libuu.so:${PORTSDIR}/converters/uulib \
-		libpcre.so:${PORTSDIR}/devel/pcre
-RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
+LIB_DEPENDS=	libuu.so:converters/uulib \
+		libicuuc.so:devel/icu \
+		libpcre.so:devel/pcre
+RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:misc/mime-support
 
 USES=		gmake iconv ncurses shebangfix tar:bzip2
 GNU_CONFIGURE=	yes
@@ -31,23 +34,28 @@
 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)
 NNTP_ONLY_CONFIGURE_ENABLE=nntp-only
-GNUPG_RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
+GNUPG_RUN_DEPENDS=	gpg:security/gnupg
 GNUPG_CONFIGURE_ON=	--with-gpg=${PREFIX}/bin/gpg \
 			--without-pgp --without-pgpk
 GNUPG_CONFIGURE_OFF=	--disable-pgp-gpg
-ISPELL_RUN_DEPENDS=	ispell:${PORTSDIR}/textproc/aspell-ispell
+ISPELL_RUN_DEPENDS=	ispell:textproc/aspell-ispell
 ISPELL_CONFIGURE_ARGS=	--with-ispell=${PREFIX}/bin/ispell
-METAMAIL_RUN_DEPENDS=	metamail:${PORTSDIR}/mail/metamail
+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 +76,6 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 ALL_TARGET=	build
 
-.include <bsd.mport.options.mk>
-
 post-patch:
 	${REINPLACE_CMD} -Ee 's:5/(mmdf|mbox):5/tin_\1:g' \
 		${WRKSRC}/src/Makefile.in
@@ -88,11 +94,6 @@
 	${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

Modified: trunk/news/tin/distinfo
===================================================================
--- trunk/news/tin/distinfo	2017-09-30 21:25:00 UTC (rev 22822)
+++ trunk/news/tin/distinfo	2017-09-30 21:32:16 UTC (rev 22823)
@@ -1,2 +1,3 @@
-SHA256 (tin-2.3.2.tar.bz2) = 926fa80faf55aaa002f0f4a1cee1aed825236900094ccfdd43c30cf1a129c357
-SIZE (tin-2.3.2.tar.bz2) = 1939146
+TIMESTAMP = 1482873727
+SHA256 (tin-2.4.1.tar.bz2) = 265b97f4cdc2385d37dbfae14aaba1738af43abe32763b4fc4fcba6f89ebfa26
+SIZE (tin-2.4.1.tar.bz2) = 1944075



More information about the Midnightbsd-cvs mailing list