From owner-svn-ports-head@FreeBSD.ORG Mon Feb 3 13:40: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 5098F3D3; Mon, 3 Feb 2014 13:40: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D0081926; Mon, 3 Feb 2014 13:40:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s13DeAVE094808; Mon, 3 Feb 2014 13:40:10 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s13De9pj094799; Mon, 3 Feb 2014 13:40:09 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402031340.s13De9pj094799@svn.freebsd.org> From: Martin Wilke Date: Mon, 3 Feb 2014 13:40:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342439 - in head: deskutils/x026 mail/gensig mail/surblhost print/libppd 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 13:40:10 -0000 Author: miwi Date: Mon Feb 3 13:40:08 2014 New Revision: 342439 URL: http://svnweb.freebsd.org/changeset/ports/342439 QAT: https://qat.redports.org/buildarchive/r342439/ Log: - Stage support Modified: head/deskutils/x026/Makefile head/mail/gensig/Makefile head/mail/gensig/pkg-plist head/mail/surblhost/Makefile head/print/libppd/Makefile head/print/libppd/pkg-plist Modified: head/deskutils/x026/Makefile ============================================================================== --- head/deskutils/x026/Makefile Mon Feb 3 13:39:30 2014 (r342438) +++ head/deskutils/x026/Makefile Mon Feb 3 13:40:08 2014 (r342439) @@ -13,8 +13,7 @@ COMMENT= IBM 026 Keypunch Emulator for t USES= imake USE_XORG= xaw7 xpm xt -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/x026.1.gz -NO_STAGE= yes .include Modified: head/mail/gensig/Makefile ============================================================================== --- head/mail/gensig/Makefile Mon Feb 3 13:39:30 2014 (r342438) +++ head/mail/gensig/Makefile Mon Feb 3 13:40:08 2014 (r342439) @@ -13,7 +13,4 @@ COMMENT= A random .signature generator GNU_CONFIGURE= yes -MAN1= gensig.1 cattag.1 - -NO_STAGE= yes .include Modified: head/mail/gensig/pkg-plist ============================================================================== --- head/mail/gensig/pkg-plist Mon Feb 3 13:39:30 2014 (r342438) +++ head/mail/gensig/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) @@ -1,4 +1,6 @@ bin/gensig bin/cattag share/gensig/taglines +man/man1/cattag.1.gz +man/man1/gensig.1.gz @dirrm share/gensig Modified: head/mail/surblhost/Makefile ============================================================================== --- head/mail/surblhost/Makefile Mon Feb 3 13:39:30 2014 (r342438) +++ head/mail/surblhost/Makefile Mon Feb 3 13:40:08 2014 (r342439) @@ -11,8 +11,7 @@ COMMENT= Check if a hostname is blacklis USE_BZIP2= yes GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/surblhost.1.gz -NO_STAGE= yes .include Modified: head/print/libppd/Makefile ============================================================================== --- head/print/libppd/Makefile Mon Feb 3 13:39:30 2014 (r342438) +++ head/print/libppd/Makefile Mon Feb 3 13:40:08 2014 (r342439) @@ -16,10 +16,4 @@ USE_LDCONFIG= Yes USE_GNOME= glib12 MAKE_JOBS_UNSAFE= yes -MAN1= ppdfilt.1 -MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 \ - ppd_file_free.3 ppd_file_new.3 ppd_find_choice.3 \ - ppd_get_num_conflicts.3 ppd_get_page_length.3 - -NO_STAGE= yes .include Modified: head/print/libppd/pkg-plist ============================================================================== --- head/print/libppd/pkg-plist Mon Feb 3 13:39:30 2014 (r342438) +++ head/print/libppd/pkg-plist Mon Feb 3 13:40:08 2014 (r342439) @@ -7,5 +7,13 @@ lib/libppd.la lib/libppd.so lib/libppd.so.1 share/postscript/ppd/generic-printer.ppd +man/man1/ppdfilt.1.gz +man/man3/ppd_check_option_is_marked.3.gz +man/man3/ppd_emit_to_file.3.gz +man/man3/ppd_file_free.3.gz +man/man3/ppd_file_new.3.gz +man/man3/ppd_find_choice.3.gz +man/man3/ppd_get_num_conflicts.3.gz +man/man3/ppd_get_page_length.3.gz @dirrm share/postscript/ppd @dirrm share/postscript