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/paraview | |
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/paraview')
-rw-r--r-- | science/paraview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile index 22625d48272a..a2f405a377b7 100644 --- a/science/paraview/Makefile +++ b/science/paraview/Makefile @@ -3,7 +3,7 @@ PORTNAME= paraview PORTVERSION= 4.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= science graphics MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/ DISTNAME= ParaView-v${PORTVERSION}-source |