From owner-svn-ports-head@freebsd.org Mon Jun 29 13:50:56 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8D05E98FD43; Mon, 29 Jun 2015 13:50:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) 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 7E7761162; Mon, 29 Jun 2015 13:50:56 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TDoukL042985; Mon, 29 Jun 2015 13:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5TDouYZ042984; Mon, 29 Jun 2015 13:50:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506291350.t5TDouYZ042984@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 29 Jun 2015 13:50:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390906 - head/net/py-twitter X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 13:50:56 -0000 Author: sunpoet Date: Mon Jun 29 13:50:55 2015 New Revision: 390906 URL: https://svnweb.freebsd.org/changeset/ports/390906 Log: - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/net/py-twitter/Makefile Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Mon Jun 29 13:50:51 2015 (r390905) +++ head/net/py-twitter/Makefile Mon Jun 29 13:50:55 2015 (r390906) @@ -3,6 +3,7 @@ PORTNAME= twitter PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +14,11 @@ COMMENT= Python wrapper around the Twitt LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ - ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \ ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson USES= python:2 -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include