diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 08:55:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-03 08:55:30 +0800 |
commit | 4c8bd33779d7514cabed99d6c6eccbe6635ee926 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/silo | |
parent | d352b0e62328caabefe233d757172ba4bc645a36 (diff) | |
download | freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.gz freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.tar.zst freebsd-ports-gnome-4c8bd33779d7514cabed99d6c6eccbe6635ee926.zip |
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by: portmgr (bapt) [1]
Diffstat (limited to 'science/silo')
-rw-r--r-- | science/silo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/silo/Makefile b/science/silo/Makefile index 7c62ef27aa44..4b715314643b 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -4,6 +4,7 @@ PORTNAME= silo PORTVERSION= 4.9.1 DISTVERSIONSUFFIX= -bsd +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ |