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 /math/trlan | |
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 'math/trlan')
-rw-r--r-- | math/trlan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/trlan/Makefile b/math/trlan/Makefile index 6e5c818a3399..ac04e7a19e95 100644 --- a/math/trlan/Makefile +++ b/math/trlan/Makefile @@ -3,7 +3,7 @@ PORTNAME= trlan PORTVERSION= 201009 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MASTER_SITES= https://codeforge.lbl.gov/frs/download.php/210/:1 \ http://crd.lbl.gov/~kewu/ps/:2 \ |