From owner-svn-ports-head@FreeBSD.ORG Wed Oct 9 12:24:21 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 0A6A7906; Wed, 9 Oct 2013 12:24:21 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D275622C0; Wed, 9 Oct 2013 12:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99COKEf052787; Wed, 9 Oct 2013 12:24:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99COKq1052783; Wed, 9 Oct 2013 12:24:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201310091224.r99COKq1052783@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 9 Oct 2013 12:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329887 - 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.14 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: Wed, 09 Oct 2013 12:24:21 -0000 Author: sunpoet Date: Wed Oct 9 12:24:19 2013 New Revision: 329887 URL: http://svnweb.freebsd.org/changeset/ports/329887 Log: - Update to 1.1 - Sort RUN_DEPENDS - Update WWW Changes: https://github.com/bear/python-twitter/blob/master/CHANGES Modified: head/net/py-twitter/Makefile head/net/py-twitter/distinfo head/net/py-twitter/pkg-descr (contents, props changed) Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Wed Oct 9 12:10:23 2013 (r329886) +++ head/net/py-twitter/Makefile Wed Oct 9 12:24:19 2013 (r329887) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twitter -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,13 @@ COMMENT= Python wrapper around the Twitt LICENSE= AL2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ - ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}oauth2>=0:${PORTSDIR}/net/py-oauth2 \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +NO_STAGE= yes +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= python_twitter -NO_STAGE= yes .include Modified: head/net/py-twitter/distinfo ============================================================================== --- head/net/py-twitter/distinfo Wed Oct 9 12:10:23 2013 (r329886) +++ head/net/py-twitter/distinfo Wed Oct 9 12:24:19 2013 (r329887) @@ -1,2 +1,2 @@ -SHA256 (python-twitter-1.0.tar.gz) = e54e730bc40b969f35ed6ddfb310eac7256a2caac335a8971a46ae56beb7c814 -SIZE (python-twitter-1.0.tar.gz) = 101606 +SHA256 (python-twitter-1.1.tar.gz) = 0fdc012894cda38735a48b55d4904d86b104515c1242c0c400ab350d62695c12 +SIZE (python-twitter-1.1.tar.gz) = 91795 Modified: head/net/py-twitter/pkg-descr ============================================================================== --- head/net/py-twitter/pkg-descr Wed Oct 9 12:10:23 2013 (r329886) +++ head/net/py-twitter/pkg-descr Wed Oct 9 12:24:19 2013 (r329887) @@ -5,4 +5,4 @@ connect via the web, IM, and SMS. Twitte (http://twitter.com/help/api) and this library is intended to make it even easier for python programmers to use. -WWW: http://code.google.com/p/python-twitter/ +WWW: https://github.com/bear/python-twitter