diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-21 04:42:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-21 04:42:39 +0800 |
commit | f231c2016f6af7580772f2ce74510dbe5a3a5788 (patch) | |
tree | 0d93d8b3173ba1999f1a826b0d19eaa1e23c4444 /science/meep | |
parent | de952e6047a864a03336bdf1ef9c05c4f62a64f0 (diff) | |
download | freebsd-ports-gnome-f231c2016f6af7580772f2ce74510dbe5a3a5788.tar.gz freebsd-ports-gnome-f231c2016f6af7580772f2ce74510dbe5a3a5788.tar.zst freebsd-ports-gnome-f231c2016f6af7580772f2ce74510dbe5a3a5788.zip |
- Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Diffstat (limited to 'science/meep')
-rw-r--r-- | science/meep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/meep/Makefile b/science/meep/Makefile index cf8d125db62d..a2e56a495814 100644 --- a/science/meep/Makefile +++ b/science/meep/Makefile @@ -3,7 +3,7 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ |