aboutsummaryrefslogtreecommitdiff
path: root/databases/pymongo
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-09-04 18:46:30 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-09-04 18:46:30 +0000
commit7e9830a0f7ca43f87e5c4bce657288bd40ce2a5c (patch)
tree58bb245949517c57792c6615c74e133af6b0e2a4 /databases/pymongo
parent1dde02e6e3cdfda8a12d7c4eb445131e6c73dd04 (diff)
downloadports-7e9830a0f7ca43f87e5c4bce657288bd40ce2a5c.tar.gz
ports-7e9830a0f7ca43f87e5c4bce657288bd40ce2a5c.zip
Notes
Diffstat (limited to 'databases/pymongo')
-rw-r--r--databases/pymongo/Makefile2
-rw-r--r--databases/pymongo/distinfo4
-rw-r--r--databases/pymongo/pkg-descr2
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/