Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 12:42:24 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369248 - head/net-p2p/py-transmissionrpc
Message-ID:  <201409251242.s8PCgOw3053561@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rm
Date: Thu Sep 25 12:42:24 2014
New Revision: 369248
URL: http://svnweb.freebsd.org/changeset/ports/369248
QAT: https://qat.redports.org/buildarchive/r369248/

Log:
  net-p2p/py-transmissionrpc: drop maintainership
  
  - reset maintainership to ports@ - I don't use transmission for long
  - convert to USES/USE_PYTHON
  > Description of fields to fill in above:                     76 columns --|
  > PR:            If a Bugzilla PR is affected by the change.
  > Submitted by:  If someone else sent in the change.
  > Reviewed by:   If someone else reviewed your modification.
  > Approved by:   If you needed approval for this commit.
  > Obtained from: If the change is from a third party.
  > MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
  > Relnotes:      Set to 'yes' for mention in release notes.
  > Security:      Vulnerability reference (one per line) or description.
  > Sponsored by:  If the change was sponsored by an organization.
  > Empty fields above will be automatically removed.
  
  M    py-transmissionrpc/Makefile

Modified:
  head/net-p2p/py-transmissionrpc/Makefile

Modified: head/net-p2p/py-transmissionrpc/Makefile
==============================================================================
--- head/net-p2p/py-transmissionrpc/Makefile	Thu Sep 25 12:41:00 2014	(r369247)
+++ head/net-p2p/py-transmissionrpc/Makefile	Thu Sep 25 12:42:24 2014	(r369248)
@@ -9,16 +9,15 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DIST_SUBDIR=	python
 
-MAINTAINER=	rm@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Python module that communicates with Transmission through JSON-RPC
 
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 PORTDOCS=	*
 



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