svn commit: r437213 - head/devel/nxt-python

Mark Linimon linimon at FreeBSD.org
Wed Mar 29 16:48:15 UTC 2017


Author: linimon
Date: Wed Mar 29 16:48:14 2017
New Revision: 437213
URL: https://svnweb.freebsd.org/changeset/ports/437213

Log:
  Maintainer's email address bounces.
  
  While here, pet portlint.

Modified:
  head/devel/nxt-python/Makefile

Modified: head/devel/nxt-python/Makefile
==============================================================================
--- head/devel/nxt-python/Makefile	Wed Mar 29 16:47:39 2017	(r437212)
+++ head/devel/nxt-python/Makefile	Wed Mar 29 16:48:14 2017	(r437213)
@@ -7,17 +7,17 @@ PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	GOOGLE_CODE
 
-MAINTAINER=	acieroid at awesom.eu
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Python interface for the Lego Mindstorms NXT robot
 
 LICENSE=	GPLv3
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb
+
 BROKEN=		Unfetchable (google code has gone away)
 DEPRECATED=	Unfetchable for more than six months (google code has gone away)
 EXPIRATION_DATE=	2017-04-30
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}usb>=0:devel/py-usb
-
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list