svn commit: r343584 - head/databases/py-Elixir

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 10 05:20:15 UTC 2014


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 at 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/


More information about the svn-ports-all mailing list