svn commit: r356043 - head/misc/typetrainer
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sun Jun 1 05:46:57 UTC 2014
Author: rm
Date: Sun Jun 1 05:46:57 2014
New Revision: 356043
URL: http://svnweb.freebsd.org/changeset/ports/356043
QAT: https://qat.redports.org/buildarchive/r356043/
Log:
misc/typetrainer: support stage
- do not use easy_install
- support stage
- bump PORTREVISION
Deleted:
head/misc/typetrainer/pkg-plist
Modified:
head/misc/typetrainer/Makefile
head/misc/typetrainer/pkg-descr
Modified: head/misc/typetrainer/Makefile
==============================================================================
--- head/misc/typetrainer/Makefile Sun Jun 1 05:46:02 2014 (r356042)
+++ head/misc/typetrainer/Makefile Sun Jun 1 05:46:57 2014 (r356043)
@@ -2,7 +2,7 @@
PORTNAME= typetrainer
PORTVERSION= 0.5.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc python
MASTER_SITES= CHEESESHOP
@@ -10,11 +10,10 @@ MAINTAINER= rm at FreeBSD.org
COMMENT= Typing tutor trainer
LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-USE_GNOME= pygtk2
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
+USE_GNOME= pygtk2
+USE_PYTHON= 2
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/misc/typetrainer/pkg-descr
==============================================================================
--- head/misc/typetrainer/pkg-descr Sun Jun 1 05:46:02 2014 (r356042)
+++ head/misc/typetrainer/pkg-descr Sun Jun 1 05:46:57 2014 (r356043)
@@ -3,4 +3,4 @@ annoying manner. It tries to behave clos
-- adaptive typing tutor which dynamically changes exercises to help trainee to
learn hard places thoroughly.
-WWW: https://github.com/baverman/typetrainer
+WWW: https://github.com/baverman/typetrainer/
More information about the svn-ports-head
mailing list