diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:39:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:39:51 +0800 |
commit | 46e7b9a0e7e218ec32c734e1f6d28e4d290123f1 (patch) | |
tree | e34adbd86afd804caa501594aaf9fc14e3a13d45 /science/silo | |
parent | 2f0398dfe100750532f3fd19bc440b2a2e82d811 (diff) | |
download | freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.tar.gz freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.tar.zst freebsd-ports-gnome-46e7b9a0e7e218ec32c734e1f6d28e4d290123f1.zip |
- Update to 1.8.14
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
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 a6bc89d10c9c..97116aeb6b42 100644 --- a/science/silo/Makefile +++ b/science/silo/Makefile @@ -4,6 +4,7 @@ PORTNAME= silo PORTVERSION= 4.10 DISTVERSIONSUFFIX= -bsd +PORTREVISION= 1 CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ |