svn commit: r369248 - head/net-p2p/py-transmissionrpc

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Sep 25 12:42:25 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	ports at 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=	*
 


More information about the svn-ports-head mailing list