Date: Thu, 11 Mar 2021 14:55:28 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568096 - head/net-im/gajim Message-ID: <202103111455.12BEtSjJ008292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Thu Mar 11 14:55:28 2021 New Revision: 568096 URL: https://svnweb.freebsd.org/changeset/ports/568096 Log: net-im/gajim: remove duplicate dependencies They were a last minute addition despite they already were presented in Makefile. Not bumping PORTREVISION, because actual dependencies list is not changed. Modified: head/net-im/gajim/Makefile Modified: head/net-im/gajim/Makefile ============================================================================== --- head/net-im/gajim/Makefile Thu Mar 11 14:01:39 2021 (r568095) +++ head/net-im/gajim/Makefile Thu Mar 11 14:55:28 2021 (r568096) @@ -20,9 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}css-parser>0:www/p ${PYTHON_PKGNAMEPREFIX}openssl>=0.12:security/py-openssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}css-parser>=0:www/py-css-parser@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} USES= cpe dos2unix gettext gnome python:3.7+ xorg USE_PYTHON= autoplist distutils noflavors
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103111455.12BEtSjJ008292>