diff options
Diffstat (limited to 'games/jfsw/Makefile')
-rw-r--r-- | games/jfsw/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index 46f824f99e9a..6d56a136dac6 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jfsw -PORTVERSION= 20200116 +PORTVERSION= 20201010 CATEGORIES= games MAINTAINER= martymac@FreeBSD.org @@ -29,10 +29,12 @@ DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? USE_GITHUB= yes GH_ACCOUNT= jonof GH_PROJECT= jfbuild:build jfaudiolib:audio jfmact:mact -GH_TAGNAME= 282b31a2335b2b5cac91d30044ff6b92053d1094 \ - 31e2b842629f52227fd1291f5228a806704b0cbc:build \ - 8e28fe3bc41bf809391461697cd0ecb7027cb7f6:audio \ - dbbf346d78334c6907ad9014958305309d4df7a0:mact +# See GH listing to get current (tested) submodule hashes: +# https://github.com/jonof/jfsw +GH_TAGNAME= ea58641 \ + 11d083e:build \ + 3ff144d:audio \ + dbbf346:mact GH_SUBDIR= jfbuild:build jfaudiolib:audio jfmact:mact NO_CDROM= Must be distributed only through the Internet and free of charge @@ -41,7 +43,7 @@ MAKE_ENV+= DATADIR="${DATADIR}" SUB_FILES= pkg-message -PORTDOCS= readme.txt releasenotes.html +PORTDOCS= README.md releasenotes.html OPTIONS_DEFINE= DOCS |