diff options
author | gerald <gerald@FreeBSD.org> | 2016-11-20 17:38:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-11-20 17:38:08 +0800 |
commit | db5f30a44b64f57dc79943bd0353111f9146dadc (patch) | |
tree | e94768205025f539f2698d8d84810ab33e0ca57f /net-p2p | |
parent | 402295d85eaa6b40d0c3fd478260d4ccd953880e (diff) | |
download | freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.tar.gz freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.tar.zst freebsd-ports-gnome-db5f30a44b64f57dc79943bd0353111f9146dadc.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).
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.
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/cpuminer/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/go-ethereum/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/verlihub-plugins/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/cpuminer/Makefile b/net-p2p/cpuminer/Makefile index c734ccbcefde..d1b8eb686475 100644 --- a/net-p2p/cpuminer/Makefile +++ b/net-p2p/cpuminer/Makefile @@ -3,7 +3,7 @@ PORTNAME= cpuminer PORTVERSION= 2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p math MASTER_SITES= SF/cpuminer DISTNAME= pooler-${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index d3ef128d38c3..650a18c75ed3 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -2,6 +2,7 @@ PORTNAME= go-ethereum PORTVERSION= 1.4.12 +PORTREVISION= 1 DISTVERSIONPREFIX= v CATEGORIES= net-p2p diff --git a/net-p2p/verlihub-plugins/Makefile b/net-p2p/verlihub-plugins/Makefile index 9891fee90932..d249cec3194f 100644 --- a/net-p2p/verlihub-plugins/Makefile +++ b/net-p2p/verlihub-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= verlihub PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p PKGNAMESUFFIX= -plugins |