From owner-svn-ports-all@FreeBSD.ORG Sun May 4 15:21:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CF61A15; Sun, 4 May 2014 15:21:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6DF661D82; Sun, 4 May 2014 15:21:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s44FLMQj038453; Sun, 4 May 2014 15:21:22 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s44FLLKT038449; Sun, 4 May 2014 15:21:21 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201405041521.s44FLLKT038449@svn.freebsd.org> From: Johan van Selst Date: Sun, 4 May 2014 15:21:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352959 - head/news/tin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2014 15:21:22 -0000 Author: johans Date: Sun May 4 15:21:21 2014 New Revision: 352959 URL: http://svnweb.freebsd.org/changeset/ports/352959 QAT: https://qat.redports.org/buildarchive/r352959/ Log: Update to tin 2.2.1 Modified: head/news/tin/Makefile head/news/tin/distinfo head/news/tin/pkg-plist Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Sun May 4 14:54:27 2014 (r352958) +++ head/news/tin/Makefile Sun May 4 15:21:21 2014 (r352959) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tin -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 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}/ \ @@ -24,20 +24,30 @@ LIB_DEPENDS= libuu.so:${PORTSDIR}/conver libpcre.so:${PORTSDIR}/devel/pcre RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -USE_BZIP2= yes -USES= gmake iconv shebangfix +USES= gmake iconv shebangfix tar:bzip2 GNU_CONFIGURE= yes SHEBANG_FILES= tools/opt-case.pl tools/tinews.pl tools/url_handler.pl \ tools/w2r.pl TIN_EDITOR?= /usr/bin/ee TIN_SCREEN?= ncursesw -OPTIONS_DEFINE= GNUPG ISPELL METAMAIL CANLOCK NNTP_ONLY -OPTIONS_DEFAULT=GNUPG ISPELL METAMAIL -CANLOCK_DESC= Enable Cancel-Lock key support via libcanlock -NNTP_ONLY= Only read news via NNTP (no spool dir support) - -.include +OPTIONS_DEFINE= GNUPG ISPELL METAMAIL CANLOCK NNTP_ONLY 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_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_CONFIGURE_ARGS= --with-ispell=${PREFIX}/bin/ispell +METAMAIL_RUN_DEPENDS= metamail:${PORTSDIR}/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 # --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii # national environment. @@ -58,41 +68,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ALL_TARGET= build -.if ${PORT_OPTIONS:MNNTP_ONLY} -CONFIGURE_ARGS+= --enable-nntp-only -.endif - -.if ${PORT_OPTIONS:MGNUPG} -RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg -CONFIGURE_ARGS+= --with-gpg=${PREFIX}/bin/gpg \ - --without-pgp --without-pgpk -.else -CONFIGURE_ARGS+= --disable-pgp-gpg -.endif - -.if ${PORT_OPTIONS:MISPELL} -RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell -CONFIGURE_ARGS+= --with-ispell=${PREFIX}/bin/ispell -.endif - -.if ${PORT_OPTIONS:MMETAMAIL} -RUN_DEPENDS+= metamail:${PORTSDIR}/mail/metamail -CONFIGURE_ARGS+= --with-metamail=${PREFIX}/bin/metamail -.endif - -.if ${PORT_OPTIONS:MCANLOCK} -CONFIGURE_ARGS+= --enable-cancel-locks -.endif - -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --enable-nls -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - post-patch: ${REINPLACE_CMD} -Ee 's:5/(mmdf|mbox):5/tin_\1:g' \ ${WRKSRC}/src/Makefile.in @@ -112,15 +87,12 @@ post-patch: ${WRKSRC}/tools/tinurl_handler.pl post-build: -.if ${PORT_OPTIONS:MNLS} cd ${WRKSRC}/po; ${GMAKE} -.endif post-install: cd ${STAGEDIR}${PREFIX}/etc;\ - ${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults tin.defaults.dist;\ - if [ ! -f tin.defaults ] ; then \ - ${CP} tin.defaults.dist tin.defaults; \ - fi + ${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults tin.defaults.dist;\ + ${CP} -pn tin.defaults.dist tin.defaults; + ln -sf tin ${STAGEDIR}${PREFIX}/bin/rtin .include Modified: head/news/tin/distinfo ============================================================================== --- head/news/tin/distinfo Sun May 4 14:54:27 2014 (r352958) +++ head/news/tin/distinfo Sun May 4 15:21:21 2014 (r352959) @@ -1,2 +1,2 @@ -SHA256 (tin-2.2.0.tar.bz2) = ba25cc3345675810c85cc0bddcce5474370ce91dce91d8433176f0de858b5b44 -SIZE (tin-2.2.0.tar.bz2) = 1836169 +SHA256 (tin-2.2.1.tar.bz2) = 2356661d26823dbfdf06f6a2efd5f0a2141f470c5d25fbdd55842ff342f41f01 +SIZE (tin-2.2.1.tar.bz2) = 1834572 Modified: head/news/tin/pkg-plist ============================================================================== --- head/news/tin/pkg-plist Sun May 4 14:54:27 2014 (r352958) +++ head/news/tin/pkg-plist Sun May 4 15:21:21 2014 (r352959) @@ -1,8 +1,7 @@ bin/metamutt bin/opt-case.pl +bin/rtin bin/tin -@exec ln -fs %f %B/rtin -@unexec rm -f %B/rtin bin/tinews.pl bin/tinurl_handler.pl bin/w2r.pl