diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-07-30 06:18:44 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2018-07-30 06:18:44 +0800 |
commit | 09f9633cb617878a6611cfdfb630e55d957188ef (patch) | |
tree | 75221c7f7553f4576b2cf1137ee3db4058fd8973 /databases/gigabase | |
parent | d2346f31bcdb9a72f7cb14c3d3127c2d198a087e (diff) | |
download | freebsd-ports-gnome-09f9633cb617878a6611cfdfb630e55d957188ef.tar.gz freebsd-ports-gnome-09f9633cb617878a6611cfdfb630e55d957188ef.tar.zst freebsd-ports-gnome-09f9633cb617878a6611cfdfb630e55d957188ef.zip |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
Diffstat (limited to 'databases/gigabase')
-rw-r--r-- | databases/gigabase/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gigabase/Makefile b/databases/gigabase/Makefile index 9e7666add7dc..08a22dd79194 100644 --- a/databases/gigabase/Makefile +++ b/databases/gigabase/Makefile @@ -3,7 +3,7 @@ PORTNAME= gigabase PORTVERSION= 3.91 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \ http://www.garret.ru/ |