From owner-svn-ports-head@FreeBSD.ORG Sat May 24 11:13:10 2014 Return-Path: Delivered-To: svn-ports-head@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 BA154F83; Sat, 24 May 2014 11:13:10 +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 A6EC92245; Sat, 24 May 2014 11:13:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OBDAWg037181; Sat, 24 May 2014 11:13:10 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OBDA81037179; Sat, 24 May 2014 11:13:10 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201405241113.s4OBDA81037179@svn.freebsd.org> From: Johan van Selst Date: Sat, 24 May 2014 11:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355009 - 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2014 11:13:10 -0000 Author: johans Date: Sat May 24 11:13:09 2014 New Revision: 355009 URL: http://svnweb.freebsd.org/changeset/ports/355009 QAT: https://qat.redports.org/buildarchive/r355009/ Log: - Please poudriere build by using @sample (better and simpler) - Bump PORTREVISION Modified: head/news/tin/Makefile head/news/tin/pkg-plist Modified: head/news/tin/Makefile ============================================================================== --- head/news/tin/Makefile Sat May 24 10:31:27 2014 (r355008) +++ head/news/tin/Makefile Sat May 24 11:13:09 2014 (r355009) @@ -3,6 +3,7 @@ PORTNAME= tin PORTVERSION= 2.2.1 +PORTREVISION= 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}/ \ @@ -87,12 +88,11 @@ post-patch: ${WRKSRC}/tools/tinurl_handler.pl post-build: - cd ${WRKSRC}/po; ${GMAKE} + ${GMAKE} -C ${WRKSRC}/po post-install: - cd ${STAGEDIR}${PREFIX}/etc;\ - ${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults tin.defaults.dist;\ - ${CP} -pn tin.defaults.dist tin.defaults; + ${INSTALL_DATA} ${WRKSRC}/doc/tin.defaults \ + ${STAGEDIR}${PREFIX}/etc/tin.defaults.sample ln -sf tin ${STAGEDIR}${PREFIX}/bin/rtin .include Modified: head/news/tin/pkg-plist ============================================================================== --- head/news/tin/pkg-plist Sat May 24 10:31:27 2014 (r355008) +++ head/news/tin/pkg-plist Sat May 24 11:13:09 2014 (r355009) @@ -5,9 +5,7 @@ bin/tin bin/tinews.pl bin/tinurl_handler.pl bin/w2r.pl -@unexec if cmp -s %D/etc/tin.defaults %D/etc/tin.defaults.dist; then rm -f %D/etc/tin.defaults; fi -etc/tin.defaults.dist -@exec [ -f %B/tin.defaults ] || cp %B/%f %B/tin.defaults +@sample etc/tin.defaults.sample man/man1/opt-case.pl.1.gz man/man1/rtin.1.gz man/man1/tin.1.gz