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 /games/mirrormagic/Makefile | |
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 'games/mirrormagic/Makefile')
-rw-r--r-- | games/mirrormagic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 0cf99fad14dc..bcb242297950 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -3,7 +3,7 @@ PORTNAME= mirrormagic PORTVERSION= 2.0.2 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/mirrormagic/ \ http://mirror.amdmi3.ru/distfiles/ |