From owner-svn-ports-all@FreeBSD.ORG Thu Sep 25 12:42:24 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DCE161A0; Thu, 25 Sep 2014 12:42:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C84E88AC; Thu, 25 Sep 2014 12:42:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PCgOBH053562; Thu, 25 Sep 2014 12:42:24 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PCgOw3053561; Thu, 25 Sep 2014 12:42:24 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201409251242.s8PCgOw3053561@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Thu, 25 Sep 2014 12:42:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369248 - head/net-p2p/py-transmissionrpc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 12:42:25 -0000 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= *