Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 05:20:14 +0000 (UTC)
From:      Ruslan Makhmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343584 - head/databases/py-Elixir
Message-ID:  <201402100520.s1A5KEGF029270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



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