diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
commit | 095fbe3e1ac5c36839609020469db604066f1593 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/silo/Makefile | |
parent | b7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff) | |
download | ports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz ports-095fbe3e1ac5c36839609020469db604066f1593.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]
Notes
Notes:
svn path=/head/; revision=352854
Diffstat (limited to 'science/silo/Makefile')
-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}/ |