From owner-svn-ports-head@FreeBSD.ORG Fri Jan 31 17:05:51 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 6184AC5C; Fri, 31 Jan 2014 17:05:51 +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 4D80A13D2; Fri, 31 Jan 2014 17:05:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0VH5pZD007443; Fri, 31 Jan 2014 17:05:51 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0VH5pDU007442; Fri, 31 Jan 2014 17:05:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201401311705.s0VH5pDU007442@svn.freebsd.org> From: Antoine Brodin Date: Fri, 31 Jan 2014 17:05:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342039 - head/net/pload 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: Fri, 31 Jan 2014 17:05:51 -0000 Author: antoine Date: Fri Jan 31 17:05:50 2014 New Revision: 342039 URL: http://svnweb.freebsd.org/changeset/ports/342039 QAT: https://qat.redports.org/buildarchive/r342039/ Log: - Stage support - Bump PORTREVISION as man page was not installed previously Modified: head/net/pload/Makefile Modified: head/net/pload/Makefile ============================================================================== --- head/net/pload/Makefile Fri Jan 31 17:04:25 2014 (r342038) +++ head/net/pload/Makefile Fri Jan 31 17:05:50 2014 (r342039) @@ -3,7 +3,7 @@ PORTNAME= pload PORTVERSION= 0.9.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net sysutils MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://opal.com/jr/freebsd/ports/net/pload/ @@ -15,10 +15,8 @@ COMMENT= X11 program to display network USES= imake:env USE_XORG= ice sm x11 xaw xext xmu xpm xt HAS_CONFIGURE= yes +LATE_INSTALL_ARGS= install.man -MAN1= pload.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/pload +PLIST_FILES= bin/pload man/man1/pload.1.gz -NO_STAGE= yes .include