From owner-svn-ports-head@freebsd.org Wed Dec 26 22:51:22 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02CAC135F3B3; Wed, 26 Dec 2018 22:51:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9F21970C62; Wed, 26 Dec 2018 22:51:21 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 923C52285; Wed, 26 Dec 2018 22:51:21 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBQMpLtE031797; Wed, 26 Dec 2018 22:51:21 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQMpLqT031548; Wed, 26 Dec 2018 22:51:21 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201812262251.wBQMpLqT031548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 26 Dec 2018 22:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488483 - head/net-p2p/jackett X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net-p2p/jackett X-SVN-Commit-Revision: 488483 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9F21970C62 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2018 22:51:22 -0000 Author: swills Date: Wed Dec 26 22:51:20 2018 New Revision: 488483 URL: https://svnweb.freebsd.org/changeset/ports/488483 Log: net-p2p/jackett: update to 0.10.518 While here, assign maintainership to submitter PR: 234068 Submitted by: Michiel van Baak Approved by: kiwi@oav.net (maintainer) Modified: head/net-p2p/jackett/Makefile (contents, props changed) head/net-p2p/jackett/distinfo (contents, props changed) head/net-p2p/jackett/pkg-plist (contents, props changed) Modified: head/net-p2p/jackett/Makefile ============================================================================== --- head/net-p2p/jackett/Makefile Wed Dec 26 22:50:47 2018 (r488482) +++ head/net-p2p/jackett/Makefile Wed Dec 26 22:51:20 2018 (r488483) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= jackett -PORTVERSION= 0.10.420 +PORTVERSION= 0.10.518 CATEGORIES= net-p2p MASTER_SITES= https://github.com/Jackett/Jackett/releases/download/ DISTNAME= v${PORTVERSION}/Jackett.Binaries.Mono -MAINTAINER= kiwi@oav.net +MAINTAINER= michiel@vanbaak.eu COMMENT= Torznab proxy implementation of the Newznab API LICENSE= GPLv2 Modified: head/net-p2p/jackett/distinfo ============================================================================== --- head/net-p2p/jackett/distinfo Wed Dec 26 22:50:47 2018 (r488482) +++ head/net-p2p/jackett/distinfo Wed Dec 26 22:51:20 2018 (r488483) @@ -1,3 +1,3 @@ -TIMESTAMP = 1541528091 -SHA256 (v0.10.420/Jackett.Binaries.Mono.tar.gz) = 3672f3bfa88876e33d6d4a425f354b110e3f961605e41b5b27133535669156a4 -SIZE (v0.10.420/Jackett.Binaries.Mono.tar.gz) = 10331161 +TIMESTAMP = 1544981692 +SHA256 (v0.10.518/Jackett.Binaries.Mono.tar.gz) = b243013941e8d9d4b4a5dc8d9ea25c317ff3681f51c6333111370d5e823456f4 +SIZE (v0.10.518/Jackett.Binaries.Mono.tar.gz) = 10291954 Modified: head/net-p2p/jackett/pkg-plist ============================================================================== --- head/net-p2p/jackett/pkg-plist Wed Dec 26 22:50:47 2018 (r488482) +++ head/net-p2p/jackett/pkg-plist Wed Dec 26 22:51:20 2018 (r488483) @@ -54,6 +54,7 @@ %%DATADIR%%/Definitions/1337x.yml %%DATADIR%%/Definitions/2fast4you.yml %%DATADIR%%/Definitions/3dtorrents.yml +%%DATADIR%%/Definitions/420files.yml %%DATADIR%%/Definitions/Bittorrentfiles.yml %%DATADIR%%/Definitions/acidlounge.yml %%DATADIR%%/Definitions/anidex.yml @@ -61,6 +62,7 @@ %%DATADIR%%/Definitions/aox.yml %%DATADIR%%/Definitions/arabafenice.yml %%DATADIR%%/Definitions/archetorrent.yml +%%DATADIR%%/Definitions/arenabg.yml %%DATADIR%%/Definitions/asiandvdclub.yml %%DATADIR%%/Definitions/ast4u.yml %%DATADIR%%/Definitions/audiobookbay.yml @@ -105,7 +107,6 @@ %%DATADIR%%/Definitions/ethor.yml %%DATADIR%%/Definitions/ettv.yml %%DATADIR%%/Definitions/extratorrent-ag.yml -%%DATADIR%%/Definitions/extratorrentclone.yml %%DATADIR%%/Definitions/eztv.yml %%DATADIR%%/Definitions/fanoin.yml %%DATADIR%%/Definitions/femdomcult.yml @@ -127,6 +128,7 @@ %%DATADIR%%/Definitions/hd4free.yml %%DATADIR%%/Definitions/hdbits.yml %%DATADIR%%/Definitions/hdbitscom.yml +%%DATADIR%%/Definitions/hdcenter.yml %%DATADIR%%/Definitions/hdchina.yml %%DATADIR%%/Definitions/hdcity.yml %%DATADIR%%/Definitions/hdhome.yml @@ -189,7 +191,9 @@ %%DATADIR%%/Definitions/rodvd.yml %%DATADIR%%/Definitions/rutor.yml %%DATADIR%%/Definitions/scenefz.yml +%%DATADIR%%/Definitions/scenehd.yml %%DATADIR%%/Definitions/scenereactor.yml +%%DATADIR%%/Definitions/scenerush.yml %%DATADIR%%/Definitions/sdbits.yml %%DATADIR%%/Definitions/shareisland.yml %%DATADIR%%/Definitions/sharespacedb.yml @@ -220,6 +224,7 @@ %%DATADIR%%/Definitions/torlock.yml %%DATADIR%%/Definitions/torrent-turk.yml %%DATADIR%%/Definitions/torrent9.yml +%%DATADIR%%/Definitions/torrent9clone.yml %%DATADIR%%/Definitions/torrentbd.yml %%DATADIR%%/Definitions/torrentccf.yml %%DATADIR%%/Definitions/torrentcouch.yml @@ -241,6 +246,7 @@ %%DATADIR%%/Definitions/ultimategamerclub.yml %%DATADIR%%/Definitions/unionfansub.yml %%DATADIR%%/Definitions/waffles.yml +%%DATADIR%%/Definitions/wihd.yml %%DATADIR%%/Definitions/worldofp2p.yml %%DATADIR%%/Definitions/worldwidetorrents.yml %%DATADIR%%/Definitions/x-ite.me.yml