diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-08-20 20:01:03 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-08-20 20:01:03 +0000 |
commit | e2b9f61b0dd2db1c761cb15b09d0434eb2321220 (patch) | |
tree | c8779481f1f1a5ff88f208fb6254ed1c657916e8 /databases | |
parent | f5b5af8d2b587f04bf553d974d58ae25aa008907 (diff) | |
download | ports-e2b9f61b0dd2db1c761cb15b09d0434eb2321220.tar.gz ports-e2b9f61b0dd2db1c761cb15b09d0434eb2321220.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pymongo/Makefile | 4 | ||||
-rw-r--r-- | databases/pymongo/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index bfb36c694c6f..d22ef8a5dec8 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.5.2 +PORTVERSION= 2.6 CATEGORIES= databases python MASTER_SITES= CHEESESHOP MAINTAINER= wg@FreeBSD.org COMMENT= Python driver for MongoDB +LICENSE= AL2 + USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes diff --git a/databases/pymongo/distinfo b/databases/pymongo/distinfo index a95d83ac6f4f..6635eb4b67b2 100644 --- a/databases/pymongo/distinfo +++ b/databases/pymongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.5.2.tar.gz) = 84ac1da67d0dabc711fa8259324d4e94b26a85411bcf0c12dc80a427d9f93ecc -SIZE (pymongo-2.5.2.tar.gz) = 303234 +SHA256 (pymongo-2.6.tar.gz) = 0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a +SIZE (pymongo-2.6.tar.gz) = 322457 |