diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-12 02:26:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-12 02:26:13 +0800 |
commit | b4a132dab359f8319615206dcd9b053552ae7194 (patch) | |
tree | 949cc06dd189ddfe52ea6d45bae7779aa88f5602 /games | |
parent | b338c0f73a091e7606dc48f014b58e6ce1434ccc (diff) | |
download | freebsd-ports-gnome-b4a132dab359f8319615206dcd9b053552ae7194.tar.gz freebsd-ports-gnome-b4a132dab359f8319615206dcd9b053552ae7194.tar.zst freebsd-ports-gnome-b4a132dab359f8319615206dcd9b053552ae7194.zip |
Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change
Changes: https://github.com/google/protobuf/releases
Diffstat (limited to 'games')
-rw-r--r-- | games/cockatrice/Makefile | 1 | ||||
-rw-r--r-- | games/pink-pony/Makefile | 2 | ||||
-rw-r--r-- | games/pokerth/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index e48911d9bef1..0cc783ff5bea 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -3,6 +3,7 @@ PORTNAME= Cockatrice PORTVERSION= 0.0.g2017.11.19 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index 47bd01178e5f..f8ac5ee6f89f 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -3,7 +3,7 @@ PORTNAME= pink-pony PORTVERSION= 1.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 5af7302d02cf..799a3745f54e 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -3,7 +3,7 @@ PORTNAME= pokerth PORTVERSION= 1.1.1 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.1 DISTNAME= PokerTH-${PORTVERSION}-src |