Date: Sat, 13 Jun 2015 11:11:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389346 - head/science/hdf5 Message-ID: <201506131111.t5DBBrA7068264@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jun 13 11:11:52 2015 New Revision: 389346 URL: https://svnweb.freebsd.org/changeset/ports/389346 Log: - Use DISTVERSIONSUFFIX instead of DISTNAME - Add PORTSCOUT: this port is essentially 1.8.15 patch 1 with PORTVERSION=1.8.15 Modified: head/science/hdf5/Makefile Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Sat Jun 13 11:09:51 2015 (r389345) +++ head/science/hdf5/Makefile Sat Jun 13 11:11:52 2015 (r389346) @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.15 +DISTVERSIONSUFFIX= -patch1 PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ @@ -10,7 +11,6 @@ MASTER_SITES= http://www.hdfgroup.org/ft http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \ LOCAL/sunpoet -DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) @@ -19,6 +19,8 @@ LICENSE= BSD4CLAUSE CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* +PORTSCOUT= skipv:1.8.15-patch1 + OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506131111.t5DBBrA7068264>