From owner-svn-ports-all@FreeBSD.ORG Tue Oct 16 14:28:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 244B5FCD; Tue, 16 Oct 2012 14:28:10 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E72DE8FC12; Tue, 16 Oct 2012 14:28:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9GES96H057775; Tue, 16 Oct 2012 14:28:09 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9GES9gi057771; Tue, 16 Oct 2012 14:28:09 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201210161428.q9GES9gi057771@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 16 Oct 2012 14:28:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305976 - head/devel/py-mongokit X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 14:28:10 -0000 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 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 -# +# Created by: Mirko Zinn # $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 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/