diff options
author | gerald <gerald@FreeBSD.org> | 2017-09-11 04:55:38 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:30:34 +0800 |
commit | 4060c6920a41233ac2276e20f43677eb8765451f (patch) | |
tree | 2aa635392e0e68409546a38521c7d2e81085f92c /science/massxpert/Makefile | |
parent | 9a01042e2385aa8b7a30bbf12b229eec2e629980 (diff) | |
download | freebsd-ports-gnome-4060c6920a41233ac2276e20f43677eb8765451f.tar.gz freebsd-ports-gnome-4060c6920a41233ac2276e20f43677eb8765451f.tar.zst freebsd-ports-gnome-4060c6920a41233ac2276e20f43677eb8765451f.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275
Diffstat (limited to 'science/massxpert/Makefile')
-rw-r--r-- | science/massxpert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 491d3a5b9fe5..952272ff8737 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -3,7 +3,7 @@ PORTNAME= massxpert PORTVERSION= 3.4.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ |