diff --git a/games/gti/Makefile b/games/gti/Makefile index efb7e441b7c7..92ae22477e65 100644 --- a/games/gti/Makefile +++ b/games/gti/Makefile @@ -1,43 +1,45 @@ # Created by: TAKATSU Tomonari PORTNAME= gti -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 DISTVERSIONPREFIX= v CATEGORIES= games MAINTAINER= tota@FreeBSD.org COMMENT= Just a silly git launcher, basically. Inspired by sl LICENSE= GTI LICENSE_NAME= MIT-like license LICENSE_FILE= ${WRKSRC}/README.md LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USE_GITHUB= yes GH_ACCOUNT= rwos PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz GTI_SPEED?= 50 CFLAGS+= -DGTI_SPEED=${GTI_SPEED} PORTDOCS= README.md OPTIONS_DEFINE= DOCS pre-everything:: @${ECHO_MSG} @${ECHO_MSG} " You can change the speed of the car at compile time." @${ECHO_MSG} " For example: \"make GTI_SPEED=100\" # default is 50" @${ECHO_MSG} do-build: @${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MANPREFIX}/man/man6 + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include diff --git a/games/gti/distinfo b/games/gti/distinfo index d99af86417c2..d3e51297eb4a 100644 --- a/games/gti/distinfo +++ b/games/gti/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1581398671 -SHA256 (rwos-gti-v1.7.0_GH0.tar.gz) = cea8baf25ac5e6272f9031bd5e36a17a4b55038830b108f4f24e7f55690198f7 -SIZE (rwos-gti-v1.7.0_GH0.tar.gz) = 4897 +TIMESTAMP = 1650340377 +SHA256 (rwos-gti-v1.8.0_GH0.tar.gz) = 65339ee1d52dede5e862b30582b2adf8aff2113cd6b5ece91775e1510b24ffb9 +SIZE (rwos-gti-v1.8.0_GH0.tar.gz) = 5495 diff --git a/games/gti/pkg-descr b/games/gti/pkg-descr index 0a1b1b9390e1..c6e8210f134f 100644 --- a/games/gti/pkg-descr +++ b/games/gti/pkg-descr @@ -1,13 +1,13 @@ It's a program that displays a badly made ASCII-art animation to punish you for your typing error - and after that magically launches the command you meant to launch. The code is available under an MIT-like license on github - though of course anybody can write his or her own version in a couple of minutes. This whole thing is heavily inspired by sl, which displays a steam locomotive. However, gti is actually nicer than sl as it at least executes git after the animation. :-) -WWW: http://r-wos.org/hacks/gti +WWW: https://r-wos.org/hacks/gti