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 /misc | |
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 'misc')
-rw-r--r-- | misc/estic/Makefile | 2 | ||||
-rw-r--r-- | misc/rump/Makefile | 1 | ||||
-rw-r--r-- | misc/seabios/Makefile | 1 | ||||
-rw-r--r-- | misc/terraform/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/misc/estic/Makefile b/misc/estic/Makefile index 75a40fd6f6d9..b847f20aff0f 100644 --- a/misc/estic/Makefile +++ b/misc/estic/Makefile @@ -3,7 +3,7 @@ PORTNAME= estic PORTVERSION= 1.61 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc comms MASTER_SITES= LOCAL/dinoex PKGNAMESUFFIX?= ${NOX11_SUFFIX}${PKGNAMESUFFIX2} diff --git a/misc/rump/Makefile b/misc/rump/Makefile index b32da7285bda..6482c0a004b0 100644 --- a/misc/rump/Makefile +++ b/misc/rump/Makefile @@ -3,6 +3,7 @@ PORTNAME= rump PORTVERSION= 20131213 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/stacktic/ DISTNAME= buildrump-${PORTVERSION} diff --git a/misc/seabios/Makefile b/misc/seabios/Makefile index 479221843811..80e15388646e 100644 --- a/misc/seabios/Makefile +++ b/misc/seabios/Makefile @@ -2,6 +2,7 @@ PORTNAME= seabios PORTVERSION= 1.10.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://code.coreboot.org/p/seabios/downloads/get/ diff --git a/misc/terraform/Makefile b/misc/terraform/Makefile index 35d0e3b34575..e25077f9a861 100644 --- a/misc/terraform/Makefile +++ b/misc/terraform/Makefile @@ -4,7 +4,7 @@ PORTNAME= terraform PORTVERSION= 0.9.5 DISTVERSIONPREFIX= src- -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc gnome MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= gnome- |