diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-10-13 21:35:11 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-13 21:35:11 +0000 |
commit | 8428a96d3998d1035712d05c8dd08d3f94592064 (patch) | |
tree | 248f6ea1e1225d91ba25e3dae1c751fc01c5e363 /databases/pymongo | |
parent | 7d781d8509f1110c9db2381b6c519420dca3d10e (diff) |
Notes
Diffstat (limited to 'databases/pymongo')
-rw-r--r-- | databases/pymongo/Makefile | 9 | ||||
-rw-r--r-- | databases/pymongo/distinfo | 4 |
2 files changed, 5 insertions, 8 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index 1d5714dc3e67..a3ecbe66584b 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.6.2 +PORTVERSION= 2.6.3 CATEGORIES= databases python MASTER_SITES= CHEESESHOP @@ -15,16 +15,13 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes PYDISTUTILS_NOEGGINFO= yes - +PYTHON_PY3K_PLIST_HACK= yes NO_STAGE= yes + .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not install on ia64, powerpc, or sparc64 .endif -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - .include <bsd.port.post.mk> diff --git a/databases/pymongo/distinfo b/databases/pymongo/distinfo index 5a499a7b2ed9..0743720eada8 100644 --- a/databases/pymongo/distinfo +++ b/databases/pymongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.6.2.tar.gz) = 091d584f7b5d8de60bf6152d9269ec9a29ae7fa34415862b2f092af393233c4e -SIZE (pymongo-2.6.2.tar.gz) = 322913 +SHA256 (pymongo-2.6.3.tar.gz) = cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2 +SIZE (pymongo-2.6.3.tar.gz) = 324241 |