svn commit: r305976 - head/devel/py-mongokit
Ruslan Mahmatkhanov
rm at FreeBSD.org
Tue Oct 16 14:28:10 UTC 2012
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 at derzinn.de>
-#
+# Created by: Mirko Zinn <mail at 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/
More information about the svn-ports-head
mailing list