diff options
Diffstat (limited to 'games/openbor/Makefile')
-rw-r--r-- | games/openbor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index a90c977de205..a878499282a7 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -2,9 +2,9 @@ PORTNAME= openbor # Hint: svn revision is git rev-list --count ${GH_TAGNAME} -PORTVERSION?= 7068 +PORTVERSION?= 7069 .ifndef PKGNAMESUFFIX -PORTREVISION= 1 +PORTREVISION= 0 .endif CATEGORIES= games @@ -31,7 +31,7 @@ PORTSCOUT= ignore:1 USE_GITHUB= yes GH_ACCOUNT= DCurrent -GH_TAGNAME?= 112671a6 +GH_TAGNAME?= 53e392c6 USES+= gmake pkgconfig .if ${PORTVERSION} < 4433 |