diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-29 23:43:46 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-29 23:43:46 +0800 |
commit | 149013a34fcb3e753a27e6a9c6bf4672c8014437 (patch) | |
tree | c855dd964f30a5c454a46999e5b9629611a561c6 /games | |
parent | 3f98bcd00c8e91ddfe3bc90acd4cb9440423a067 (diff) | |
download | freebsd-ports-gnome-149013a34fcb3e753a27e6a9c6bf4672c8014437.tar.gz freebsd-ports-gnome-149013a34fcb3e753a27e6a9c6bf4672c8014437.tar.zst freebsd-ports-gnome-149013a34fcb3e753a27e6a9c6bf4672c8014437.zip |
Update devel/protobuf to 3.3.0
- Remove USE_CSTD=c99: it was added for [1], now audio/clementine-player builds fine without it
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
PR: 178687 [1]
Diffstat (limited to 'games')
-rw-r--r-- | games/cockatrice/Makefile | 2 | ||||
-rw-r--r-- | games/pink-pony/Makefile | 2 | ||||
-rw-r--r-- | games/pokerth/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index ef81279e25f4..65a53c3e9dfe 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -3,7 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 0.0.g2017.03.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index 502203f4aa79..cc7edd42772b 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 74cf82074890..efb1fc90fdee 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src |