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

Ruslan Makhmatkhanov rm at FreeBSD.org
Mon Feb 25 19:48:40 UTC 2019


Author: rm
Date: Mon Feb 25 19:48:39 2019
New Revision: 493893
URL: https://svnweb.freebsd.org/changeset/ports/493893

Log:
  net-im/gajim: fix run dependencies
  
  Comments, added to run-depends in the last update broke gajim dependencies
  installation for some users (this is not something I seeing in poudriere build
  logs and installing from package though), so remove them and bump PORTREVISION.
  
  PR:		235838
  Reported by:	tobias.rehbein at web.de, des

Modified:
  head/net-im/gajim/Makefile

Modified: head/net-im/gajim/Makefile
==============================================================================
--- head/net-im/gajim/Makefile	Mon Feb 25 19:41:49 2019	(r493892)
+++ head/net-im/gajim/Makefile	Mon Feb 25 19:48:39 2019	(r493893)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gajim
 DISTVERSION=	1.1.2
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	https://gajim.org/downloads/1.1/
 
@@ -17,10 +18,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cssutils>=1.0.2:ww
 		${PYTHON_PKGNAMEPREFIX}nbxmpp>=0.6.9:net-im/py-nbxmpp@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}precis_i18n>=1.0.0:textproc/py-precis_i18n@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}openssl>=0.12:security/py-openssl@${PY_FLAVOR} \
-		# These are implicit dependencies, not listed in setup.py \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py-cairo@${PY_FLAVOR} \
-		# This dependency doesn't seems needed anymore. Leave for now \
 		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
 
 USES=		cpe dos2unix gnome python:3.5+ tar:bzip2


More information about the svn-ports-all mailing list