From owner-svn-ports-all@freebsd.org Thu Sep 14 21:31:19 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54CB6E0D61C; Thu, 14 Sep 2017 21:31:19 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 30A9C6A857; Thu, 14 Sep 2017 21:31:19 +0000 (UTC) (envelope-from cpm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ELVIvu020471; Thu, 14 Sep 2017 21:31:18 GMT (envelope-from cpm@FreeBSD.org) Received: (from cpm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ELVIKS020468; Thu, 14 Sep 2017 21:31:18 GMT (envelope-from cpm@FreeBSD.org) Message-Id: <201709142131.v8ELVIKS020468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cpm set sender to cpm@FreeBSD.org using -f From: "Carlos J. Puga Medina" Date: Thu, 14 Sep 2017 21:31:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449856 - head/net-p2p/deluge-cli X-SVN-Group: ports-head X-SVN-Commit-Author: cpm X-SVN-Commit-Paths: head/net-p2p/deluge-cli X-SVN-Commit-Revision: 449856 X-SVN-Commit-Repository: ports 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.23 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: Thu, 14 Sep 2017 21:31:19 -0000 Author: cpm Date: Thu Sep 14 21:31:17 2017 New Revision: 449856 URL: https://svnweb.freebsd.org/changeset/ports/449856 Log: - Add explicit dependency on security/py-service_identity - Switch to USE_GITHUB and the GH_* foo - Update WWW in pkg-descr - Bump PORTREVISION While I'm here, pet portlint, CATEGORIES appears out-of-order and USE_* comes before USES. PR: 221940 Submitted by: xmj Approved by: rm (maintainer timeout, 2 weeks) Modified: head/net-p2p/deluge-cli/Makefile head/net-p2p/deluge-cli/distinfo head/net-p2p/deluge-cli/pkg-descr Modified: head/net-p2p/deluge-cli/Makefile ============================================================================== --- head/net-p2p/deluge-cli/Makefile Thu Sep 14 21:23:14 2017 (r449855) +++ head/net-p2p/deluge-cli/Makefile Thu Sep 14 21:31:17 2017 (r449856) @@ -2,10 +2,9 @@ PORTNAME= deluge PORTVERSION= 1.3.15 -PORTREVISION= 1 -PKGNAMESUFFIX= -cli +PORTREVISION= 2 CATEGORIES= net-p2p python -MASTER_SITES= http://download.deluge-torrent.org/source/ +PKGNAMESUFFIX= -cli MAINTAINER= rm@FreeBSD.org COMMENT= CLI part of bittorrent client using Python and libtorrent-rasterbar @@ -19,14 +18,19 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>=0.18:devel/py ${PYTHON_PKGNAMEPREFIX}openssl>=0.8:security/py-openssl \ ${PYTHON_PKGNAMEPREFIX}chardet>=1.0.1:textproc/py-chardet \ ${PYTHON_PKGNAMEPREFIX}mako>=0.2.5:textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=0:security/py-service_identity \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted -USE_RC_SUBR= deluged deluge_web -SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} +USES= gettext python:-2.7 +USE_PYTHON= autoplist distutils +USE_GITHUB= yes +GH_ACCOUNT= deluge-torrent +GH_TAGNAME= ${PORTNAME}-${PORTVERSION} NO_ARCH= yes -USES= gettext python:-2.7 tar:xz -USE_PYTHON= autoplist distutils + +USE_RC_SUBR= deluged deluge_web +SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} OPTIONS_DEFINE= DOCS Modified: head/net-p2p/deluge-cli/distinfo ============================================================================== --- head/net-p2p/deluge-cli/distinfo Thu Sep 14 21:23:14 2017 (r449855) +++ head/net-p2p/deluge-cli/distinfo Thu Sep 14 21:31:17 2017 (r449856) @@ -1,3 +1,3 @@ -TIMESTAMP = 1494603858 -SHA256 (deluge-1.3.15.tar.xz) = a96405140e3cbc569e6e056165e289a5e9ec66e036c327f3912c73d049ccf92c -SIZE (deluge-1.3.15.tar.xz) = 1467368 +TIMESTAMP = 1504107560 +SHA256 (deluge-torrent-deluge-1.3.15-deluge-1.3.15_GH0.tar.gz) = 6f2accf55bd97828f81ea13d5f29087103eb4f95b6be957323e23174cdc86826 +SIZE (deluge-torrent-deluge-1.3.15-deluge-1.3.15_GH0.tar.gz) = 3036240 Modified: head/net-p2p/deluge-cli/pkg-descr ============================================================================== --- head/net-p2p/deluge-cli/pkg-descr Thu Sep 14 21:23:14 2017 (r449855) +++ head/net-p2p/deluge-cli/pkg-descr Thu Sep 14 21:31:17 2017 (r449856) @@ -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: http://deluge-torrent.org