From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 07:31:18 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 D2E5352C; Mon, 10 Feb 2014 07:31:18 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3F861D0C; Mon, 10 Feb 2014 07:31:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A7VIZC082521; Mon, 10 Feb 2014 07:31:18 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A7VInk082518; Mon, 10 Feb 2014 07:31:18 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201402100731.s1A7VInk082518@svn.freebsd.org> From: Johan van Selst Date: Mon, 10 Feb 2014 07:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343594 - in head/news/trn: . files 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: Mon, 10 Feb 2014 07:31:18 -0000 Author: johans Date: Mon Feb 10 07:31:17 2014 New Revision: 343594 URL: http://svnweb.freebsd.org/changeset/ports/343594 QAT: https://qat.redports.org/buildarchive/r343594/ Log: Enable stage support Added: head/news/trn/files/pkg-message.in (contents, props changed) Modified: head/news/trn/Makefile head/news/trn/pkg-plist Modified: head/news/trn/Makefile ============================================================================== --- head/news/trn/Makefile Mon Feb 10 07:25:07 2014 (r343593) +++ head/news/trn/Makefile Mon Feb 10 07:31:17 2014 (r343594) @@ -15,22 +15,15 @@ RUN_DEPENDS= munpack:${PORTSDIR}/convert CONFLICTS_INSTALL=trn-4.[0-9]* WRKSRC= ${WRKDIR}/trn-3.6 -MAN1= trn.1 Pnews.1 Rnmail.1 newsetup.1 newsgroups.1 HAS_CONFIGURE= Yes CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S -NO_STAGE= yes -post-install: -.if !defined(BATCH) - @${ECHO_MSG} "" - @${ECHO_MSG} "############################################################################" - @${ECHO_MSG} "# Please edit lines 48 through 69 in ${PREFIX}/bin/Pnews #" - @${ECHO_MSG} "# to customize news posting for your site. #" - @${ECHO_MSG} "# Remember to set the NNTPSERVER environment variable to your news server. #" - @${ECHO_MSG} "############################################################################" -.endif +SUB_FILES= pkg-message + +post-patch: + ${REINPLACE_CMD} 's/$$install/\\$${DESTDIR}&/' ${WRKSRC}/Makefile.SH .include Added: head/news/trn/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/news/trn/files/pkg-message.in Mon Feb 10 07:31:17 2014 (r343594) @@ -0,0 +1,6 @@ + +Please edit lines 48 through 69 in %%PREFIX%/bin/Pnews +to customize news posting for your site. +Edit %%PREFIX%%/bin/newsetup to set the Distribution codes. +Remember to set the NNTPSERVER environment variable to your news server. + Modified: head/news/trn/pkg-plist ============================================================================== --- head/news/trn/pkg-plist Mon Feb 10 07:25:07 2014 (r343593) +++ head/news/trn/pkg-plist Mon Feb 10 07:31:17 2014 (r343594) @@ -1,4 +1,3 @@ -@exec echo "Be sure to edit %D/bin/Pnews and %D/bin/newsetup to set the Distribution codes" bin/Pnews bin/Rnmail bin/newsetup @@ -14,4 +13,9 @@ lib/trn/makedir lib/trn/mbox.saver lib/trn/newsnews lib/trn/norm.saver +man/man1/trn.1.gz +man/man1/Pnews.1.gz +man/man1/Rnmail.1.gz +man/man1/newsetup.1.gz +man/man1/newsgroups.1.gz @dirrm lib/trn