Date: Mon, 28 Dec 2020 14:32:14 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> 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 Message-ID: <202012281432.0BSEWEUN020122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <lioux@FreeBSD.org> # $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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281432.0BSEWEUN020122>