Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 May 2019 03:26:45 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502672 - head/security/cowrie
Message-ID:  <201905260326.x4Q3Qkwu094820@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun May 26 03:26:45 2019
New Revision: 502672
URL: https://svnweb.freebsd.org/changeset/ports/502672

Log:
  security/cowrie: Remove bogus xRUN_DEPENDS

Modified:
  head/security/cowrie/Makefile

Modified: head/security/cowrie/Makefile
==============================================================================
--- head/security/cowrie/Makefile	Sun May 26 03:26:20 2019	(r502671)
+++ head/security/cowrie/Makefile	Sun May 26 03:26:45 2019	(r502672)
@@ -12,8 +12,6 @@ LICENSE_FILE=	${WRKSRC}/docs/LICENSE.rst
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}incremental>0:devel/py-incremental@${PY_FLAVOR}
-xRUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}salt-common>=2017.7.1:sysutils/py-salt-common@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}GitPython>=1:devel/py-gitpython@${FLAVOR}
 RUN_DEPENDS=	bash:shells/bash \
 		${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}configparser>=0:devel/py-configparser@${PY_FLAVOR} \



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