Date: Wed, 18 Jul 2018 09:37:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474845 - head/net-p2p/deluge Message-ID: <201807180937.w6I9bjiq066514@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jul 18 09:37:45 2018 New Revision: 474845 URL: https://svnweb.freebsd.org/changeset/ports/474845 Log: - Pet portlint - Update WWW Approved by: portmgr blanket Modified: head/net-p2p/deluge/Makefile head/net-p2p/deluge/pkg-descr Modified: head/net-p2p/deluge/Makefile ============================================================================== --- head/net-p2p/deluge/Makefile Wed Jul 18 09:25:31 2018 (r474844) +++ head/net-p2p/deluge/Makefile Wed Jul 18 09:37:45 2018 (r474845) @@ -16,7 +16,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dbus>=0.83:devel/p ${PYTHON_PKGNAMEPREFIX}notify>=0.1.1:devel/py-notify@${PY_FLAVOR} \ xdg-utils>=1.0.2:devel/xdg-utils \ deluge:net-p2p/deluge-cli -USE_GNOME= librsvg2 pygtk2 + USES= python:-2.7 metaport +USE_GNOME= librsvg2 pygtk2 .include <bsd.port.mk> Modified: head/net-p2p/deluge/pkg-descr ============================================================================== --- head/net-p2p/deluge/pkg-descr Wed Jul 18 09:25:31 2018 (r474844) +++ head/net-p2p/deluge/pkg-descr Wed Jul 18 09:37:45 2018 (r474845) @@ -5,4 +5,4 @@ desktop environments such as Gnome and Xfce. Deluge uses Rasterbar's version of libtorrent as the main ingredient in its bittorrent protocol backend. -WWW: http://deluge-torrent.org/ +WWW: https://deluge-torrent.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807180937.w6I9bjiq066514>