diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2017-03-15 16:12:56 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2017-03-15 16:12:56 +0000 |
commit | 26b550efc7ed0744ed04d439fc94b5d0a8ac372f (patch) | |
tree | b6feaadeaca3709318960dc913596ff470c14739 /games/cockatrice/Makefile | |
parent | 5370921a8e893654d5f119d5948d96b4462bcba2 (diff) |
Notes
Diffstat (limited to 'games/cockatrice/Makefile')
-rw-r--r-- | games/cockatrice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/cockatrice/Makefile b/games/cockatrice/Makefile index 2a892aacefc9..3236e34bd310 100644 --- a/games/cockatrice/Makefile +++ b/games/cockatrice/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Cockatrice -PORTVERSION= 0.0.g2017.01.20 +PORTVERSION= 0.0.g2017.03.14 CATEGORIES= games MAINTAINER= sbruno@FreeBSD.org @@ -13,7 +13,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libprotobuf.so:devel/protobuf USE_GITHUB= yes -GH_TAGNAME= 2017-01-20-Release +GH_TAGNAME= 2017-03-14-Release USES= cmake compiler:c++11-lib USE_QT5= buildtools concurrent core multimedia network printsupport \ |