From owner-svn-ports-head@FreeBSD.ORG Sun Jan 26 22:54:54 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 1D23F815; Sun, 26 Jan 2014 22:54:54 +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 0944513D3; Sun, 26 Jan 2014 22:54:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0QMsrcn077775; Sun, 26 Jan 2014 22:54:53 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0QMsrRY077773; Sun, 26 Jan 2014 22:54:53 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201401262254.s0QMsrRY077773@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Sun, 26 Jan 2014 22:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341300 - head/graphics/plotutils 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, 26 Jan 2014 22:54:54 -0000 Author: stephen Date: Sun Jan 26 22:54:53 2014 New Revision: 341300 URL: http://svnweb.freebsd.org/changeset/ports/341300 QAT: https://qat.redports.org/buildarchive/r341300/ Log: - Implement staging. Modified: head/graphics/plotutils/Makefile head/graphics/plotutils/pkg-plist Modified: head/graphics/plotutils/Makefile ============================================================================== --- head/graphics/plotutils/Makefile Sun Jan 26 22:45:51 2014 (r341299) +++ head/graphics/plotutils/Makefile Sun Jan 26 22:54:53 2014 (r341300) @@ -21,7 +21,6 @@ USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= ode.1 plot.1 plotfont.1 spline.1 tek2plot.1 INFO= libxmi plotutils test: build @@ -30,5 +29,4 @@ test: build regression-test: test -NO_STAGE= yes .include Modified: head/graphics/plotutils/pkg-plist ============================================================================== --- head/graphics/plotutils/pkg-plist Sun Jan 26 22:45:51 2014 (r341299) +++ head/graphics/plotutils/pkg-plist Sun Jan 26 22:54:53 2014 (r341300) @@ -23,6 +23,11 @@ lib/libxmi.a lib/libxmi.la lib/libxmi.so lib/libxmi.so.1 +man/man1/ode.1.gz +man/man1/plot.1.gz +man/man1/plotfont.1.gz +man/man1/spline.1.gz +man/man1/tek2plot.1.gz share/libplot/README share/libplot/colors.txt share/libplot/h-fonts.txt