Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 2017 16:48:14 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r437213 - head/devel/nxt-python
Message-ID:  <201703291648.v2TGmEF1072296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@awesom.eu
+MAINTAINER=	ports@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703291648.v2TGmEF1072296>