svn commit: r336089 - head/science/hdf5-18

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 10 19:26:48 UTC 2013


Author: sunpoet
Date: Tue Dec 10 19:26:47 2013
New Revision: 336089
URL: http://svnweb.freebsd.org/changeset/ports/336089

Log:
  - Use CONFLICTS_INSTALL instead of CONFLICTS
  - Remove NO_LATEST_LINK

Modified:
  head/science/hdf5-18/Makefile

Modified: head/science/hdf5-18/Makefile
==============================================================================
--- head/science/hdf5-18/Makefile	Tue Dec 10 19:18:39 2013	(r336088)
+++ head/science/hdf5-18/Makefile	Tue Dec 10 19:26:47 2013	(r336089)
@@ -15,8 +15,7 @@ COMMENT=	Hierarchical Data Format librar
 
 OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN SZIP
 
-CONFLICTS=	hdf-4.* hdf5-1.6.*
-NO_LATEST_LINK=	yes
+CONFLICTS_INSTALL=	hdf-4.[0-9]* hdf5-1.6.[0-9]*
 
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list