From owner-svn-ports-head@FreeBSD.ORG Sun Feb 2 16:00:45 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 35203F40; Sun, 2 Feb 2014 16:00:45 +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 214FF16E6; Sun, 2 Feb 2014 16:00:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s12G0iaD015043; Sun, 2 Feb 2014 16:00:45 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s12G0ixL015040; Sun, 2 Feb 2014 16:00:44 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402021600.s12G0ixL015040@svn.freebsd.org> From: Martin Wilke Date: Sun, 2 Feb 2014 16:00:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342321 - in head: editors/fb mail/newmail misc/team 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.17 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: Sun, 02 Feb 2014 16:00:45 -0000 Author: miwi Date: Sun Feb 2 16:00:44 2014 New Revision: 342321 URL: http://svnweb.freebsd.org/changeset/ports/342321 QAT: https://qat.redports.org/buildarchive/r342321/ Log: - Stage support Modified: head/editors/fb/Makefile head/mail/newmail/Makefile head/misc/team/Makefile Modified: head/editors/fb/Makefile ============================================================================== --- head/editors/fb/Makefile Sun Feb 2 16:00:04 2014 (r342320) +++ head/editors/fb/Makefile Sun Feb 2 16:00:44 2014 (r342321) @@ -13,11 +13,9 @@ COMMENT= Binary file viewer, editor, and NO_WRKSUBDIR= Yes -MAN1= fb.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/fb +PLIST_FILES= bin/fb \ + man/man1/fb.1.gz MAKEFILE= ${FILESDIR}/Makefile.in MAKE_ARGS+= PREFIX="${PREFIX}" -NO_STAGE= yes .include Modified: head/mail/newmail/Makefile ============================================================================== --- head/mail/newmail/Makefile Sun Feb 2 16:00:04 2014 (r342320) +++ head/mail/newmail/Makefile Sun Feb 2 16:00:44 2014 (r342321) @@ -11,9 +11,7 @@ COMMENT= Tool for checking for new mail WRKSRC= ${WRKDIR}/newmail -MAN1= newmail.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/newmail +PLIST_FILES= bin/newmail \ + man/man1/newmail.1.gz -NO_STAGE= yes .include Modified: head/misc/team/Makefile ============================================================================== --- head/misc/team/Makefile Sun Feb 2 16:00:04 2014 (r342320) +++ head/misc/team/Makefile Sun Feb 2 16:00:44 2014 (r342321) @@ -11,9 +11,7 @@ MASTER_SITE_SUBDIR= joerg MAINTAINER= joerg@FreeBSD.org COMMENT= Portable multi-buffered tape streaming utility -MAN1= team.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/team +PLIST_FILES= bin/team \ + man/man1/team.1.gz -NO_STAGE= yes .include