Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 22:02:37 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425770 - head/www/py-turbogears
Message-ID:  <201611082202.uA8M2bB2024129@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Nov  8 22:02:37 2016
New Revision: 425770
URL: https://svnweb.freebsd.org/changeset/ports/425770

Log:
  Remove deprecated option

Modified:
  head/www/py-turbogears/Makefile

Modified: head/www/py-turbogears/Makefile
==============================================================================
--- head/www/py-turbogears/Makefile	Tue Nov  8 21:41:36 2016	(r425769)
+++ head/www/py-turbogears/Makefile	Tue Nov  8 22:02:37 2016	(r425770)
@@ -27,12 +27,11 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cher
 USES=		gettext python:2
 USE_PYTHON=	distutils autoplist
 
-OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT SQLALCHEMY
+OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT
 OPTIONS_DEFAULT=SQLOBJECT
 ELIXIR_DESC=	Use Elixir as plugin
 NOSE_DESC=	Use nose TG[testtools]
 SQLOBJECT_DESC=	Use SQLObject as DB backend
-SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future]
 
 .include <bsd.port.options.mk>
 
@@ -52,8 +51,4 @@ RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nos
 RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:databases/py-sqlobject
 .endif
 
-.if ${PORT_OPTIONS:MSQLALCHEMY}
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.3.4:databases/py-sqlalchemy06
-.endif
-
 .include <bsd.port.mk>



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