Date: Tue, 16 Oct 2012 14:28:09 +0000 (UTC) From: Ruslan Mahmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305976 - head/devel/py-mongokit Message-ID: <201210161428.q9GES9gi057771@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Oct 16 14:28:09 2012 New Revision: 305976 URL: http://svn.freebsd.org/changeset/ports/305976 Log: - update to 0.8.1 while here: - trim Makefile header - limit python version to 2.x only - tab -> space change in pkg-descr:WWW PR: 171778 Submitted by: William Grzybowski <william88 at gmail dot com> Approved by: maintainer timeout (almost 1 month) Feature safe: yes Modified: head/devel/py-mongokit/Makefile head/devel/py-mongokit/distinfo head/devel/py-mongokit/pkg-descr Modified: head/devel/py-mongokit/Makefile ============================================================================== --- head/devel/py-mongokit/Makefile Tue Oct 16 14:27:08 2012 (r305975) +++ head/devel/py-mongokit/Makefile Tue Oct 16 14:28:09 2012 (r305976) @@ -1,12 +1,8 @@ -# New ports collection makefile for: py-mongokit -# Date created: 2010-02-06 -# Whom: Mirko Zinn <mail@derzinn.de> -# +# Created by: Mirko Zinn <mail@derzinn.de> # $FreeBSD$ -# PORTNAME= mongokit -PORTVERSION= 0.8 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +12,7 @@ COMMENT= Python ORM-like layer on top of RUN_DEPENDS= pymongo>=2.0.1:${PORTSDIR}/databases/pymongo -USE_PYTHON= 2.6+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install .include <bsd.port.mk> Modified: head/devel/py-mongokit/distinfo ============================================================================== --- head/devel/py-mongokit/distinfo Tue Oct 16 14:27:08 2012 (r305975) +++ head/devel/py-mongokit/distinfo Tue Oct 16 14:28:09 2012 (r305976) @@ -1,2 +1,2 @@ -SHA256 (mongokit-0.8.tar.gz) = b5af82dc5f234a0456408895180ec922a66ba1d0b7047efe1afc2531bf80cb05 -SIZE (mongokit-0.8.tar.gz) = 138308 +SHA256 (mongokit-0.8.1.tar.gz) = a1f31e3a216d0df42e6f1a9d3d1f22b25e6b52812998dcd567dabcea734c71e8 +SIZE (mongokit-0.8.1.tar.gz) = 138889 Modified: head/devel/py-mongokit/pkg-descr ============================================================================== --- head/devel/py-mongokit/pkg-descr Tue Oct 16 14:27:08 2012 (r305975) +++ head/devel/py-mongokit/pkg-descr Tue Oct 16 14:28:09 2012 (r305976) @@ -2,4 +2,4 @@ MongoKit is a python module that brings on top of the great pymongo driver. It has be written to be simpler and lighter as possible with the KISS and DRY principles in mind. -WWW: http://namlook.github.com/mongokit/ +WWW: http://namlook.github.com/mongokit/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210161428.q9GES9gi057771>