From owner-svn-ports-all@FreeBSD.ORG Tue Dec 30 13:38:39 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 544DFD3A; Tue, 30 Dec 2014 13:38:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40C44384F; Tue, 30 Dec 2014 13:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sBUDcdiZ040692; Tue, 30 Dec 2014 13:38:39 GMT (envelope-from rm@FreeBSD.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sBUDcdVu040690; Tue, 30 Dec 2014 13:38:39 GMT (envelope-from rm@FreeBSD.org) Message-Id: <201412301338.sBUDcdVu040690@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rm set sender to rm@FreeBSD.org using -f From: Ruslan Makhmatkhanov Date: Tue, 30 Dec 2014 13:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375834 - head/net-p2p/deluge X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2014 13:38:39 -0000 Author: rm Date: Tue Dec 30 13:38:38 2014 New Revision: 375834 URL: https://svnweb.freebsd.org/changeset/ports/375834 QAT: https://qat.redports.org/buildarchive/r375834/ Log: net-p2p/deluge: add explicit dependency on pygnome2 - add explicit dependency on pygnome2. Without this, deluge-gtk will fail to work in gnome3 environment - bump PORTREVION because of dependency change Modified: head/net-p2p/deluge/Makefile Modified: head/net-p2p/deluge/Makefile ============================================================================== --- head/net-p2p/deluge/Makefile Tue Dec 30 13:36:19 2014 (r375833) +++ head/net-p2p/deluge/Makefile Tue Dec 30 13:38:38 2014 (r375834) @@ -2,10 +2,10 @@ PORTNAME= deluge PORTVERSION= 1.3.11 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-p2p python MASTER_SITES= http://download.deluge-torrent.org/source/ -EXTRACT_SUFX= .tar.lzma MAINTAINER= rm@FreeBSD.org COMMENT= Bittorrent client using Python, GTK2, and libtorrent-rasterbar @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg> USE_RC_SUBR= deluged deluge_web SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -USES= gettext tar:xz python:2 twisted:run,web +USES= gettext tar:lzma python:2 twisted:run,web USE_PYTHON= autoplist distutils USE_OPENSSL= yes WANT_GNOME= yes @@ -41,7 +41,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbu ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:${PORTSDIR}/devel/py-notify \ xdg-utils>=1.0.2:${PORTSDIR}/devel/xdg-utils -USE_GNOME+= librsvg2 pygtk2 +USE_GNOME+= librsvg2 pygnome2 pygtk2 USES+= desktop-file-utils INSTALLS_ICONS= yes .endif