Date: Tue, 19 Jun 2018 07:36:00 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472764 - head/misc/py-SimpleSoapy Message-ID: <201806190736.w5J7a0Lt005016@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jun 19 07:36:00 2018 New Revision: 472764 URL: https://svnweb.freebsd.org/changeset/ports/472764 Log: misc/py-SimpleSoapy: Add missing dependency It is missing from the requirements list in the project. Modified: head/misc/py-SimpleSoapy/Makefile Modified: head/misc/py-SimpleSoapy/Makefile ============================================================================== --- head/misc/py-SimpleSoapy/Makefile Tue Jun 19 07:28:42 2018 (r472763) +++ head/misc/py-SimpleSoapy/Makefile Tue Jun 19 07:36:00 2018 (r472764) @@ -2,6 +2,7 @@ PORTNAME= SimpleSoapy DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= Simple pythonic wrapper for SoapySDR library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190736.w5J7a0Lt005016>