diff options
author | gerald <gerald@FreeBSD.org> | 2017-04-01 23:23:30 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:09:09 +0800 |
commit | b6375db0b6b670ee0e8ebea14ae78079486544d8 (patch) | |
tree | feeb1ebedd20f0b682851d8b1622aa592ff175f0 /net-im/tox | |
parent | e55cbed9554f5b795ac9848f8d554b5c3298e558 (diff) | |
download | freebsd-ports-gnome-b6375db0b6b670ee0e8ebea14ae78079486544d8.tar.gz freebsd-ports-gnome-b6375db0b6b670ee0e8ebea14ae78079486544d8.tar.zst freebsd-ports-gnome-b6375db0b6b670ee0e8ebea14ae78079486544d8.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 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index addbec315708..3528a8c85d69 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -3,6 +3,7 @@ PORTNAME= toxcore PORTVERSION= 0.1.5 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im net-p2p |