From bc282a175d4925cc88e4a97213a2206be39e4256 Mon Sep 17 00:00:00 2001 From: tota Date: Thu, 23 Aug 2012 11:28:06 +0000 Subject: - Fix distinfo [1] - Bump PORTREVISION, accordingly - Switch USE_GITHUB and GH_* macros Pointed out by: beat@ [1] --- games/gti/Makefile | 14 +++++--------- games/gti/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/games/gti/Makefile b/games/gti/Makefile index c4e2332cbaba..7a688407b96d 100644 --- a/games/gti/Makefile +++ b/games/gti/Makefile @@ -7,21 +7,17 @@ PORTNAME= gti PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= https://github.com/rwos/gti/tarball/master/ -DISTNAME= ${GITNAME}-v${PORTVERSION}-g${GITVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Just a silly git launcher, basically. Inspired by sl -GITUSER= rwos -GITREPONAME= ${PORTNAME} -GITNAME= ${GITUSER}-${GITREPONAME} -GITVERSION= 0b77b60 +USE_GITHUB= yes +GH_ACCOUNT= rwos +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 8865ed5 -WRKSRC= ${WRKDIR}/${GITNAME}-${GITVERSION} - -FETCH_ARGS= -pRr ALL_TARGET= ${PORTNAME} PLIST_FILES= bin/${PORTNAME} diff --git a/games/gti/distinfo b/games/gti/distinfo index eb9c5c6b0954..b35d80f2d867 100644 --- a/games/gti/distinfo +++ b/games/gti/distinfo @@ -1,2 +1,2 @@ -SHA256 (rwos-gti-v1.0.3-g0b77b60.tar.gz) = c02966862ea074aaebc5bc9743872f276ee73482225abd5e841b60cf95d9acc3 -SIZE (rwos-gti-v1.0.3-g0b77b60.tar.gz) = 1584 +SHA256 (gti-1.0.3.tar.gz) = fb930d95857b4316d9bc2f6cfbafe96518f5b744f380387381b5b582245892a7 +SIZE (gti-1.0.3.tar.gz) = 1588 -- cgit