Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 18:05:33 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335312 - head/net/py-twitter-tools
Message-ID:  <201311301805.rAUI5Xuu049093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Nov 30 18:05:33 2013
New Revision: 335312
URL: http://svnweb.freebsd.org/changeset/ports/335312

Log:
  net/py-twitter-tools: Update to 1.10.2
  
  - Update to 1.10.2
  - Enable STAGE support
  - Enable AUTOPLIST support, delete pkg-plist
  - Re-order while i'm here
  
  Changes:
  
   https://github.com/sixohsix/twitter/commits/twitter-1.10.2

Deleted:
  head/net/py-twitter-tools/pkg-plist
Modified:
  head/net/py-twitter-tools/Makefile
  head/net/py-twitter-tools/distinfo

Modified: head/net/py-twitter-tools/Makefile
==============================================================================
--- head/net/py-twitter-tools/Makefile	Sat Nov 30 18:01:44 2013	(r335311)
+++ head/net/py-twitter-tools/Makefile	Sat Nov 30 18:05:33 2013	(r335312)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	twitter-tools
-PORTVERSION=	1.10.0
+PORTVERSION=	1.10.2
 CATEGORIES=	net python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	twitter-${PORTVERSION}
@@ -15,12 +15,13 @@ LICENSE=	MIT
 USE_GITHUB=		yes
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	twitter
 
 GH_ACCOUNT=	sixohsix
 GH_PROJECT=	twitter
 GH_TAGNAME=	${DISTNAME}
-GH_COMMIT=	f56d4b3
+GH_COMMIT=	cb68a5f
+
+PYDISTUTILS_PKGNAME=	twitter
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/py-twitter-tools/distinfo
==============================================================================
--- head/net/py-twitter-tools/distinfo	Sat Nov 30 18:01:44 2013	(r335311)
+++ head/net/py-twitter-tools/distinfo	Sat Nov 30 18:05:33 2013	(r335312)
@@ -1,2 +1,2 @@
-SHA256 (twitter-1.10.0.tar.gz) = 6629b868905fdd4d384ffcdb125fe943148f49304d6a6139d4c2308d51b9b998
-SIZE (twitter-1.10.0.tar.gz) = 36265
+SHA256 (twitter-1.10.2.tar.gz) = b72f481cceedf381a3c1a27efaf61dd4e460892516cb7fe8a5b943e36fd9a250
+SIZE (twitter-1.10.2.tar.gz) = 37163



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