svn commit: r568096 - head/net-im/gajim

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Mar 11 14:55:28 UTC 2021


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


More information about the svn-ports-all mailing list