Bug 189617 - [MAINTAINER] science/h5utils add staging support
Summary: [MAINTAINER] science/h5utils add staging support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 17:50 UTC by Klaus Aehlig
Modified: 2014-05-19 09:00 UTC (History)
0 users

See Also:


Attachments
h5utils.diff (1.17 KB, patch)
2014-05-10 17:50 UTC, Klaus Aehlig
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Aehlig 2014-05-10 17:50:00 UTC
	Add staging support to science/h5utils

Fix: Apply the following patch
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-05-19 08:38:01 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-19 08:50:21 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2014-05-19 08:50:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!