From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 11:11:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBC89BCF; Mon, 3 Feb 2014 11:11:37 +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 9EAAA1C4D; Mon, 3 Feb 2014 11:11:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13BBbdq043426; Mon, 3 Feb 2014 11:11:37 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13BBaVi043422; Mon, 3 Feb 2014 11:11:36 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402031111.s13BBaVi043422@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 11:11:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342421 - in head: mail/poppwd misc/p5-Bot-Training x11-fonts/bdfresize 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: Mon, 03 Feb 2014 11:11:37 -0000 Author: miwi Date: Mon Feb 3 11:11:36 2014 New Revision: 342421 URL: http://svnweb.freebsd.org/changeset/ports/342421 QAT: https://qat.redports.org/buildarchive/r342421/ Log: - Stage support Modified: head/mail/poppwd/Makefile head/misc/p5-Bot-Training/Makefile head/misc/p5-Bot-Training/pkg-plist head/x11-fonts/bdfresize/Makefile Modified: head/mail/poppwd/Makefile ============================================================================== --- head/mail/poppwd/Makefile Mon Feb 3 11:10:53 2014 (r342420) +++ head/mail/poppwd/Makefile Mon Feb 3 11:11:36 2014 (r342421) @@ -12,9 +12,7 @@ COMMENT= Implementation of the Eudora pa WRKSRC= ${WRKDIR}/poppwd -MAN8= poppwd.8 -MANCOMPRESSED= maybe -PLIST_FILES= libexec/poppwd +PLIST_FILES= libexec/poppwd \ + man/man8/poppwd.8.gz -NO_STAGE= yes .include Modified: head/misc/p5-Bot-Training/Makefile ============================================================================== --- head/misc/p5-Bot-Training/Makefile Mon Feb 3 11:10:53 2014 (r342420) +++ head/misc/p5-Bot-Training/Makefile Mon Feb 3 11:11:36 2014 (r342421) @@ -29,8 +29,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= bot-training.1 -MAN3= Bot::Training.3 - -NO_STAGE= yes .include Modified: head/misc/p5-Bot-Training/pkg-plist ============================================================================== --- head/misc/p5-Bot-Training/pkg-plist Mon Feb 3 11:10:53 2014 (r342420) +++ head/misc/p5-Bot-Training/pkg-plist Mon Feb 3 11:11:36 2014 (r342421) @@ -2,6 +2,8 @@ bin/bot-training %%SITE_PERL%%/Bot/Training.pm %%SITE_PERL%%/Bot/Training/Plugin.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training/.packlist +%%PERL5_MAN3%%/Bot::Training.3.gz +man/man1/bot-training.1.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot/Training @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bot @dirrmtry %%SITE_PERL%%/Bot/Training Modified: head/x11-fonts/bdfresize/Makefile ============================================================================== --- head/x11-fonts/bdfresize/Makefile Mon Feb 3 11:10:53 2014 (r342420) +++ head/x11-fonts/bdfresize/Makefile Mon Feb 3 11:11:36 2014 (r342421) @@ -11,8 +11,7 @@ MAINTAINER= sarumaru@jp.FreeBSD.org COMMENT= A tool for resizing BDF format font GNU_CONFIGURE= yes -MAN1= bdfresize.1 -PLIST_FILES= bin/bdfresize +PLIST_FILES= bin/bdfresize \ + man/man1/bdfresize.1.gz -NO_STAGE= yes .include