From owner-svn-ports-head@FreeBSD.ORG Mon May 19 07:50:17 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 B2FA0A05; Mon, 19 May 2014 07:50:17 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0E1A2B01; Mon, 19 May 2014 07:50:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4J7oHxQ018525; Mon, 19 May 2014 07:50:17 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4J7oHR8018523; Mon, 19 May 2014 07:50:17 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201405190750.s4J7oHR8018523@svn.freebsd.org> From: Frederic Culot Date: Mon, 19 May 2014 07:50:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354509 - head/science/h5utils 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.18 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, 19 May 2014 07:50:17 -0000 Author: culot Date: Mon May 19 07:50:16 2014 New Revision: 354509 URL: http://svnweb.freebsd.org/changeset/ports/354509 QAT: https://qat.redports.org/buildarchive/r354509/ Log: - Support staging PR: ports/189617 Submitted by: Klaus Aehlig (maintainer) Modified: head/science/h5utils/Makefile head/science/h5utils/pkg-plist Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Mon May 19 07:50:03 2014 (r354508) +++ head/science/h5utils/Makefile Mon May 19 07:50:16 2014 (r354509) @@ -14,8 +14,6 @@ LICENSE= MIT GPLv2 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -MAN1= h5totxt.1 h5fromtxt.1 h5tovtk.1 h5topng.1 h5math.1 - GNU_CONFIGURE= YES CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libpng15 ${PTHREAD_LIBS} @@ -25,5 +23,4 @@ LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/sci libpng15.so:${PORTSDIR}/graphics/png \ libmatheval.so:${PORTSDIR}/devel/libmatheval -NO_STAGE= yes .include Modified: head/science/h5utils/pkg-plist ============================================================================== --- head/science/h5utils/pkg-plist Mon May 19 07:50:03 2014 (r354508) +++ head/science/h5utils/pkg-plist Mon May 19 07:50:16 2014 (r354509) @@ -3,6 +3,11 @@ bin/h5totxt bin/h5fromtxt bin/h5tovtk bin/h5topng +man/man1/h5fromtxt.1.gz +man/man1/h5math.1.gz +man/man1/h5topng.1.gz +man/man1/h5totxt.1.gz +man/man1/h5tovtk.1.gz %%DATADIR%%/colormaps/autumn %%DATADIR%%/colormaps/bluered %%DATADIR%%/colormaps/bone @@ -25,7 +30,5 @@ bin/h5topng %%DATADIR%%/colormaps/yarg %%DATADIR%%/colormaps/yellow %%DATADIR%%/colormaps/dkbluered -@dirrmtry bin @dirrm %%DATADIR%%/colormaps @dirrm %%DATADIR%% -@dirrmtry share