diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
commit | 8047a240e1cbbe6481930d3ec780c9c92fccd00c (patch) | |
tree | 77bf1316728e6dc2f4e5dfd92901d961b2df765d /french | |
parent | 920b723a87c30ba9bae3e0bd19ff336e2866b06c (diff) | |
download | freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.gz freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.tar.zst freebsd-ports-gnome-8047a240e1cbbe6481930d3ec780c9c92fccd00c.zip |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 2 | ||||
-rw-r--r-- | french/eficas/Makefile | 2 | ||||
-rw-r--r-- | french/med/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 626a4c6fa55e..4171845bb33d 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= french cad CATEGORIES= french cad diff --git a/french/eficas/Makefile b/french/eficas/Makefile index ddf4d39920ab..c422c02de8da 100644 --- a/french/eficas/Makefile +++ b/french/eficas/Makefile @@ -3,7 +3,7 @@ PORTNAME= eficas DISTVERSION= 2016.0-1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org diff --git a/french/med/Makefile b/french/med/Makefile index 33b53fa1f3ff..ba4a8708868e 100644 --- a/french/med/Makefile +++ b/french/med/Makefile @@ -3,7 +3,7 @@ PORTNAME= med DISTVERSION= 3.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french science MAINTAINER= thierry@FreeBSD.org |