diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 19:11:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 19:11:52 +0800 |
commit | edcc476ad28fd9af15350e2f707a03d8147d4edd (patch) | |
tree | 96adb2e1934afad6f6b54e4cef3b9a4434c82815 /science | |
parent | f1b9acd0b5e2d805deba538687a6f30a9834d9c0 (diff) | |
download | freebsd-ports-gnome-edcc476ad28fd9af15350e2f707a03d8147d4edd.tar.gz freebsd-ports-gnome-edcc476ad28fd9af15350e2f707a03d8147d4edd.tar.zst freebsd-ports-gnome-edcc476ad28fd9af15350e2f707a03d8147d4edd.zip |
- Use DISTVERSIONSUFFIX instead of DISTNAME
- Add PORTSCOUT: this port is essentially 1.8.15 patch 1 with PORTVERSION=1.8.15
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 04f3d657d7f8..c629f78b5f63 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -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/ftp/HDF5/current/src/ \ 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 |