From owner-svn-ports-all@freebsd.org Wed Dec 9 14:27:57 2015 Return-Path: Delivered-To: svn-ports-all@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 5309C9D4959; Wed, 9 Dec 2015 14:27:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 24756100F; Wed, 9 Dec 2015 14:27:57 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB9ERukE002125; Wed, 9 Dec 2015 14:27:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB9ERulu002124; Wed, 9 Dec 2015 14:27:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512091427.tB9ERulu002124@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 9 Dec 2015 14:27:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403407 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 09 Dec 2015 14:27:57 -0000 Author: sunpoet Date: Wed Dec 9 14:27:56 2015 New Revision: 403407 URL: https://svnweb.freebsd.org/changeset/ports/403407 Log: - Update to 2.2 - Add LICENSE_FILE - Add NO_ARCH - Relax USES=python Changes: https://github.com/bear/python-twitter/blob/master/CHANGES Modified: head/net/py-twitter/Makefile Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Wed Dec 9 14:27:52 2015 (r403406) +++ head/net/py-twitter/Makefile Wed Dec 9 14:27:56 2015 (r403407) @@ -12,12 +12,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Python wrapper around the Twitter API LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE 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 + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib -USES= python:2 +NO_ARCH= yes +USES= python USE_PYTHON= autoplist distutils .include