diff options
Diffstat (limited to 'games/cockatrice/Makefile')
-rw-r--r-- | games/cockatrice/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 134215dee935..004e64144a23 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 2.7.1 -PORTREVISION= 2 +PORTVERSION= 2.7.2 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -17,7 +16,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf USES= cmake compiler:c++11-lib qt:5 USE_QT= buildtools_build concurrent core network qmake_build websockets widgets USE_GITHUB= yes -GH_TAGNAME= 2019-06-08-Release-2.7.1 +GH_TAGNAME= 2019-08-31-Release-2.7.2 INSTALLS_ICONS= yes DATADIR= ${PREFIX}/share/${PORTNAME:tl} |