Date: Fri, 8 Feb 2013 19:11:13 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311949 - head/net/py-twitter Message-ID: <201302081911.r18JBDjJ008753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Fri Feb 8 19:11:12 2013 New Revision: 311949 URL: http://svnweb.freebsd.org/changeset/ports/311949 Log: - update to 0.8.5 - add AL2 License, and adjust dependencies - while here trim COMMENT and historical header Reported by: portscout@ Modified: head/net/py-twitter/Makefile head/net/py-twitter/distinfo Modified: head/net/py-twitter/Makefile ============================================================================== --- head/net/py-twitter/Makefile Fri Feb 8 18:49:08 2013 (r311948) +++ head/net/py-twitter/Makefile Fri Feb 8 19:11:12 2013 (r311949) @@ -1,25 +1,22 @@ -# ex:ts=8 -# Ports collection makefile for: py-twitter -# Date created: Apr 13, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= twitter -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.5 CATEGORIES= net python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= A python wrapper around the Twitter API +COMMENT= Python wrapper around the Twitter API + +LICENSE= AL2 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 + ${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2 \ + ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 +RUN_DEPENDS:= ${BUILD_DEPENDS} PROJECTHOST= python-twitter USE_PYTHON= yes Modified: head/net/py-twitter/distinfo ============================================================================== --- head/net/py-twitter/distinfo Fri Feb 8 18:49:08 2013 (r311948) +++ head/net/py-twitter/distinfo Fri Feb 8 19:11:12 2013 (r311949) @@ -1,2 +1,2 @@ -SHA256 (python-twitter-0.8.2.tar.gz) = b7fb64877c5d53457a44899f5aa35ae073a1c3587b35f3f2661656e2fff8f72e -SIZE (python-twitter-0.8.2.tar.gz) = 63648 +SHA256 (python-twitter-0.8.5.tar.gz) = 4d19d815078bb9e68f93eeae62a02a09f895bbbb294ff3fa18f137077b522433 +SIZE (python-twitter-0.8.5.tar.gz) = 67180
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302081911.r18JBDjJ008753>