diff options
author | tota <tota@FreeBSD.org> | 2012-08-23 19:28:06 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-08-23 19:28:06 +0800 |
commit | bc282a175d4925cc88e4a97213a2206be39e4256 (patch) | |
tree | b63fe6d53471459b782ff14eb59a496debe06602 | |
parent | 4be17471dff111bf09a40dbf81cf984bc485358c (diff) | |
download | freebsd-ports-gnome-bc282a175d4925cc88e4a97213a2206be39e4256.tar.gz freebsd-ports-gnome-bc282a175d4925cc88e4a97213a2206be39e4256.tar.zst freebsd-ports-gnome-bc282a175d4925cc88e4a97213a2206be39e4256.zip |
- Fix distinfo [1]
- Bump PORTREVISION, accordingly
- Switch USE_GITHUB and GH_* macros
Pointed out by: beat@ [1]
-rw-r--r-- | games/gti/Makefile | 14 | ||||
-rw-r--r-- | 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 |