Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 12:24:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329887 - head/net/py-twitter
Message-ID:  <201310091224.r99COKq1052783@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310091224.r99COKq1052783>