diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-20 09:38:08 +0000 |
commit | 89f8b052147a980faa4f4419d8444f0c7073c997 (patch) | |
tree | e94768205025f539f2698d8d84810ab33e0ca57f /databases/gnats4 | |
parent | 64bbcf8b752771c4cfd64dfa9cfd5d59bbd977b4 (diff) |
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).
In particular that is 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.
Notes
Notes:
svn path=/head/; revision=426566
Diffstat (limited to 'databases/gnats4')
-rw-r--r-- | databases/gnats4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gnats4/Makefile b/databases/gnats4/Makefile index 8bd2768b0d60..4a02e124d796 100644 --- a/databases/gnats4/Makefile +++ b/databases/gnats4/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnats PORTVERSION= 4.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases devel MASTER_SITES= GNU PKGNAMESUFFIX= 4 |