Commit graph

4 commits

Author SHA1 Message Date
Eitan Adler
c59a3834c4 At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
2012-01-21 17:40:15 +00:00
Cheng-Lung Sung
8b594f475c - Update to 1.5.170 2011-05-06 05:34:14 +00:00
Cheng-Lung Sung
6806fbbbdd - Update to 1.5.168 2011-04-06 08:03:11 +00:00
Cheng-Lung Sung
55fc05e6a9 net/py-oauth2 was originally forked from Leah Culver and Andy Smith's
oauth.py code (see net/py-oauth).

A number of notable differences exist between this code and its
forefathers:

* 100% unit test coverage.
* The DataStore object has been completely ripped out.
* Classes are no longer prefixed with OAuth.
* The Request class now extends from dict.
* The library is likely no longer compatible with Python 2.3.
* The Client class works and extends from httplib2.

WWW:	http://github.com/simplegeo/python-oauth2
2011-03-02 10:04:17 +00:00