From owner-svn-ports-all@FreeBSD.ORG Mon Feb 10 05:20:15 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 525DF250; Mon, 10 Feb 2014 05:20:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32E0C131D; Mon, 10 Feb 2014 05:20:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1A5KFxc029273; Mon, 10 Feb 2014 05:20:15 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1A5KEGF029270; Mon, 10 Feb 2014 05:20:14 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201402100520.s1A5KEGF029270@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Mon, 10 Feb 2014 05:20:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343584 - head/databases/py-Elixir 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.17 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: Mon, 10 Feb 2014 05:20:15 -0000 Author: rm Date: Mon Feb 10 05:20:14 2014 New Revision: 343584 URL: http://svnweb.freebsd.org/changeset/ports/343584 QAT: https://qat.redports.org/buildarchive/r343584/ Log: - add LICENSE (MIT) - do not use easy_install - convert to using auto-generated packing list - remove tab and add trailing slash in pkg-descr:WWW - bump PORTREVISION Approved by: nivit (maintainer, by email) Deleted: head/databases/py-Elixir/pkg-plist Modified: head/databases/py-Elixir/Makefile head/databases/py-Elixir/pkg-descr Modified: head/databases/py-Elixir/Makefile ============================================================================== --- head/databases/py-Elixir/Makefile Mon Feb 10 04:33:53 2014 (r343583) +++ head/databases/py-Elixir/Makefile Mon Feb 10 05:20:14 2014 (r343584) @@ -3,7 +3,7 @@ PORTNAME= Elixir PORTVERSION= 0.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -12,10 +12,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Declarative Mapper for SQLAlchemy +LICENSE= MIT + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.4.0:${PORTSDIR}/databases/py-sqlalchemy06 -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/databases/py-Elixir/pkg-descr ============================================================================== --- head/databases/py-Elixir/pkg-descr Mon Feb 10 04:33:53 2014 (r343583) +++ head/databases/py-Elixir/pkg-descr Mon Feb 10 05:20:14 2014 (r343584) @@ -10,4 +10,4 @@ not need the full expressiveness of SQLA Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the TurboEntity project. -WWW: http://elixir.ematia.de +WWW: http://elixir.ematia.de/