diff options
author | wg <wg@FreeBSD.org> | 2013-09-05 02:46:30 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-09-05 02:46:30 +0800 |
commit | 0969e714a0108ecf609b9883c854770aae1b6d11 (patch) | |
tree | 58bb245949517c57792c6615c74e133af6b0e2a4 /databases | |
parent | c0702ca6d0f2c837faec73ef2fdcdbcfe45d7469 (diff) | |
download | freebsd-ports-gnome-0969e714a0108ecf609b9883c854770aae1b6d11.tar.gz freebsd-ports-gnome-0969e714a0108ecf609b9883c854770aae1b6d11.tar.zst freebsd-ports-gnome-0969e714a0108ecf609b9883c854770aae1b6d11.zip |
databases/pymongo: update to 2.6.1
- Update to 2.6.1
- Use single space for WWW and end with a slash
Changes:
http://api.mongodb.org/python/current/changelog.html#changes-in-version-2-6-1
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pymongo/Makefile | 2 | ||||
-rw-r--r-- | databases/pymongo/distinfo | 4 | ||||
-rw-r--r-- | databases/pymongo/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index d22ef8a5dec8..6da19a709d58 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.6 +PORTVERSION= 2.6.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP diff --git a/databases/pymongo/distinfo b/databases/pymongo/distinfo index 6635eb4b67b2..00c4b5690f20 100644 --- a/databases/pymongo/distinfo +++ b/databases/pymongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.6.tar.gz) = 0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a -SIZE (pymongo-2.6.tar.gz) = 322457 +SHA256 (pymongo-2.6.1.tar.gz) = 1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c +SIZE (pymongo-2.6.1.tar.gz) = 322608 diff --git a/databases/pymongo/pkg-descr b/databases/pymongo/pkg-descr index c46dcbf865d4..8b7f6c9b1c3c 100644 --- a/databases/pymongo/pkg-descr +++ b/databases/pymongo/pkg-descr @@ -3,4 +3,4 @@ the Mongo database from Python. The pymongo package is a native Python driver for the Mongo database. The gridfs package is a gridfs implementation on top of pymongo. -WWW: http://github.com/mongodb/mongo-python-driver +WWW: http://github.com/mongodb/mongo-python-driver/ |