diff options
author | gerald <gerald@FreeBSD.org> | 2016-12-07 21:24:56 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-12-07 21:24:56 +0800 |
commit | 62ddc3e0d540c5e473189ec319669a989aaffa08 (patch) | |
tree | 6d5d55da551a842aeccb81af2fbec5d4427e876a /math/trlan | |
parent | 9de7cb1d9f68241ed9c62b6a03b797756169607e (diff) | |
download | freebsd-ports-gnome-62ddc3e0d540c5e473189ec319669a989aaffa08.tar.gz freebsd-ports-gnome-62ddc3e0d540c5e473189ec319669a989aaffa08.tar.zst freebsd-ports-gnome-62ddc3e0d540c5e473189ec319669a989aaffa08.zip |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry
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 0956dcd09eda..bf264daf99f0 100644 --- a/math/trlan/Makefile +++ b/math/trlan/Makefile @@ -3,7 +3,7 @@ PORTNAME= trlan PORTVERSION= 201009 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= https://codeforge.lbl.gov/frs/download.php/210/:1 \ http://crd.lbl.gov/~kewu/ps/:2 \ |