Date: Mon, 19 May 2014 07:50:17 +0000 (UTC) From: Frederic Culot <culot@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354509 - head/science/h5utils Message-ID: <201405190750.s4J7oHR8018523@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <aehlig@linta.de> (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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405190750.s4J7oHR8018523>