svn commit: r403222 - head/net/py-twitter

Steven Kreuzer skreuzer at FreeBSD.org
Mon Dec 7 18:37:35 UTC 2015


Author: skreuzer
Date: Mon Dec  7 18:37:33 2015
New Revision: 403222
URL: https://svnweb.freebsd.org/changeset/ports/403222

Log:
  - Update to version 2.2
  - Pet portlint

Modified:
  head/net/py-twitter/Makefile
  head/net/py-twitter/distinfo
  head/net/py-twitter/pkg-descr

Modified: head/net/py-twitter/Makefile
==============================================================================
--- head/net/py-twitter/Makefile	Mon Dec  7 18:30:26 2015	(r403221)
+++ head/net/py-twitter/Makefile	Mon Dec  7 18:37:33 2015	(r403222)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	twitter
-PORTVERSION=	2.0
-PORTREVISION=	1
+PORTVERSION=	2.2
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net/py-twitter/distinfo
==============================================================================
--- head/net/py-twitter/distinfo	Mon Dec  7 18:30:26 2015	(r403221)
+++ head/net/py-twitter/distinfo	Mon Dec  7 18:37:33 2015	(r403222)
@@ -1,2 +1,2 @@
-SHA256 (python-twitter-2.0.tar.gz) = abbcd9fc95f58f8ba7c0c122af2f6cf249e4e30ead755dab3c4f87afd7e1c8bc
-SIZE (python-twitter-2.0.tar.gz) = 65405
+SHA256 (python-twitter-2.2.tar.gz) = b70648c6026ef3772a1c911382d9fd8651fe0b673c15aad7d38d6f685c7c4dc2
+SIZE (python-twitter-2.2.tar.gz) = 66347

Modified: head/net/py-twitter/pkg-descr
==============================================================================
--- head/net/py-twitter/pkg-descr	Mon Dec  7 18:30:26 2015	(r403221)
+++ head/net/py-twitter/pkg-descr	Mon Dec  7 18:37:33 2015	(r403222)
@@ -1,8 +1,7 @@
 This library provides a pure python interface for the Twitter API.
 
-Twitter (http://twitter.com) provides a service that allows people to
-connect via the web, IM, and SMS. Twitter exposes a web services API
-(http://twitter.com/help/api) and this library is intended to make it
+Twitter provides a service that allows people to connect via the web, IM, and
+SMS. Twitter exposes a web services API and this library is intended to make it
 even easier for python programmers to use.
 
 WWW: https://github.com/bear/python-twitter


More information about the svn-ports-all mailing list