Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 13:56:15 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326727 - head/devel/py-mongoengine
Message-ID:  <201309081356.r88DuFc9001115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Sep  8 13:56:14 2013
New Revision: 326727
URL: http://svnweb.freebsd.org/changeset/ports/326727

Log:
  devel/py-mongoengine: update to 0.8.4
  
  - Update to 0.8.4
  - Use zip_safe=False
  - Remove leading article from COMMENT
  - Take maintainership
  
  Changes: http://docs.mongoengine.org/en/latest/changelog.html
  
  PR:		ports/181486
  Submitted by:	wg (myself)
  Approved by:	maintainer (timeout)

Modified:
  head/devel/py-mongoengine/Makefile
  head/devel/py-mongoengine/distinfo

Modified: head/devel/py-mongoengine/Makefile
==============================================================================
--- head/devel/py-mongoengine/Makefile	Sun Sep  8 13:47:40 2013	(r326726)
+++ head/devel/py-mongoengine/Makefile	Sun Sep  8 13:56:14 2013	(r326727)
@@ -2,21 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	mongoengine
-PORTVERSION=	0.7.9
+PORTVERSION=	0.8.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	mail@derzinn.de
-COMMENT=	A Python Object-Document-Mapper for working with MongoDB
+COMMENT=	Object-Document-Mapper for working with MongoDB
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	pymongo>=2.1:${PORTSDIR}/databases/pymongo
+RUN_DEPENDS=	pymongo>=2.5:${PORTSDIR}/databases/pymongo
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
 PYDISTUTILS_NOEGGINFO=	yes
-PLIST_FILES=		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+post-patch:
+	@${REINPLACE_CMD} 's|classifiers=CLASSIFIERS,|classifiers=CLASSIFIERS,zip_safe=False,|' \
+		${WRKSRC}/setup.py
 
 .include <bsd.port.mk>

Modified: head/devel/py-mongoengine/distinfo
==============================================================================
--- head/devel/py-mongoengine/distinfo	Sun Sep  8 13:47:40 2013	(r326726)
+++ head/devel/py-mongoengine/distinfo	Sun Sep  8 13:56:14 2013	(r326727)
@@ -1,2 +1,2 @@
-SHA256 (mongoengine-0.7.9.tar.gz) = 729e6dd366b049a0dcd1694a36f1a8166d4643dd2074ff6c9c085aa349164673
-SIZE (mongoengine-0.7.9.tar.gz) = 103159
+SHA256 (mongoengine-0.8.4.tar.gz) = 623057f31ea693b0ad7a18bbbced20d60aea8628031102305bd18dcd6e6a3d86
+SIZE (mongoengine-0.8.4.tar.gz) = 124353



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309081356.r88DuFc9001115>