Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2019 19:48:40 +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: r493893 - head/net-im/gajim
Message-ID:  <201902251948.x1PJmelA062893@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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