Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 May 2015 04:56:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199135] [NEW PORT] games/typetod 0.02: endless typing game written in python3
Message-ID:  <bug-199135-13-YaHOGNdqZo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199135-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199135-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199135

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Comment on attachment 155147
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D155147
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 pli=
st.=20
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=3D	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.ht=
ml#makefile-master_sites-github-description

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199135-13-YaHOGNdqZo>