diff options
author | tota <tota@FreeBSD.org> | 2012-08-17 11:15:54 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-08-17 11:15:54 +0800 |
commit | f72059bf07c90c000889192e615749f63f533964 (patch) | |
tree | b6deb7777f747405bd7919a982f103c77998966f /games | |
parent | 130d9dd272fbcfe1ca6b9b3f9121e73f49572dcb (diff) | |
download | freebsd-ports-gnome-f72059bf07c90c000889192e615749f63f533964.tar.gz freebsd-ports-gnome-f72059bf07c90c000889192e615749f63f533964.tar.zst freebsd-ports-gnome-f72059bf07c90c000889192e615749f63f533964.zip |
- Update to 1.0.3
Diffstat (limited to 'games')
-rw-r--r-- | games/gti/Makefile | 8 | ||||
-rw-r--r-- | games/gti/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/games/gti/Makefile b/games/gti/Makefile index f953172b7bbb..c4e2332cbaba 100644 --- a/games/gti/Makefile +++ b/games/gti/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gti -PORTVERSION= 0.0.2012.08.16 +PORTVERSION= 1.0.3 CATEGORIES= games MASTER_SITES= https://github.com/rwos/gti/tarball/master/ -DISTNAME= ${GITNAME}-${GITVERSION} +DISTNAME= ${GITNAME}-v${PORTVERSION}-g${GITVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Just a silly git launcher, basically. Inspired by sl @@ -17,7 +17,9 @@ COMMENT= Just a silly git launcher, basically. Inspired by sl GITUSER= rwos GITREPONAME= ${PORTNAME} GITNAME= ${GITUSER}-${GITREPONAME} -GITVERSION= ef5c4d8 +GITVERSION= 0b77b60 + +WRKSRC= ${WRKDIR}/${GITNAME}-${GITVERSION} FETCH_ARGS= -pRr ALL_TARGET= ${PORTNAME} diff --git a/games/gti/distinfo b/games/gti/distinfo index 6b4a87b4eaa0..eb9c5c6b0954 100644 --- a/games/gti/distinfo +++ b/games/gti/distinfo @@ -1,2 +1,2 @@ -SHA256 (rwos-gti-ef5c4d8.tar.gz) = b5ad56791d2f61d21e922e00512a452b566bd7dcb4f8b6161a175415ce985787 -SIZE (rwos-gti-ef5c4d8.tar.gz) = 1578 +SHA256 (rwos-gti-v1.0.3-g0b77b60.tar.gz) = c02966862ea074aaebc5bc9743872f276ee73482225abd5e841b60cf95d9acc3 +SIZE (rwos-gti-v1.0.3-g0b77b60.tar.gz) = 1584 |