Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2018 21:09:12 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479900 - head/textproc/pootle
Message-ID:  <201809162109.w8GL9C7a072866@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Sep 16 21:09:12 2018
New Revision: 479900
URL: https://svnweb.freebsd.org/changeset/ports/479900

Log:
  textproc/pootle: convert the DB option into a GROUP [1]
  
  While here, sort dependencies and remove unsused simplejson dependency.
  
  Submitted by:	mat [1]

Modified:
  head/textproc/pootle/Makefile

Modified: head/textproc/pootle/Makefile
==============================================================================
--- head/textproc/pootle/Makefile	Sun Sep 16 18:17:56 2018	(r479899)
+++ head/textproc/pootle/Makefile	Sun Sep 16 21:09:12 2018	(r479900)
@@ -15,15 +15,14 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	translate-toolkit>=1.11.0:textproc/translate-toolkit \
-		${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cssmin>=0.1.4:www/py-cssmin@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}lxml>=2.1.4:devel/py-lxml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django-taggit>0.10:www/py-django-taggit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django-assets>=0.8:www/py-django-assets@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django-taggit>0.10:www/py-django-taggit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}django-voting>=0.1:www/py-django-voting@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}argparse>=0:devel/py-argparse@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}south>=0.7.6:databases/py-south@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}diff-match-patch>=0:textproc/py-diff-match-patch@${PY_FLAVOR}
 # actually diff-match-patch is a dependency of translate-toolkit,
 # but only this port uses it.
@@ -45,9 +44,9 @@ SUB_LIST+=	PYTHON_CMD="${PYTHON_CMD}"
 PORTDOCS=	CREDITS INSTALL LICENSE
 
 OPTIONS_DEFINE=	DOCS LDAP MEMCACHED
-OPTIONS_SINGLE=	DB
+OPTIONS_GROUP=	DB
 DB_DESC=	Database backend
-OPTIONS_SINGLE_DB=MYSQL PGSQL
+OPTIONS_GROUP_DB=MYSQL PGSQL
 OPTIONS_DEFAULT=MEMCACHED MYSQL
 
 MEMCACHED_DESC=	Use memcached to improve performance



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