svn commit: r389346 - head/science/hdf5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 11:11:53 UTC 2015


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 at 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


More information about the svn-ports-all mailing list