[Bug 199135] [NEW PORT] games/typetod 0.02: endless typing game written in python3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 5 04:56:47 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199135

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
Comment on attachment 155147
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=155147
sharball of typetod's makefile and etc

Please, fix portlint errors first.

$ portlint -AC
WARN: /usr/ports/games/typetod/pkg-plist: There are only 2 items in the plist. 
Consider using PLIST_FILES instead of pkg-plist when installing less than 6
items.
FATAL: Makefile: [4]: use a tab (not space) after a variable name
FATAL: Makefile: [10]: use a tab (not space) after a variable name
FATAL: Makefile: [12]: use a tab (not space) after a variable name
FATAL: Makefile: [13]: use a tab (not space) after a variable name
FATAL: Makefile: [15]: use a tab (not space) after a variable name
FATAL: Makefile: [17]: use a tab (not space) after a variable name
WARN: Makefile: new ports should not set PORTREVISION.
6 fatal errors and 2 warnings found.

>XMASTER_SITES=	http://github.com/raviqqe/${PORTNAME}/raw/master/pkg/

Convert to USE_GITHUB which allows to download a snapshot based on a
git tag or an arbitrary commit.

https://www.freebsd.org/doc/en/books/porters-handbook/makefile-distfiles.html#makefile-master_sites-github-description

>XRUN_DEPENDS= python3:${PORTSDIR}/lang/python3

Convert to USES=python. Note, you have to adjust arguments after colon.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list