From owner-svn-ports-head@freebsd.org Mon Dec 28 14:32:16 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A8FA4B6E5D; Mon, 28 Dec 2020 14:32:16 +0000 (UTC) (envelope-from jbeich@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4D4Kkm0g5Dz3n2Z; Mon, 28 Dec 2020 14:32:16 +0000 (UTC) (envelope-from jbeich@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 0A1711B29F; Mon, 28 Dec 2020 14:32:16 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BSEWF3K020127; Mon, 28 Dec 2020 14:32:15 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BSEWEUN020122; Mon, 28 Dec 2020 14:32:14 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012281432.0BSEWEUN020122@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 28 Dec 2020 14:32:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559480 - in head: . www www/flexget www/py-flexget X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head: . www www/flexget www/py-flexget X-SVN-Commit-Revision: 559480 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 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: Mon, 28 Dec 2020 14:32:16 -0000 Author: jbeich Date: Mon Dec 28 14:32:14 2020 New Revision: 559480 URL: https://svnweb.freebsd.org/changeset/ports/559480 Log: www/py-flexget: rename to flexget and clean up - Update COMMENT and pkg-descr from upstream - Drop py- suffix because standalone and only for default python - Drop out-of-date "Created by": everything changed since r321564 - Drop PORTEPOCH as package name changed - Sort variables Added: head/www/flexget/ - copied from r559479, head/www/py-flexget/ Deleted: head/www/py-flexget/ Modified: head/MOVED head/UPDATING head/www/Makefile head/www/flexget/Makefile head/www/flexget/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Mon Dec 28 14:29:05 2020 (r559479) +++ head/MOVED Mon Dec 28 14:32:14 2020 (r559480) @@ -15802,3 +15802,4 @@ devel/glslang|graphics/glslang|2020-12-23|Moved to a b devel/spirv-tools|graphics/spirv-tools|2020-12-25|Moved to a better category, aligning with glslang and shaderc sysutils/basu|devel/basu|2020-12-25|Moved to a better category, aligning with dbus audio/modplugplay|audio/modplug-tools|2020-12-27|Moved to GitHub under a different name +www/py-flexget|www/flexget|2020-12-28|Dropped py- prefix due to be a standalone application Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Dec 28 14:29:05 2020 (r559479) +++ head/UPDATING Mon Dec 28 14:32:14 2020 (r559480) @@ -5,6 +5,20 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20201228: + AFFECTS: www/py-flexget + AUTHOR: jbeich@FreeBSD.org + + py-flexget (or py37-flexget) has been renamed to flexget. + "pkg upgrade" doesn't track MOVED file unlike portmaster, so + provide a hint e.g., + + $ pkg upgrade -x flexget + + or install again, letting pkg remove the old version + + $ pkg install flexget + 20201218: AFFECTS: users of www/qt5-webengine AUTHOR: kai@FreeBSD.org Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Dec 28 14:29:05 2020 (r559479) +++ head/www/Makefile Mon Dec 28 14:32:14 2020 (r559480) @@ -165,6 +165,7 @@ SUBDIR += firefox-esr SUBDIR += flashplayer SUBDIR += flat-frog + SUBDIR += flexget SUBDIR += flickcurl SUBDIR += fnord SUBDIR += formication @@ -1616,7 +1617,6 @@ SUBDIR += py-flask-sockets SUBDIR += py-flask-uploads SUBDIR += py-flask-wtf - SUBDIR += py-flexget SUBDIR += py-flup6 SUBDIR += py-folium SUBDIR += py-forcediphttpsadapter @@ -2128,6 +2128,7 @@ SUBDIR += serendipity SUBDIR += serf SUBDIR += servlet-api + SUBDIR += servo SUBDIR += sfeed SUBDIR += sfnt2woff SUBDIR += shellinabox Modified: head/www/flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Mon Dec 28 14:29:05 2020 (r559479) +++ head/www/flexget/Makefile Mon Dec 28 14:32:14 2020 (r559480) @@ -1,15 +1,12 @@ -# Created by: Mario Sergio Fujikawa Ferreira # $FreeBSD$ PORTNAME= flexget DISTVERSIONPREFIX= v PORTVERSION= 3.1.80 -PORTEPOCH= 1 -CATEGORIES= www python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +CATEGORIES= www MAINTAINER= jbeich@FreeBSD.org -COMMENT= Program to automate downloading from different sources +COMMENT= Multipurpose automation tool for all of your media LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE @@ -48,12 +45,11 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.3:devel ${PYTHON_PKGNAMEPREFIX}vcrpy>0:devel/py-vcrpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} +USES= python:3.6+ USE_GITHUB= yes +USE_PYTHON= autoplist distutils GH_PROJECT= Flexget - NO_ARCH= yes -USES= python:3.6+ -USE_PYTHON= autoplist distutils post-extract: # Unlock dependencies' versions Modified: head/www/flexget/pkg-descr ============================================================================== --- head/www/py-flexget/pkg-descr Mon Dec 28 14:29:05 2020 (r559479) +++ head/www/flexget/pkg-descr Mon Dec 28 14:32:14 2020 (r559480) @@ -1,16 +1,7 @@ FlexGet is a multipurpose automation tool for content like torrents, -nzbs, podcasts, comics, etc. FlexGet is able to handle different -kinds of sources like RSS-feeds, html pages and even csv files. -There are even some plugins for sites that do not provide any kind -of useful feeds. - -There are numerous plugins that allow utilizing FlexGet in interesting -ways and more are being added continuously. FlexGet is extremely -useful in conjunction with applications which have watch directory -support. - -For example, it works with the following applications: -- BitTorrent: rTorrent, uTorrent, Transmission and Deluge -- Usenet: nzbget, sabnzb and hellanzb +nzbs, podcasts, comics, series, movies, etc. It can use different +kinds of sources like RSS-feeds, html pages, csv files, search engines +and there are even plugins for sites that do not provide any kind of +useful feeds. WWW: https://flexget.com/