Date: Tue, 30 Dec 2014 13:38:39 +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: r375834 - head/net-p2p/deluge Message-ID: <201412301338.sBUDcdVu040690@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412301338.sBUDcdVu040690>