diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:02:36 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-09-25 08:02:36 +0800 |
commit | 7484f2258645fce25c2714f8a8c349aaf4af12d4 (patch) | |
tree | 5591751f79396196499fbf2ae1ebbbdb4567d10f /games | |
parent | 19ac9f07fce91a88c4eda154ac0dca2afe0dc83e (diff) | |
download | freebsd-ports-gnome-7484f2258645fce25c2714f8a8c349aaf4af12d4.tar.gz freebsd-ports-gnome-7484f2258645fce25c2714f8a8c349aaf4af12d4.tar.zst freebsd-ports-gnome-7484f2258645fce25c2714f8a8c349aaf4af12d4.zip |
devel/icu: update to 59.1
- Temporarily keep C++98 working in consumers for Clang's default -std=
Changes: http://site.icu-project.org/download/59
PR: 218788
Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version)
Exp-run by: antoine
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/Makefile | 2 | ||||
-rw-r--r-- | games/an/Makefile | 2 | ||||
-rw-r--r-- | games/liblcf/Makefile | 2 | ||||
-rw-r--r-- | games/openttd/Makefile | 1 | ||||
-rw-r--r-- | games/widelands/Makefile | 2 |
5 files changed, 5 insertions, 4 deletions
diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 821281d5dbed..fa2097bf9ca8 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -2,7 +2,7 @@ PORTNAME= 0ad PORTVERSION= 0.0.22 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/an/Makefile b/games/an/Makefile index abb92875aeaa..f43278a579f3 100644 --- a/games/an/Makefile +++ b/games/an/Makefile @@ -3,7 +3,7 @@ PORTNAME= an PORTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= DEBIAN_POOL DISTNAME= ${PORTNAME}_${PORTVERSION}.orig diff --git a/games/liblcf/Makefile b/games/liblcf/Makefile index 02121d2cad35..aead0dcacbbd 100644 --- a/games/liblcf/Makefile +++ b/games/liblcf/Makefile @@ -3,7 +3,7 @@ PORTNAME= liblcf PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 1e4280ac4097..120f7a47e04d 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -3,6 +3,7 @@ PORTNAME= openttd DISTVERSION= 1.7.1 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://ca.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ http://cz.binaries.openttd.org/binaries/releases/${DISTVERSION}/ \ diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 0803f5a86424..2dbbbd136202 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -3,7 +3,7 @@ PORTNAME= widelands DISTVERSION= build19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= https://launchpad.net/widelands/${DISTVERSION}/${DISTVERSION}/+download/ \ http://mirror.amdmi3.ru/distfiles/ |