diff --git a/textproc/py-textfsm/Makefile b/textproc/py-textfsm/Makefile index 7ae38ae26dd..52b8cc79782 100644 --- a/textproc/py-textfsm/Makefile +++ b/textproc/py-textfsm/Makefile @@ -3,6 +3,7 @@ COMMENT = parse semi-structured text into Python table MODPY_EGG_VERSION = 1.1.3 DISTNAME = textfsm-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-tinycss2/Makefile b/textproc/py-tinycss2/Makefile index 819ea35bc8a..104f7283071 100644 --- a/textproc/py-tinycss2/Makefile +++ b/textproc/py-tinycss2/Makefile @@ -3,6 +3,7 @@ COMMENT = tiny CSS parser MODPY_EGG_VERSION = 1.2.1 DISTNAME = tinycss2-${MODPY_EGG_VERSION} PKGNAME = py-tinycss2-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-toml/Makefile b/textproc/py-toml/Makefile index 78473e935f4..7d6c230f43b 100644 --- a/textproc/py-toml/Makefile +++ b/textproc/py-toml/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 0.10.2 DISTNAME = toml-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 1 +REVISION = 2 # MIT PERMIT_PACKAGE= Yes diff --git a/textproc/py-tomli/Makefile b/textproc/py-tomli/Makefile index 7d3dccb65af..a207a508b42 100644 --- a/textproc/py-tomli/Makefile +++ b/textproc/py-tomli/Makefile @@ -1,7 +1,7 @@ COMMENT = lil' TOML parser MODPY_EGG_VERSION = 2.0.1 -REVISION = 0 +REVISION = 1 # generally won't be needed with Python 3.11+ as this will then essentially # provide a backport of tomllib. diff --git a/textproc/py-tomli_w/Makefile b/textproc/py-tomli_w/Makefile index 48ffb8671c0..be361b86c3c 100644 --- a/textproc/py-tomli_w/Makefile +++ b/textproc/py-tomli_w/Makefile @@ -1,7 +1,7 @@ COMMENT = lil' TOML writer MODPY_EGG_VERSION = 1.0.0 -REVISION = 1 +REVISION = 2 DISTNAME = tomli_w-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} diff --git a/textproc/py-typogrify/Makefile b/textproc/py-typogrify/Makefile index 0873b609266..70efed2fb6f 100644 --- a/textproc/py-typogrify/Makefile +++ b/textproc/py-typogrify/Makefile @@ -3,6 +3,7 @@ COMMENT= filters to enhance web typography MODPY_EGG_VERSION= 2.0.7 DISTNAME= typogrify-${MODPY_EGG_VERSION} PKGNAME= py-typogrify-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= textproc diff --git a/textproc/py-unicodecsv/Makefile b/textproc/py-unicodecsv/Makefile index 39e3b895b37..bf06a3b491c 100644 --- a/textproc/py-unicodecsv/Makefile +++ b/textproc/py-unicodecsv/Makefile @@ -3,7 +3,7 @@ COMMENT = drop-in replace for csv with unicode support MODPY_EGG_VERSION = 0.14.1 DISTNAME = unicodecsv-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = textproc diff --git a/textproc/py-unidecode/Makefile b/textproc/py-unidecode/Makefile index 36b5ef40bc1..080f6fc9962 100644 --- a/textproc/py-unidecode/Makefile +++ b/textproc/py-unidecode/Makefile @@ -3,6 +3,7 @@ COMMENT = US-ASCII transliterations of Unicode text MODPY_EGG_VERSION = 1.3.5 DISTNAME = Unidecode-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = textproc devel diff --git a/textproc/py-unpaddedbase64/Makefile b/textproc/py-unpaddedbase64/Makefile index b7c2a7c7b28..dd0918276f2 100644 --- a/textproc/py-unpaddedbase64/Makefile +++ b/textproc/py-unpaddedbase64/Makefile @@ -6,6 +6,7 @@ GH_ACCOUNT = matrix-org GH_PROJECT = python-unpaddedbase64 GH_TAGNAME = v${MODPY_EGG_VERSION} PKGNAME = py-unpaddedbase64-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index 7b41d1709ad..976211554c9 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -3,7 +3,7 @@ COMMENT= iCalendar library for Python MODPY_EGG_VERSION= 0.9.6.1 DISTNAME= vobject-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} -REVISION= 6 +REVISION= 7 CATEGORIES= textproc devel diff --git a/textproc/py-webencodings/Makefile b/textproc/py-webencodings/Makefile index 04039a8ba98..50e0bb97a0f 100644 --- a/textproc/py-webencodings/Makefile +++ b/textproc/py-webencodings/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 0.5.1 DISTNAME = webencodings-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = textproc -REVISION = 6 +REVISION = 7 # BSD PERMIT_PACKAGE = Yes diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index ae5b912bff8..8f47c5b3a60 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -3,7 +3,7 @@ COMMENT = extract data from xls and xlsx spreadsheet files MODPY_EGG_VERSION = 1.2.0 DISTNAME = xlrd-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 5 +REVISION = 6 CATEGORIES = textproc devel diff --git a/textproc/py-xlwt/Makefile b/textproc/py-xlwt/Makefile index 70e8a106daa..eb51e05cb4f 100644 --- a/textproc/py-xlwt/Makefile +++ b/textproc/py-xlwt/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 1.3.0 DISTNAME = xlwt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = textproc devel diff --git a/textproc/py-xmldiff/Makefile b/textproc/py-xmldiff/Makefile index f8dfc13b3cd..41ba8b45a06 100644 --- a/textproc/py-xmldiff/Makefile +++ b/textproc/py-xmldiff/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION= 2.4 DISTNAME= xmldiff-${MODPY_EGG_VERSION} PKGNAME= py-xmldiff-${MODPY_EGG_VERSION} CATEGORIES= textproc +REVISION= 0 HOMEPAGE= https://github.com/Shoobx/xmldiff diff --git a/textproc/py-xmlschema/Makefile b/textproc/py-xmlschema/Makefile index bb0709d787b..298ba99f5b3 100644 --- a/textproc/py-xmlschema/Makefile +++ b/textproc/py-xmlschema/Makefile @@ -3,6 +3,7 @@ COMMENT = an XML Schema validator and decoder MODPY_EGG_VERSION = 2.1.1 DISTNAME = xmlschema-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = textproc diff --git a/textproc/py-xmltodict/Makefile b/textproc/py-xmltodict/Makefile index 1fce829890b..26d46c079c9 100644 --- a/textproc/py-xmltodict/Makefile +++ b/textproc/py-xmltodict/Makefile @@ -3,7 +3,7 @@ COMMENT = makes working with XML feel like orking with JSON MODPY_EGG_VERSION = 0.12.0 DISTNAME = xmltodict-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = textproc diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile index 3900b45bdda..165453e6ba5 100644 --- a/textproc/py-yaml/Makefile +++ b/textproc/py-yaml/Makefile @@ -3,7 +3,7 @@ COMMENT= YAML parser and emitter in Python MODPY_EGG_VERSION=5.4.1 DISTNAME= PyYAML-${MODPY_EGG_VERSION} PKGNAME= py-yaml-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= textproc diff --git a/textproc/redland-bindings/Makefile b/textproc/redland-bindings/Makefile index 6f4fa1da942..8a825da2531 100755 --- a/textproc/redland-bindings/Makefile +++ b/textproc/redland-bindings/Makefile @@ -9,7 +9,7 @@ PKGNAME-main= p5-librdf-$V PKGNAME-python= py3-librdf-$V PKGNAME-ruby= ruby${MODRUBY_BINREV}-librdf-$V REVISION= 6 -REVISION-python= 7 +REVISION-python= 8 REVISION-ruby= 7 HOMEPAGE= https://librdf.org/bindings/ diff --git a/textproc/rubber/Makefile b/textproc/rubber/Makefile index 9533ca5a5f6..d5bc8fb4079 100644 --- a/textproc/rubber/Makefile +++ b/textproc/rubber/Makefile @@ -2,7 +2,7 @@ COMMENT= wrapper for LaTeX and friends MODPY_EGG_VERSION= 1.5.1 DISTNAME= rubber-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= textproc print diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index 4766322a55c..b402d622c2d 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -2,6 +2,7 @@ COMMENT= convert memos written in XML to the RFC format MODPY_EGG_VERSION= 3.15.0 DISTNAME= xml2rfc-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= textproc diff --git a/textproc/xxdiff/Makefile b/textproc/xxdiff/Makefile index 9577a2c7ea3..5b445365414 100644 --- a/textproc/xxdiff/Makefile +++ b/textproc/xxdiff/Makefile @@ -5,7 +5,7 @@ GH_PROJECT= xxdiff GH_COMMIT= f0d6fd44b3f31a852cbd765596b6db05a8e78276 DISTNAME= xxdiff-20220318 -REVISION= 1 +REVISION= 2 CATEGORIES= textproc x11 diff --git a/textproc/yq/Makefile b/textproc/yq/Makefile index 873df3768c5..4f19f1806cb 100644 --- a/textproc/yq/Makefile +++ b/textproc/yq/Makefile @@ -2,6 +2,7 @@ COMMENT = jq wrapper for YAML/XML documents MODPY_EGG_VERSION = 3.1.0 DISTNAME = yq-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = textproc diff --git a/www/ap2-mod_wsgi/Makefile b/www/ap2-mod_wsgi/Makefile index 9fb1cee6532..54e2a1d5a88 100644 --- a/www/ap2-mod_wsgi/Makefile +++ b/www/ap2-mod_wsgi/Makefile @@ -1,6 +1,7 @@ COMMENT= Python WSGI compliant interface module for Apache2 PKGNAME= ap2-mod_wsgi-${GH_TAGNAME} +REVISION= 0 CATEGORIES= www diff --git a/www/apertium-apy/Makefile b/www/apertium-apy/Makefile index 269874f4f59..a2108c80d87 100644 --- a/www/apertium-apy/Makefile +++ b/www/apertium-apy/Makefile @@ -5,7 +5,7 @@ DISTNAME = apertium-apy-${MODPY_EGG_VERSION} # XXX: distfile for version 0.11.6 on pypi is many commits # behind the github distfile with the same version MODPY_EGG_VERSION = 0.11.6 -REVISION = 5 +REVISION = 6 CATEGORIES = www diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 462ba237c06..909577f0339 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,7 +1,7 @@ COMMENT= HTML editor for experienced web designers DISTNAME= bluefish-2.2.12 -REVISION= 4 +REVISION= 5 CATEGORIES= www editors diff --git a/www/buku/Makefile b/www/buku/Makefile index 062248dc1fb..d8e05ce936c 100644 --- a/www/buku/Makefile +++ b/www/buku/Makefile @@ -2,6 +2,7 @@ COMMENT = powerful command-line bookmark manager MODPY_EGG_VERSION = 4.7.1 DISTNAME = buku-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/ephemetoot/Makefile b/www/ephemetoot/Makefile index f512b62f6e6..065d46815c7 100644 --- a/www/ephemetoot/Makefile +++ b/www/ephemetoot/Makefile @@ -2,7 +2,7 @@ COMMENT = tool for deleting old Mastodon toots MODPY_EGG_VERSION = 3.1.3 DISTNAME = ephemetoot-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/ipynb-py-convert/Makefile b/www/ipynb-py-convert/Makefile index 885b44a1428..712137a9e11 100644 --- a/www/ipynb-py-convert/Makefile +++ b/www/ipynb-py-convert/Makefile @@ -5,7 +5,7 @@ DISTNAME = ipynb-py-convert-${MODPY_EGG_VERSION} CATEGORIES = www devel HOMEPAGE = https://github.com/kiwi0fruit/ipynb-py-convert MAINTAINER = Thomas Frohwein -REVISION = 1 +REVISION = 2 # MIT PERMIT_PACKAGE = Yes diff --git a/www/jupyter-notebook/Makefile b/www/jupyter-notebook/Makefile index 823dc2d2b7b..9da97a1ed1f 100644 --- a/www/jupyter-notebook/Makefile +++ b/www/jupyter-notebook/Makefile @@ -3,7 +3,7 @@ COMMENT = web-based notebook for interactive computing MODPY_EGG_VERSION = 6.1.6 DISTNAME = notebook-${MODPY_EGG_VERSION} PKGNAME = jupyter-notebook-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/kore/Makefile b/www/kore/Makefile index 8c022da60a9..02817ab0198 100644 --- a/www/kore/Makefile +++ b/www/kore/Makefile @@ -1,6 +1,7 @@ COMMENT = web application framework for writing scalable web APIs in C DISTNAME = kore-4.2.3 +REVISION = 0 CATEGORIES = www diff --git a/www/liferea/Makefile b/www/liferea/Makefile index abae43cc242..55e6c0488f7 100644 --- a/www/liferea/Makefile +++ b/www/liferea/Makefile @@ -2,7 +2,7 @@ COMMENT= simple GTK desktop news aggregator V= 1.12.9 DISTNAME= liferea-${V} -REVISION= 4 +REVISION= 5 CATEGORIES= www news x11 diff --git a/www/linkchecker/Makefile b/www/linkchecker/Makefile index 3b77a8f1ddd..6622973b88c 100644 --- a/www/linkchecker/Makefile +++ b/www/linkchecker/Makefile @@ -3,6 +3,7 @@ COMMENT= checks HTML documents for broken links, CLI MODPY_EGG_VERSION= 10.1.0 DISTNAME= LinkChecker-${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:L} +REVISION= 0 CATEGORIES= www diff --git a/www/odoo/Makefile b/www/odoo/Makefile index 548eb1f5dfa..83aacb20080 100644 --- a/www/odoo/Makefile +++ b/www/odoo/Makefile @@ -3,7 +3,7 @@ COMMENT= all-in-one management software MV= 15.0 SV= 20220427 V= ${MV}.${SV} -REVISION= 3 +REVISION= 4 DISTNAME= odoo_${V} diff --git a/www/pelican/Makefile b/www/pelican/Makefile index a3b6ff60624..66fbfe46385 100644 --- a/www/pelican/Makefile +++ b/www/pelican/Makefile @@ -2,6 +2,7 @@ COMMENT = static site generator written in Python MODPY_EGG_VERSION = ${GH_TAGNAME} DISTNAME = pelican-${MODPY_EGG_VERSION} +REVISION = 0 GH_ACCOUNT = getpelican GH_PROJECT = pelican diff --git a/www/puppetboard/Makefile b/www/puppetboard/Makefile index 8acb7204b9f..c79fcbd8c75 100644 --- a/www/puppetboard/Makefile +++ b/www/puppetboard/Makefile @@ -3,7 +3,7 @@ COMMENT= web interface to PuppetDB MODPY_EGG_VERSION= 4.0.5 DISTNAME= puppetboard-${MODPY_EGG_VERSION} CATEGORIES= www -REVISION= 0 +REVISION= 1 MAINTAINER= Sebastian Reitenbach diff --git a/www/py-CherryPy/Makefile b/www/py-CherryPy/Makefile index c877091adce..8aa1227d397 100644 --- a/www/py-CherryPy/Makefile +++ b/www/py-CherryPy/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION= 18.4.0 DISTNAME= CherryPy-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= www +REVISION= 0 HOMEPAGE= https://cherrypy.dev/ diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 2c18327211c..68fe0d5d90b 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -13,7 +13,7 @@ GH_PROJECT = python-adblock GH_TAGNAME = 0.5.1 DISTNAME = py-adblock-${GH_TAGNAME} MODPY_EGG_VERSION = ${GH_TAGNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index 5b865b636cf..3f350ebe2a1 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -3,7 +3,7 @@ COMMENT = http client/server for asyncio MODPY_EGG_VERSION = 3.7.4 DISTNAME = aiohttp-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 1 +REVISION = 2 CATEGORIES = www diff --git a/www/py-autobahn/Makefile b/www/py-autobahn/Makefile index f856be52b32..c45494b29f2 100644 --- a/www/py-autobahn/Makefile +++ b/www/py-autobahn/Makefile @@ -3,7 +3,7 @@ COMMENT = WebSocket client & server library, WAMP real-time framework MODPY_EGG_VERSION = 22.7.1 DISTNAME = autobahn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION= 0 +REVISION= 1 CATEGORIES = www diff --git a/www/py-beaker/Makefile b/www/py-beaker/Makefile index eb2e5672712..5ad36b0e24b 100644 --- a/www/py-beaker/Makefile +++ b/www/py-beaker/Makefile @@ -3,6 +3,7 @@ COMMENT = session and caching library with wsgi middleware MODPY_EGG_VERSION = 1.11.0 DISTNAME = Beaker-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-beautifulsoup4/Makefile b/www/py-beautifulsoup4/Makefile index f0865faecea..13583b5eba0 100644 --- a/www/py-beautifulsoup4/Makefile +++ b/www/py-beautifulsoup4/Makefile @@ -3,6 +3,7 @@ COMMENT = HTML/XML parser that supports invalid markup MODPY_EGG_VERSION = 4.11.1 DISTNAME = beautifulsoup4-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-betamax/Makefile b/www/py-betamax/Makefile index b1644a2c8e2..d4455970505 100644 --- a/www/py-betamax/Makefile +++ b/www/py-betamax/Makefile @@ -3,7 +3,7 @@ COMMENT = VCR imitation for python-requests MODPY_EGG_VERSION = 0.8.1 DISTNAME = betamax-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 4 +REVISION = 5 CATEGORIES = www devel diff --git a/www/py-bleach/Makefile b/www/py-bleach/Makefile index 04e68477156..382aff80dc4 100644 --- a/www/py-bleach/Makefile +++ b/www/py-bleach/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 5.0.1 DISTNAME = bleach-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www +REVISION = 0 HOMEPAGE = https://github.com/mozilla/bleach diff --git a/www/py-bokeh/Makefile b/www/py-bokeh/Makefile index 585a0b97b4a..aded10627c7 100644 --- a/www/py-bokeh/Makefile +++ b/www/py-bokeh/Makefile @@ -3,6 +3,7 @@ COMMENT= statistical and novel interactive HTML plots for Python MODPY_EGG_VERSION= 2.4.3 DISTNAME= bokeh-${MODPY_EGG_VERSION} PKGNAME= py-bokeh-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www graphics diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile index 5175bdbe558..2897a00e83f 100644 --- a/www/py-bottle/Makefile +++ b/www/py-bottle/Makefile @@ -3,6 +3,7 @@ COMMENT= simple WSGI-framework for small web-applications MODPY_EGG_VERSION= 0.12.23 DISTNAME= bottle-${MODPY_EGG_VERSION} PKGNAME= py-bottle-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www diff --git a/www/py-cheroot/Makefile b/www/py-cheroot/Makefile index c2151549bdb..7a06526e05a 100644 --- a/www/py-cheroot/Makefile +++ b/www/py-cheroot/Makefile @@ -3,7 +3,7 @@ COMMENT = high-performance, pure-Python HTTP server used by CherryPy MODPY_EGG_VERSION = 8.2.1 DISTNAME = cheroot-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 5 +REVISION = 6 CATEGORIES = www diff --git a/www/py-cookies/Makefile b/www/py-cookies/Makefile index e423c1030eb..64979f24db7 100644 --- a/www/py-cookies/Makefile +++ b/www/py-cookies/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 2.2.1 DISTNAME = cookies-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 4 +REVISION = 5 CATEGORIES = www diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index 4e5edf123ed..e6eb54e7b73 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -3,7 +3,7 @@ COMMENT = standalone version of Django's feedgenerator MODPY_EGG_VERSION = 1.9.1 DISTNAME = feedgenerator-${MODPY_EGG_VERSION} PKGNAME = py-feedgenerator-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = www textproc diff --git a/www/py-flask-cors/Makefile b/www/py-flask-cors/Makefile index 3276f7b081a..bd8c391e6e6 100644 --- a/www/py-flask-cors/Makefile +++ b/www/py-flask-cors/Makefile @@ -3,6 +3,7 @@ COMMENT = CORS handling for flask MODPY_EGG_VERSION = 3.0.10 DISTNAME = Flask-Cors-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile index b94973ea7ef..3277f557a8c 100644 --- a/www/py-flask-login/Makefile +++ b/www/py-flask-login/Makefile @@ -3,6 +3,7 @@ COMMENT = user session management for flask MODPY_EGG_VERSION = 0.5.0 DISTNAME = Flask-Login-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www diff --git a/www/py-flask-principal/Makefile b/www/py-flask-principal/Makefile index c5ab51eadae..44edca4ebff 100644 --- a/www/py-flask-principal/Makefile +++ b/www/py-flask-principal/Makefile @@ -3,7 +3,7 @@ COMMENT = identity management for flask MODPY_EGG_VERSION = 0.4.0 DISTNAME = Flask-Principal-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 4 +REVISION = 5 CATEGORIES = www diff --git a/www/py-flask-wtf/Makefile b/www/py-flask-wtf/Makefile index 58803e9414e..4dfad590636 100644 --- a/www/py-flask-wtf/Makefile +++ b/www/py-flask-wtf/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION=1.0.0 DISTNAME= Flask-WTF-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} CATEGORIES= www +REVISION= 0 # BSD PERMIT_PACKAGE= Yes diff --git a/www/py-flask/Makefile b/www/py-flask/Makefile index 40971be44c9..c377763f59c 100644 --- a/www/py-flask/Makefile +++ b/www/py-flask/Makefile @@ -3,7 +3,7 @@ COMMENT = microframework based on Werkzeug and Jinja 2 MODPY_EGG_VERSION = 2.0.3 DISTNAME = Flask-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-flup/Makefile b/www/py-flup/Makefile index 815605e2e6c..1b230ff1600 100644 --- a/www/py-flup/Makefile +++ b/www/py-flup/Makefile @@ -3,7 +3,7 @@ COMMENT = random assortment of WSGI servers, middleware MODPY_EGG_VERSION = 1.0.3 DISTNAME = flup-${MODPY_EGG_VERSION} PKGNAME = py-flup-${MODPY_EGG_VERSION} -REVISION = 5 +REVISION = 6 CATEGORIES = www diff --git a/www/py-formencode/Makefile b/www/py-formencode/Makefile index c2147b8ec18..d4b1efa3352 100644 --- a/www/py-formencode/Makefile +++ b/www/py-formencode/Makefile @@ -3,6 +3,7 @@ COMMENT = HTML form validation, generation, and conversion MODPY_EGG_VERSION = 2.0.1 DISTNAME = FormEncode-${MODPY_EGG_VERSION} PKGNAME = py-formencode-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-frozen-flask/Makefile b/www/py-frozen-flask/Makefile index 06c9fa3a92a..9580aaad563 100644 --- a/www/py-frozen-flask/Makefile +++ b/www/py-frozen-flask/Makefile @@ -3,6 +3,7 @@ COMMENT = freezes a Flask application into a set of static files MODPY_EGG_VERSION = 0.15 DISTNAME = Frozen-Flask-${MODPY_EGG_VERSION} PKGNAME = py-frozen-flask-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-genshi/Makefile b/www/py-genshi/Makefile index f4a3182e383..f3426c38fb1 100644 --- a/www/py-genshi/Makefile +++ b/www/py-genshi/Makefile @@ -3,6 +3,7 @@ COMMENT= toolkit for generation of output for the web MODPY_EGG_VERSION= 0.7.7 DISTNAME= Genshi-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} +REVISION= 0 CATEGORIES= www diff --git a/www/py-gunicorn/Makefile b/www/py-gunicorn/Makefile index 084a9a81510..2cfd956ef80 100644 --- a/www/py-gunicorn/Makefile +++ b/www/py-gunicorn/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 20.0.4 DISTNAME = gunicorn-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www -REVISION = 2 +REVISION = 3 HOMEPAGE = https://gunicorn.org/ diff --git a/www/py-html5-parser/Makefile b/www/py-html5-parser/Makefile index d5ba3403c7f..37e6c0ab6c0 100644 --- a/www/py-html5-parser/Makefile +++ b/www/py-html5-parser/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 0.4.10 DISTNAME = html5-parser-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-http_ece/Makefile b/www/py-http_ece/Makefile index c30a79bb2bd..d763ac8097a 100644 --- a/www/py-http_ece/Makefile +++ b/www/py-http_ece/Makefile @@ -3,7 +3,7 @@ COMMENT = encrypted Content Encoding for HTTP DISTNAME = http_ece-${MODPY_EGG_VERSION} PKGNAME = py-http_ece-${MODPY_EGG_VERSION} CATEGORIES = www -REVISION = 3 +REVISION = 4 HOMEPAGE = https://github.com/martinthomson/encrypted-content-encoding MAINTAINER = Pamela Mosiejczuk diff --git a/www/py-httpbin/Makefile b/www/py-httpbin/Makefile index 1cedeb74e6b..5a03a703a42 100644 --- a/www/py-httpbin/Makefile +++ b/www/py-httpbin/Makefile @@ -3,7 +3,7 @@ COMMENT = HTTP request and response service MODPY_EGG_VERSION = 0.5.0 DISTNAME = httpbin-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 5 +REVISION = 6 CATEGORIES = www diff --git a/www/py-httpie/Makefile b/www/py-httpie/Makefile index e129f341744..6acec981096 100644 --- a/www/py-httpie/Makefile +++ b/www/py-httpie/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 3.2.1 GH_TAGNAME = ${MODPY_EGG_VERSION} GH_ACCOUNT = httpie GH_PROJECT = httpie -REVISION = 0 +REVISION = 1 CATEGORIES = www net diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index d6190d3e853..d655a96afa4 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -3,6 +3,7 @@ COMMENT = Python HTTP client library MODPY_EGG_VERSION = 0.21.0 DISTNAME = httplib2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www net diff --git a/www/py-httpretty/Makefile b/www/py-httpretty/Makefile index e255fe73731..dcc7c852a98 100644 --- a/www/py-httpretty/Makefile +++ b/www/py-httpretty/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 1.1.4 DISTNAME = httpretty-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-hyperlink/Makefile b/www/py-hyperlink/Makefile index 7c042aa3a96..aec1b9a6eb1 100644 --- a/www/py-hyperlink/Makefile +++ b/www/py-hyperlink/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 21.0.0 DISTNAME = hyperlink-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-itsdangerous/Makefile b/www/py-itsdangerous/Makefile index 032a3511c94..0b961fd30d6 100644 --- a/www/py-itsdangerous/Makefile +++ b/www/py-itsdangerous/Makefile @@ -3,6 +3,7 @@ COMMENT = helpers to pass trusted data to untrusted environments MODPY_EGG_VERSION = 2.1.2 DISTNAME = itsdangerous-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-jinja2/Makefile b/www/py-jinja2/Makefile index d59e33ab30b..a8fc0a7efcd 100644 --- a/www/py-jinja2/Makefile +++ b/www/py-jinja2/Makefile @@ -3,6 +3,7 @@ COMMENT = fast, optionally sandboxed, Python template engine MODPY_EGG_VERSION = 3.1.2 DISTNAME = Jinja2-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-jwt/Makefile b/www/py-jwt/Makefile index 89583cb1486..22cc05b2f60 100644 --- a/www/py-jwt/Makefile +++ b/www/py-jwt/Makefile @@ -5,6 +5,7 @@ DISTNAME = PyJWT-${MODPY_EGG_VERSION} PKGNAME = py-jwt-${MODPY_EGG_VERSION} CATEGORIES = www MAINTAINER = Johan Huldtgren +REVISION = 0 HOMEPAGE = http://github.com/jpadilla/pyjwt diff --git a/www/py-macaroons/Makefile b/www/py-macaroons/Makefile index 3f435c402df..2a270b1a7ab 100644 --- a/www/py-macaroons/Makefile +++ b/www/py-macaroons/Makefile @@ -3,7 +3,7 @@ COMMENT = macaroon library for Python MODPY_EGG_VERSION = 0.13.0 DISTNAME = pymacaroons-${MODPY_EGG_VERSION} PKGNAME = py-macaroons-${MODPY_EGG_VERSION} -REVISION = 1 +REVISION = 2 CATEGORIES = www diff --git a/www/py-mako/Makefile b/www/py-mako/Makefile index b5684e28fd7..0496de1c4bb 100644 --- a/www/py-mako/Makefile +++ b/www/py-mako/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 1.2.3 DISTNAME = Mako-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} FIX_EXTRACT_PERMISSIONS = Yes +REVISION = 0 CATEGORIES = www diff --git a/www/py-mastodon.py/Makefile b/www/py-mastodon.py/Makefile index 3830ffdf59c..d5961ee88d1 100644 --- a/www/py-mastodon.py/Makefile +++ b/www/py-mastodon.py/Makefile @@ -3,7 +3,7 @@ COMMENT = python wrapper for the Mastodon API MODPY_EGG_VERSION = 1.5.1 DISTNAME = Mastodon.py-${MODPY_EGG_VERSION} PKGNAME = py-mastodon.py-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile index b3db94142d3..29bd4b07a26 100644 --- a/www/py-mechanize/Makefile +++ b/www/py-mechanize/Makefile @@ -3,6 +3,7 @@ COMMENT= stateful programmatic web browsing module MODPY_EGG_VERSION= 0.4.8 DISTNAME= mechanize-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= www diff --git a/www/py-meld3/Makefile b/www/py-meld3/Makefile index dc1fca789d9..f7d00fff856 100644 --- a/www/py-meld3/Makefile +++ b/www/py-meld3/Makefile @@ -3,7 +3,7 @@ COMMENT = html/xml templating engine MODPY_EGG_VERSION = 2.0.1 DISTNAME = meld3-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www textproc diff --git a/www/py-metallum/Makefile b/www/py-metallum/Makefile index b5b334bbed9..5e271df65ac 100644 --- a/www/py-metallum/Makefile +++ b/www/py-metallum/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 1.1.0 DISTNAME = python-metallum-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:S/^python-/py-/} CATEGORIES = www -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/lcharlick/python-metallum MAINTAINER = Johan Huldtgren diff --git a/www/py-multidict/Makefile b/www/py-multidict/Makefile index 1debe2a807e..e7d53b02319 100644 --- a/www/py-multidict/Makefile +++ b/www/py-multidict/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 6.0.2 DISTNAME = multidict-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www devel +REVISION = 0 WANTLIB += pthread ${MODPY_WANTLIB} diff --git a/www/py-ndg-httpsclient/Makefile b/www/py-ndg-httpsclient/Makefile index acaa2995f5d..feeca0ca2ae 100644 --- a/www/py-ndg-httpsclient/Makefile +++ b/www/py-ndg-httpsclient/Makefile @@ -1,7 +1,7 @@ COMMENT= enhanced HTTPS support for httplib and urllib2 MODPY_EGG_VERSION= 0.5.1 -REVISION= 1 +REVISION= 2 MODPY_PI_DIR= n/ndg-httpsclient DISTNAME= ndg_httpsclient-${MODPY_EGG_VERSION} PKGNAME= ${MODPY_PY_PREFIX}ndg-httpsclient-${MODPY_EGG_VERSION} diff --git a/www/py-qtwebengine/Makefile b/www/py-qtwebengine/Makefile index 3a619989952..2c47977f6b5 100644 --- a/www/py-qtwebengine/Makefile +++ b/www/py-qtwebengine/Makefile @@ -3,6 +3,7 @@ COMMENT = python Qt5WebEngine bindings MODPY_EGG_VERSION = 5.15.6 DISTNAME = PyQtWebEngine-${MODPY_EGG_VERSION} PKGNAME = py-qtwebengine-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-query/Makefile b/www/py-query/Makefile index 9ba6f0f756c..89e68901aeb 100644 --- a/www/py-query/Makefile +++ b/www/py-query/Makefile @@ -3,7 +3,7 @@ COMMENT = jquery-like library for python MODPY_EGG_VERSION = 1.4.3 DISTNAME = pyquery-${MODPY_EGG_VERSION} PKGNAME = py-query-${MODPY_EGG_VERSION} -REVISION = 2 +REVISION = 3 CATEGORIES = www diff --git a/www/py-quixote/Makefile b/www/py-quixote/Makefile index b1640d7a1b2..ee01a6916bc 100644 --- a/www/py-quixote/Makefile +++ b/www/py-quixote/Makefile @@ -3,6 +3,7 @@ COMMENT= simple Python framework for web-based applications MODPY_EGG_VERSION= 3.6 DISTNAME= Quixote-${MODPY_EGG_VERSION} PKGNAME= py-quixote-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= www diff --git a/www/py-repoze-lru/Makefile b/www/py-repoze-lru/Makefile index d31bd3c60f9..320dbec6610 100644 --- a/www/py-repoze-lru/Makefile +++ b/www/py-repoze-lru/Makefile @@ -3,6 +3,7 @@ COMMENT = tiny LRU cache implementation and decorator MODPY_EGG_VERSION = 0.7 DISTNAME = repoze.lru-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/./-/} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-repoze-profile/Makefile b/www/py-repoze-profile/Makefile index f755c7f025e..d1344f62ee1 100644 --- a/www/py-repoze-profile/Makefile +++ b/www/py-repoze-profile/Makefile @@ -3,6 +3,7 @@ COMMENT = aggregate profiling for wsgi requests MODPY_EGG_VERSION = 2.3 DISTNAME = repoze.profile-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/./-/} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-repoze-who/Makefile b/www/py-repoze-who/Makefile index 1feca4d094a..eb26edce158 100644 --- a/www/py-repoze-who/Makefile +++ b/www/py-repoze-who/Makefile @@ -3,6 +3,7 @@ COMMENT = identification and authentication framework for WSGI MODPY_EGG_VERSION = 2.4.1 DISTNAME = repoze.who-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:S/./-/} +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-requests-cache/Makefile b/www/py-requests-cache/Makefile index 2ac9e6dac68..6f3a5676d74 100644 --- a/www/py-requests-cache/Makefile +++ b/www/py-requests-cache/Makefile @@ -3,7 +3,7 @@ MODPY_EGG_VERSION = 0.5.2 DISTNAME = requests-cache-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www -REVISION = 1 +REVISION = 2 HOMEPAGE = https://github.com/reclosedev/requests-cache MAINTAINER = Johan Huldtgren diff --git a/www/py-requests-file/Makefile b/www/py-requests-file/Makefile index 58e6ccbdc4a..79537e2fd12 100644 --- a/www/py-requests-file/Makefile +++ b/www/py-requests-file/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 1.5.1 DISTNAME = requests-file-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-requests-futures/Makefile b/www/py-requests-futures/Makefile index a2874f3b16e..35b26c2926c 100644 --- a/www/py-requests-futures/Makefile +++ b/www/py-requests-futures/Makefile @@ -3,6 +3,7 @@ COMMENT = small addon for python-requests HTTP library MODPY_EGG_VERSION = 1.0.0 DISTNAME = requests-futures-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-requests-mock/Makefile b/www/py-requests-mock/Makefile index 6319d18b913..b7ac1b10965 100644 --- a/www/py-requests-mock/Makefile +++ b/www/py-requests-mock/Makefile @@ -3,7 +3,7 @@ COMMENT = mock out responses from py-requests DISTNAME = requests-mock-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = www -REVISION = 4 +REVISION = 5 MAINTAINER = Brian Callahan diff --git a/www/py-requests-oauthlib/Makefile b/www/py-requests-oauthlib/Makefile index b40c19468b6..e874cfa5b71 100644 --- a/www/py-requests-oauthlib/Makefile +++ b/www/py-requests-oauthlib/Makefile @@ -3,6 +3,7 @@ COMMENT = OAuth library support for python-requests MODPY_EGG_VERSION = 1.3.1 DISTNAME = requests-oauthlib-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-requests-toolbelt/Makefile b/www/py-requests-toolbelt/Makefile index 097bb115a14..1b871c936cb 100644 --- a/www/py-requests-toolbelt/Makefile +++ b/www/py-requests-toolbelt/Makefile @@ -3,7 +3,7 @@ COMMENT = utility belt for advanced users of python-requests MODPY_EGG_VERSION = 0.9.1 DISTNAME = requests-toolbelt-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 2 +REVISION = 3 CATEGORIES = www diff --git a/www/py-requests-unixsocket/Makefile b/www/py-requests-unixsocket/Makefile index 44b444b46f1..2ef37009753 100644 --- a/www/py-requests-unixsocket/Makefile +++ b/www/py-requests-unixsocket/Makefile @@ -3,6 +3,7 @@ COMMENT = use requests to talk HTTP via a UNIX domain socket MODPY_EGG_VERSION = 0.3.0 DISTNAME = requests-unixsocket-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-requests/Makefile b/www/py-requests/Makefile index 3f4f6659d09..2f4fedec6af 100644 --- a/www/py-requests/Makefile +++ b/www/py-requests/Makefile @@ -3,6 +3,7 @@ COMMENT= elegant and simple HTTP library for Python MODPY_EGG_VERSION= 2.28.1 DISTNAME= requests-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} +REVISION= 0 CATEGORIES= www diff --git a/www/py-responses/Makefile b/www/py-responses/Makefile index f02f851e7ce..d7d077a16e5 100644 --- a/www/py-responses/Makefile +++ b/www/py-responses/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 0.17.0 DISTNAME = responses-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-selenium/Makefile b/www/py-selenium/Makefile index 82e9a6970c4..b4712aafe6a 100644 --- a/www/py-selenium/Makefile +++ b/www/py-selenium/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 3.141.0 DISTNAME = selenium-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} CATEGORIES = www devel +REVISION = 0 HOMEPAGE = https://www.selenium.dev/ diff --git a/www/py-soupsieve/Makefile b/www/py-soupsieve/Makefile index 359b61ddfb9..0c4ae405a09 100644 --- a/www/py-soupsieve/Makefile +++ b/www/py-soupsieve/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 2.3.2 EPOCH = 0 DISTNAME = soupsieve-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-tempita/Makefile b/www/py-tempita/Makefile index a916e3b076e..73c6d5b935c 100644 --- a/www/py-tempita/Makefile +++ b/www/py-tempita/Makefile @@ -3,7 +3,7 @@ COMMENT = very small text templating language MODPY_EGG_VERSION = 0.5.2 DISTNAME = Tempita-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 7 +REVISION = 8 CATEGORIES = www diff --git a/www/py-terminado/Makefile b/www/py-terminado/Makefile index b58272e2ef9..5d6286ce6a9 100644 --- a/www/py-terminado/Makefile +++ b/www/py-terminado/Makefile @@ -3,6 +3,7 @@ COMMENT = terminals served to term.js using Tornado websockets MODPY_EGG_VERSION = 0.16.0 DISTNAME = terminado-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-tornado/Makefile b/www/py-tornado/Makefile index d9cded9f761..2666485d3d4 100644 --- a/www/py-tornado/Makefile +++ b/www/py-tornado/Makefile @@ -3,6 +3,7 @@ COMMENT = scalable, non-blocking web server MODPY_EGG_VERSION = 6.2 DISTNAME = tornado-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-treq/Makefile b/www/py-treq/Makefile index 18f0725f4fb..990470ea8bc 100644 --- a/www/py-treq/Makefile +++ b/www/py-treq/Makefile @@ -3,6 +3,7 @@ COMMENT = HTTP library inspired by requests on top of Twisted Agents MODPY_EGG_VERSION = 22.2.0 DISTNAME = treq-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-uritemplate/Makefile b/www/py-uritemplate/Makefile index b66701ac770..97f524190b7 100644 --- a/www/py-uritemplate/Makefile +++ b/www/py-uritemplate/Makefile @@ -3,6 +3,7 @@ COMMENT = URI templates MODPY_EGG_VERSION = 4.1.1 DISTNAME = uritemplate-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} +REVISION = 0 CATEGORIES = www diff --git a/www/py-urlgrabber/Makefile b/www/py-urlgrabber/Makefile index 7b600430e68..4069311a833 100644 --- a/www/py-urlgrabber/Makefile +++ b/www/py-urlgrabber/Makefile @@ -3,7 +3,7 @@ COMMENT = high-level cross-protocol url-grabber MODPY_EGG_VERSION = 4.1.0 DISTNAME = urlgrabber-${MODPY_EGG_VERSION} PKGNAME = py-urlgrabber-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/py-urllib3/Makefile b/www/py-urllib3/Makefile index 2823348880f..7a77ea1232b 100644 --- a/www/py-urllib3/Makefile +++ b/www/py-urllib3/Makefile @@ -3,6 +3,7 @@ COMMENT = HTTP library for Python MODPY_EGG_VERSION = 1.26.12 DISTNAME = urllib3-${MODPY_EGG_VERSION} PKGNAME = py-urllib3-${MODPY_EGG_VERSION} +REVISION = 0 CATEGORIES = www diff --git a/www/py-vcrpy/Makefile b/www/py-vcrpy/Makefile index 7e2a13358cb..4e7926385b2 100644 --- a/www/py-vcrpy/Makefile +++ b/www/py-vcrpy/Makefile @@ -3,7 +3,7 @@ COMMENT = automatically mock HTTP interactions to speed testing MODPY_EGG_VERSION = 2.1.1 DISTNAME = vcrpy-${MODPY_EGG_VERSION} PKGNAME = py-vcrpy-${MODPY_EGG_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = www diff --git a/www/py-waitress/Makefile b/www/py-waitress/Makefile index 78f17e142d6..eef5e6a8138 100644 --- a/www/py-waitress/Makefile +++ b/www/py-waitress/Makefile @@ -3,7 +3,7 @@ COMMENT = pure-Python WSGI server MODPY_EGG_VERSION = 1.4.4 DISTNAME = waitress-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 3 +REVISION = 4 CATEGORIES = www diff --git a/www/py-webob/Makefile b/www/py-webob/Makefile index c3432a72504..ac21760d37d 100644 --- a/www/py-webob/Makefile +++ b/www/py-webob/Makefile @@ -3,7 +3,7 @@ COMMENT = wsgi request and response object MODPY_EGG_VERSION = 1.8.7 DISTNAME = WebOb-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index 71575ec8eb1..1e8c91714e9 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -3,7 +3,7 @@ COMMENT= web framework for python MODPY_EGG_VERSION= 0.61 DISTNAME= web.py-${MODPY_EGG_VERSION} PKGNAME= py-webpy-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= www diff --git a/www/py-webtest/Makefile b/www/py-webtest/Makefile index 8a48e1869f2..8e879549cb7 100644 --- a/www/py-webtest/Makefile +++ b/www/py-webtest/Makefile @@ -3,7 +3,7 @@ COMMENT = helper to test wsgi applications MODPY_EGG_VERSION = 2.0.35 DISTNAME = WebTest-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} -REVISION = 0 +REVISION = 1 CATEGORIES = www devel diff --git a/www/py-werkzeug/Makefile b/www/py-werkzeug/Makefile index 1a07f850ca9..00d63425065 100644 --- a/www/py-werkzeug/Makefile +++ b/www/py-werkzeug/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 2.0.3 DISTNAME = Werkzeug-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME:L} EPOCH = 0 +REVISION = 0 CATEGORIES = www devel diff --git a/www/py-wstools/Makefile b/www/py-wstools/Makefile index 74f4f9d8312..3b2853556ca 100644 --- a/www/py-wstools/Makefile +++ b/www/py-wstools/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION= 0.4.8 DISTNAME= wstools-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME} CATEGORIES= www -REVISION= 4 +REVISION= 5 # BSD PERMIT_PACKAGE= Yes diff --git a/www/py-wtforms/Makefile b/www/py-wtforms/Makefile index ba5056f528d..b8c268aa0a0 100644 --- a/www/py-wtforms/Makefile +++ b/www/py-wtforms/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION=3.0.1 DISTNAME= WTForms-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} CATEGORIES= www +REVISION= 0 HOMEPAGE= https://wtforms.readthedocs.io/ diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile index 567d5ae774f..58fe3bfc1a1 100644 --- a/www/py-yarl/Makefile +++ b/www/py-yarl/Makefile @@ -3,7 +3,7 @@ COMMENT = yet another URL library MODPY_EGG_VERSION = 1.4.2 DISTNAME = yarl-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} -REVISION = 4 +REVISION = 5 CATEGORIES = www devel diff --git a/www/qutebrowser/Makefile b/www/qutebrowser/Makefile index e7990f5618d..c7906bea54b 100644 --- a/www/qutebrowser/Makefile +++ b/www/qutebrowser/Makefile @@ -2,6 +2,7 @@ COMMENT = keyboard-focused browser with a minimal GUI MODPY_EGG_VERSION = 2.5.1 DISTNAME = qutebrowser-${MODPY_EGG_VERSION} +REVISION = 0 HOMEPAGE = https://www.qutebrowser.org/ diff --git a/www/tootstream/Makefile b/www/tootstream/Makefile index 5a0f2c2cfe7..27fa496ed7f 100644 --- a/www/tootstream/Makefile +++ b/www/tootstream/Makefile @@ -2,7 +2,7 @@ COMMENT = CLI for interacting with Mastodon/fediverse instances MODPY_EGG_VERSION = 0.3.8.1 DISTNAME = tootstream-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www diff --git a/www/trac/Makefile b/www/trac/Makefile index d691f6a9c6f..632dbb78d45 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -6,7 +6,7 @@ DISTNAME= trac-1.5.4pre17604 #DISTNAME= Trac-${MODPY_EGG_VERSION:S/post/.post/} #PKGNAME= trac-${MODPY_EGG_VERSION:S/post/pl/} CATEGORIES= www devel -REVISION= 0 +REVISION= 1 MAINTAINER= Stuart Henderson diff --git a/www/tuir/Makefile b/www/tuir/Makefile index 5719e04cafb..2b1de67434a 100644 --- a/www/tuir/Makefile +++ b/www/tuir/Makefile @@ -3,7 +3,7 @@ COMMENT = terminal UI for Reddit MODPY_EGG_VERSION = 1.29.0 DISTNAME = tuir-${MODPY_EGG_VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = www diff --git a/www/twill/Makefile b/www/twill/Makefile index 4c2c5696300..f37bdd14bbe 100644 --- a/www/twill/Makefile +++ b/www/twill/Makefile @@ -3,6 +3,7 @@ COMMENT= simple scripting language for web browsing MODPY_EGG_VERSION= 3.0.2 DISTNAME= twill-${MODPY_EGG_VERSION} CATEGORIES= www +REVISION= 0 HOMEPAGE= https://twill-tools.github.io/twill/ diff --git a/www/unit/unit-python/Makefile b/www/unit/unit-python/Makefile index 18795a6103b..988124633a3 100644 --- a/www/unit/unit-python/Makefile +++ b/www/unit/unit-python/Makefile @@ -1,3 +1,5 @@ +REVISION= 0 + UNIT_MODNAME= python${MODPY_VERSION} UNIT_SHORTNAME= python diff --git a/www/urlwatch/Makefile b/www/urlwatch/Makefile index ebca5f4bb32..7ebf5c1d2c1 100644 --- a/www/urlwatch/Makefile +++ b/www/urlwatch/Makefile @@ -1,7 +1,7 @@ COMMENT= monitor webpages for updates MODPY_EGG_VERSION= 2.25 -REVISION= 1 +REVISION= 2 DISTNAME= urlwatch-${MODPY_EGG_VERSION} diff --git a/www/woob/Makefile b/www/woob/Makefile index 04cbb2b3151..aba92f2acd0 100644 --- a/www/woob/Makefile +++ b/www/woob/Makefile @@ -2,7 +2,7 @@ COMMENT = web outside of browsers MODPY_EGG_VERSION = 3.0 DISTNAME = woob-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = www HOMEPAGE = https://woob.tech/ diff --git a/www/youtube-dl/Makefile b/www/youtube-dl/Makefile index 38323066781..32e5f9f8fc7 100644 --- a/www/youtube-dl/Makefile +++ b/www/youtube-dl/Makefile @@ -5,6 +5,7 @@ MODPY_EGG_VERSION = ${VERSION:S/.0/./g} DISTNAME = youtube-dl-${VERSION} CATEGORIES = www +REVISION = 0 HOMEPAGE = https://yt-dl.org diff --git a/www/yt-dlp/Makefile b/www/yt-dlp/Makefile index a74c884913f..c5df47a5caa 100644 --- a/www/yt-dlp/Makefile +++ b/www/yt-dlp/Makefile @@ -5,6 +5,7 @@ MODPY_EGG_VERSION = ${VERSION:S/.0/./g} DISTNAME = yt-dlp-${VERSION} DISTFILES = yt-dlp-${VERSION}{yt-dlp}${EXTRACT_SUFX} +REVISION = 0 CATEGORIES = www diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 7e235fb08b6..4d2b368d019 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -8,7 +8,7 @@ MAINTAINER = Eric Auge GH_ACCOUNT = alacritty GH_PROJECT = alacritty GH_TAGNAME = v0.10.0 -REVISION = 2 +REVISION = 3 # Apache 2.0 PERMIT_PACKAGE = Yes diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile index 328fe1778cb..c0145882918 100644 --- a/x11/arandr/Makefile +++ b/x11/arandr/Makefile @@ -3,7 +3,7 @@ MODPY_EGG_VERSION = 0.1.10 DISTNAME = arandr-${MODPY_EGG_VERSION} CATEGORIES = x11 sysutils HOMEPAGE = https://christian.amsuess.com/tools/arandr/ -REVISION = 2 +REVISION = 3 MAINTAINER = Edd Barrett diff --git a/x11/autorandr/Makefile b/x11/autorandr/Makefile index fa52036e062..9ee9e6c2ff1 100644 --- a/x11/autorandr/Makefile +++ b/x11/autorandr/Makefile @@ -6,7 +6,7 @@ GH_ACCOUNT= phillipberndt GH_PROJECT= autorandr GH_TAGNAME= 1.11 MODPY_EGG_VERSION= ${GH_TAGNAME}.post1 -REVISION= 0 +REVISION= 1 # GPLv3+ PERMIT_PACKAGE= Yes diff --git a/x11/dbus-python/Makefile b/x11/dbus-python/Makefile index 94ac058b7fd..c03300d598f 100644 --- a/x11/dbus-python/Makefile +++ b/x11/dbus-python/Makefile @@ -3,7 +3,7 @@ COMMENT = dbus bindings for Python V = 1.3.2 DISTNAME = dbus-python-${V} PKGNAME = py-dbus-${V} -REVISION = 0 +REVISION = 1 CATEGORIES = x11 diff --git a/x11/gnome/accerciser/Makefile b/x11/gnome/accerciser/Makefile index 72f2fd154a3..eb1df0d9dd9 100644 --- a/x11/gnome/accerciser/Makefile +++ b/x11/gnome/accerciser/Makefile @@ -2,7 +2,7 @@ COMMENT= interactive accessibility explorer GNOME_PROJECT= accerciser GNOME_VERSION= 3.40.0 -REVISION= 0 +REVISION= 1 # BSD 3-clause PERMIT_PACKAGE= Yes diff --git a/x11/gnome/browser-connector/Makefile b/x11/gnome/browser-connector/Makefile index 9d67600e0e1..815a13b01ee 100644 --- a/x11/gnome/browser-connector/Makefile +++ b/x11/gnome/browser-connector/Makefile @@ -4,7 +4,7 @@ V= 42.1 GNOME_PROJECT= gnome-browser-connector GNOME_VERSION= v${V} PKGNAME= ${GNOME_PROJECT}-${V} -REVISION= 0 +REVISION= 1 # override gnome MODULE MASTER_SITES= https://gitlab.gnome.org/nE0sIghT/${GNOME_PROJECT}/-/archive/${GNOME_VERSION}/ diff --git a/x11/gnome/builder/Makefile b/x11/gnome/builder/Makefile index b360653cb9c..6457416f353 100644 --- a/x11/gnome/builder/Makefile +++ b/x11/gnome/builder/Makefile @@ -5,7 +5,7 @@ COMMENT= IDE for GNOME GNOME_PROJECT= gnome-builder GNOME_VERSION= 43.2 -REVISION= 0 +REVISION= 1 CATEGORIES= devel diff --git a/x11/gnome/caribou/Makefile b/x11/gnome/caribou/Makefile index 613fc4cb97c..4dafc044754 100644 --- a/x11/gnome/caribou/Makefile +++ b/x11/gnome/caribou/Makefile @@ -7,7 +7,7 @@ GNOME_VERSION= 0.4.21 PKGNAME-main= caribou-${GNOME_VERSION} PKGNAME-gtk2= caribou-gtk2-${GNOME_VERSION} -REVISION-main= 11 +REVISION-main= 12 REVISION-gtk2= 3 SHARED_LIBS += caribou 0.0 # 0.0 diff --git a/x11/gnome/eog-plugins/Makefile b/x11/gnome/eog-plugins/Makefile index 00fde609447..7ef3937fab1 100644 --- a/x11/gnome/eog-plugins/Makefile +++ b/x11/gnome/eog-plugins/Makefile @@ -2,7 +2,7 @@ COMMENT= plugins for EOG GNOME_PROJECT= eog-plugins GNOME_VERSION= 42.2 -REVISION= 0 +REVISION= 1 CATEGORIES= graphics diff --git a/x11/gnome/gedit-plugins/Makefile b/x11/gnome/gedit-plugins/Makefile index cd98168001a..b91bec311b3 100644 --- a/x11/gnome/gedit-plugins/Makefile +++ b/x11/gnome/gedit-plugins/Makefile @@ -2,7 +2,7 @@ COMMENT= plugins for Gedit GNOME_PROJECT= gedit-plugins GNOME_VERSION= 43.1 -REVISION= 0 +REVISION= 1 CATEGORIES= editors diff --git a/x11/gnome/gedit/Makefile b/x11/gnome/gedit/Makefile index fed14a1dedd..c649dd53650 100644 --- a/x11/gnome/gedit/Makefile +++ b/x11/gnome/gedit/Makefile @@ -2,6 +2,7 @@ COMMENT= lightweight GNOME text editor GNOME_PROJECT= gedit GNOME_VERSION= 43.1 +REVISION= 0 CATEGORIES= editors diff --git a/x11/gnome/gom/Makefile b/x11/gnome/gom/Makefile index ab59b648fcf..50ba80dd2ea 100644 --- a/x11/gnome/gom/Makefile +++ b/x11/gnome/gom/Makefile @@ -2,7 +2,7 @@ COMMENT= GObject to SQLite object mapper GNOME_PROJECT= gom GNOME_VERSION= 0.4 -REVISION= 0 +REVISION= 1 SHARED_LIBS += gom-1.0 0.0 # 0.0 diff --git a/x11/gnome/music/Makefile b/x11/gnome/music/Makefile index e402639e4c2..b74204421c0 100644 --- a/x11/gnome/music/Makefile +++ b/x11/gnome/music/Makefile @@ -5,7 +5,7 @@ COMMENT= GNOME music playing application GNOME_PROJECT= gnome-music GNOME_VERSION= 42.1 -REVISION= 0 +REVISION= 1 # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/x11/gnome/orca/Makefile b/x11/gnome/orca/Makefile index 176ff217143..a7ac9b7aef8 100644 --- a/x11/gnome/orca/Makefile +++ b/x11/gnome/orca/Makefile @@ -2,6 +2,7 @@ COMMENT= assistive screen reader GNOME_PROJECT= orca GNOME_VERSION= 43.0 +REVISION= 0 # LGPLv2 PERMIT_PACKAGE= Yes diff --git a/x11/gnome/py-atspi/Makefile b/x11/gnome/py-atspi/Makefile index 4616fb35012..9d6cad30e24 100644 --- a/x11/gnome/py-atspi/Makefile +++ b/x11/gnome/py-atspi/Makefile @@ -3,7 +3,7 @@ COMMENT= python bindings for at-spi2 GNOME_PROJECT= pyatspi GNOME_VERSION= 2.46.0 PKGNAME= py-atspi-${GNOME_VERSION} -REVISION= 0 +REVISION= 1 # LGPLv2 PERMIT_PACKAGE= Yes diff --git a/x11/gnome/secrets/Makefile b/x11/gnome/secrets/Makefile index 59d3567b25b..8ee88495c9e 100644 --- a/x11/gnome/secrets/Makefile +++ b/x11/gnome/secrets/Makefile @@ -2,7 +2,7 @@ COMMENT= GNOME password manager (Keepass) GNOME_PROJECT= secrets GNOME_VERSION= 7.0 -REVISION= 0 +REVISION= 1 # override gnome MODULE MASTER_SITES= https://gitlab.gnome.org/World/secrets/-/archive/${GNOME_VERSION}/ diff --git a/x11/gnome/shell/Makefile b/x11/gnome/shell/Makefile index f54a2f1881b..4ad03ec9d43 100644 --- a/x11/gnome/shell/Makefile +++ b/x11/gnome/shell/Makefile @@ -7,7 +7,7 @@ COMMENT= next generation GNOME shell GNOME_PROJECT= gnome-shell # sync with meta/gnome "V" variable GNOME_VERSION= 43.1 -REVISION= 3 +REVISION= 4 # GPLv2+ PERMIT_PACKAGE= Yes diff --git a/x11/gnome/totem/Makefile b/x11/gnome/totem/Makefile index 77c95ed479e..f4d329cb72e 100644 --- a/x11/gnome/totem/Makefile +++ b/x11/gnome/totem/Makefile @@ -2,6 +2,7 @@ COMMENT= official media player for GNOME GNOME_PROJECT= totem GNOME_VERSION= 43.0 +REVISION= 0 SHARED_LIBS += totem 0.0 # 0.0.0 diff --git a/x11/gnome/tweaks/Makefile b/x11/gnome/tweaks/Makefile index 553a007d3aa..26beca826cf 100644 --- a/x11/gnome/tweaks/Makefile +++ b/x11/gnome/tweaks/Makefile @@ -3,7 +3,7 @@ COMMENT= customize advanced GNOME 3 options GNOME_PROJECT= gnome-tweaks GNOME_VERSION= 42.beta PKGNAME= ${GNOME_PROJECT}-${GNOME_VERSION:S/.//} -REVISION= 0 +REVISION= 1 CATEGORIES= sysutils diff --git a/x11/gnome/yelp-tools/Makefile b/x11/gnome/yelp-tools/Makefile index 461f3a9fd2d..2ce0e917368 100644 --- a/x11/gnome/yelp-tools/Makefile +++ b/x11/gnome/yelp-tools/Makefile @@ -4,7 +4,7 @@ COMMENT= utilities to manage documentation for Yelp and the web GNOME_PROJECT= yelp-tools GNOME_VERSION= 42.1 -REVISION= 0 +REVISION= 1 # GPLv2 PERMIT_PACKAGE= Yes diff --git a/x11/jgmenu/Makefile b/x11/jgmenu/Makefile index 5ca482be49e..9e29eecd2c8 100644 --- a/x11/jgmenu/Makefile +++ b/x11/jgmenu/Makefile @@ -4,7 +4,7 @@ CATEGORIES = x11 GH_ACCOUNT = johanmalm GH_PROJECT = jgmenu GH_TAGNAME = v2.1 -REVISION = 5 +REVISION = 6 # GPLv2 only PERMIT_PACKAGE = Yes diff --git a/x11/kde-applications/cantor/Makefile b/x11/kde-applications/cantor/Makefile index 2e5a4eb7ddc..d8f0b4f4cdf 100644 --- a/x11/kde-applications/cantor/Makefile +++ b/x11/kde-applications/cantor/Makefile @@ -3,6 +3,7 @@ USE_WXNEEDED = Yes COMMENT = KDE mathematical applications DISTNAME = cantor-${VERSION} CATEGORIES = education math +REVISION = 0 SHARED_LIBS += cantorlibs 54.0 # 17.08 diff --git a/x11/kde-applications/kajongg/Makefile b/x11/kde-applications/kajongg/Makefile index 8d0c726253d..fecba94db8a 100644 --- a/x11/kde-applications/kajongg/Makefile +++ b/x11/kde-applications/kajongg/Makefile @@ -1,6 +1,7 @@ COMMENT = Mah Jongg four players board game for KDE5 DISTNAME = kajongg-${VERSION} CATEGORIES = games +REVISION = 0 HOMEPAGE = https://www.kde.org/applications/games/kajongg diff --git a/x11/kde-applications/kde-dev-scripts/Makefile b/x11/kde-applications/kde-dev-scripts/Makefile index d36b5a4eda7..099d51d3ff2 100644 --- a/x11/kde-applications/kde-dev-scripts/Makefile +++ b/x11/kde-applications/kde-dev-scripts/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE development helper scripts DISTNAME = kde-dev-scripts-${VERSION} CATEGORIES = devel +REVISION = 0 HOMEPAGE = https://kde.org/applications/development/ diff --git a/x11/kde-applications/kopeninghours/Makefile b/x11/kde-applications/kopeninghours/Makefile index eae660bf866..157c32dfda5 100644 --- a/x11/kde-applications/kopeninghours/Makefile +++ b/x11/kde-applications/kopeninghours/Makefile @@ -1,6 +1,7 @@ COMMENT = library for parsing and evaluating OSM data DISTNAME = kopeninghours-${VERSION} CATEGORIES = devel geo +REVISION = 0 SHARED_LIBS += KOpeningHours 0.0 # 21.8.1 diff --git a/x11/kde-applications/lokalize/Makefile b/x11/kde-applications/lokalize/Makefile index 13da371fb26..5b6dd5c7dff 100644 --- a/x11/kde-applications/lokalize/Makefile +++ b/x11/kde-applications/lokalize/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE app localization tools DISTNAME = lokalize-${VERSION} CATEGORIES = x11 devel +REVISION = 0 HOMEPAGE = https://kde.org/applications/office/org.kde.lokalize diff --git a/x11/kde-applications/spectacle/Makefile b/x11/kde-applications/spectacle/Makefile index d8d022b3644..5c53b3051bd 100644 --- a/x11/kde-applications/spectacle/Makefile +++ b/x11/kde-applications/spectacle/Makefile @@ -1,6 +1,7 @@ COMMENT = KDE screen capture and screenshot program DISTNAME = spectacle-${VERSION} CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://apps.kde.org/spectacle/ diff --git a/x11/kde-applications/umbrello/Makefile b/x11/kde-applications/umbrello/Makefile index ef11acf3974..4b7f14c2f49 100644 --- a/x11/kde-applications/umbrello/Makefile +++ b/x11/kde-applications/umbrello/Makefile @@ -3,6 +3,7 @@ USE_WXNEEDED = Yes COMMENT = UML Modeller DISTNAME = umbrello-${VERSION} CATEGORIES = x11 productivity +REVISION = 0 HOMEPAGE = https://umbrello.kde.org/ diff --git a/x11/kde-plasma/breeze-gtk/Makefile b/x11/kde-plasma/breeze-gtk/Makefile index 6947fa819ea..a2fe8349e64 100644 --- a/x11/kde-plasma/breeze-gtk/Makefile +++ b/x11/kde-plasma/breeze-gtk/Makefile @@ -1,5 +1,6 @@ COMMENT = GTK2 theme matching KDE Breeze DISTNAME = breeze-gtk-${VERSION} +REVISION = 0 MODULES = lang/python diff --git a/x11/kitty/Makefile b/x11/kitty/Makefile index 7167cb7f246..fabddfc7334 100644 --- a/x11/kitty/Makefile +++ b/x11/kitty/Makefile @@ -8,6 +8,7 @@ DISTNAME = kitty-${MODPY_EGG_VERSION} CATEGORIES = x11 HOMEPAGE = https://sw.kovidgoyal.net/kitty/ MAINTAINER = Thomas Frohwein +REVISION = 0 # GPLv3+ PERMIT_PACKAGE = Yes diff --git a/x11/mate/menu-advanced/Makefile b/x11/mate/menu-advanced/Makefile index e7fcf318fc8..6869701e16f 100644 --- a/x11/mate/menu-advanced/Makefile +++ b/x11/mate/menu-advanced/Makefile @@ -4,7 +4,7 @@ GH_COMMIT= 61a995e25948015a4f6d86e12cf6141a3b729ce7 GH_ACCOUNT= rnagy GH_PROJECT= mate-menu DISTNAME= mate-menu-advanced-20.04.1 -REVISION= 1 +REVISION= 2 CATEGORIES= x11 diff --git a/x11/mate/pluma/Makefile b/x11/mate/pluma/Makefile index 1160072f307..5ff1819c004 100644 --- a/x11/mate/pluma/Makefile +++ b/x11/mate/pluma/Makefile @@ -1,7 +1,7 @@ USE_WXNEEDED= Yes COMMENT= powerful text editor for the MATE desktop -REVISION= 0 +REVISION= 1 CATEGORIES= textproc diff --git a/x11/menumaker/Makefile b/x11/menumaker/Makefile index 4fb219ff746..c2d8287580e 100644 --- a/x11/menumaker/Makefile +++ b/x11/menumaker/Makefile @@ -1,6 +1,7 @@ COMMENT = menu generation utility for X window managers DISTNAME = menumaker-0.99.14 CATEGORIES = x11 +REVISION = 0 MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=menumaker/} diff --git a/x11/nagstamon/Makefile b/x11/nagstamon/Makefile index 0e50b3695ba..7d60a208ace 100755 --- a/x11/nagstamon/Makefile +++ b/x11/nagstamon/Makefile @@ -6,6 +6,7 @@ GH_PROJECT= Nagstamon GH_TAGNAME= v${MODPY_EGG_VERSION} PKGNAME= ${DISTNAME:L} #WRKDIST= ${WRKDIR}/Nagstamon-${MODPY_EGG_VERSION} +REVISION= 0 CATEGORIES= x11 net diff --git a/x11/polybar/Makefile b/x11/polybar/Makefile index 04d0e2a3ce9..c20885d8bf9 100644 --- a/x11/polybar/Makefile +++ b/x11/polybar/Makefile @@ -2,7 +2,7 @@ COMMENT = fast and easy-to-use status bar V = 3.5.7 DISTNAME = polybar-$V CATEGORIES = x11 -REVISION = 2 +REVISION = 3 HOMEPAGE = https://polybar.github.io/ MAINTAINER = Jasper Lievisse Adriaanse diff --git a/x11/py-i3ipc/Makefile b/x11/py-i3ipc/Makefile index 3744b12a527..c8c1f8143d9 100644 --- a/x11/py-i3ipc/Makefile +++ b/x11/py-i3ipc/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 2.2.1 DISTNAME = i3ipc-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://github.com/altdesktop/i3ipc-python/ diff --git a/x11/py-pyglet/Makefile b/x11/py-pyglet/Makefile index b8bcd9be3a5..544b6800c90 100644 --- a/x11/py-pyglet/Makefile +++ b/x11/py-pyglet/Makefile @@ -4,7 +4,7 @@ MODPY_EGG_VERSION = 1.4.11 DISTNAME = pyglet-${MODPY_EGG_VERSION} PKGNAME = py-${DISTNAME} EXTRACT_SUFX = .zip -REVISION = 1 +REVISION = 2 CATEGORIES = x11 multimedia diff --git a/x11/py-qt5/Makefile b/x11/py-qt5/Makefile index b5d5fd57415..7408dfc60cc 100644 --- a/x11/py-qt5/Makefile +++ b/x11/py-qt5/Makefile @@ -5,7 +5,7 @@ DPB_PROPERTIES= parallel MODPY_EGG_VERSION= 5.15.7 DISTNAME= PyQt5-${MODPY_EGG_VERSION} PKGNAME= py-qt5-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= x11 devel diff --git a/x11/py-qtawesome/Makefile b/x11/py-qtawesome/Makefile index c1a6e35c683..a9da280f29f 100644 --- a/x11/py-qtawesome/Makefile +++ b/x11/py-qtawesome/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 1.1.1 DISTNAME = QtAwesome-${MODPY_EGG_VERSION} PKGNAME = py-qtawesome-${MODPY_EGG_VERSION} CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://github.com/spyder-ide/qtawesome diff --git a/x11/py-qtpy/Makefile b/x11/py-qtpy/Makefile index 17106e3fc47..68e07251ce0 100644 --- a/x11/py-qtpy/Makefile +++ b/x11/py-qtpy/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION = 2.1.0 DISTNAME = QtPy-${MODPY_EGG_VERSION} PKGNAME = py-qtpy-${MODPY_EGG_VERSION} CATEGORIES = x11 +REVISION = 0 HOMEPAGE = https://github.com/spyder-ide/qtpy diff --git a/x11/py-sip-qt5/Makefile b/x11/py-sip-qt5/Makefile index bf06fe5c448..9b855180715 100644 --- a/x11/py-sip-qt5/Makefile +++ b/x11/py-sip-qt5/Makefile @@ -4,6 +4,7 @@ MODPY_EGG_VERSION= 12.11.0 DISTNAME= PyQt5_sip-${MODPY_EGG_VERSION} PKGNAME= py-${DISTNAME:L} +REVISION= 0 WANTLIB = pthread CATEGORIES= x11 diff --git a/x11/py-virtualdisplay/Makefile b/x11/py-virtualdisplay/Makefile index 40f4ead90c4..5ed891d36c2 100644 --- a/x11/py-virtualdisplay/Makefile +++ b/x11/py-virtualdisplay/Makefile @@ -3,6 +3,7 @@ COMMENT = Python wrapper for Xvfb, Xephyr and Xvnc MODPY_EGG_VERSION = 3.0 DISTNAME = PyVirtualDisplay-${MODPY_EGG_VERSION} PKGNAME = ${DISTNAME:L:S/^py/py-/} +REVISION = 0 CATEGORIES = x11 diff --git a/x11/py-xcbgen/Makefile b/x11/py-xcbgen/Makefile index 46c1238b714..0f5a531cb64 100644 --- a/x11/py-xcbgen/Makefile +++ b/x11/py-xcbgen/Makefile @@ -4,6 +4,7 @@ COMMENT = X C Binding - protocol binding generator VERSION = 1.15.2 DISTNAME = xcb-proto-${VERSION} PKGNAME = py-xcbgen-${VERSION} +REVISION = 0 CATEGORIES = x11 diff --git a/x11/py-xlib/Makefile b/x11/py-xlib/Makefile index 34fe4d432ca..4eb06d9e3f5 100644 --- a/x11/py-xlib/Makefile +++ b/x11/py-xlib/Makefile @@ -4,6 +4,7 @@ GH_ACCOUNT = python-xlib GH_PROJECT = python-xlib GH_TAGNAME = 0.32 PKGNAME = py-xlib-${GH_TAGNAME} +REVISION = 0 CATEGORIES = x11 diff --git a/x11/qt6/qtdeclarative/Makefile b/x11/qt6/qtdeclarative/Makefile index 505ac70b848..b308b88d8d8 100644 --- a/x11/qt6/qtdeclarative/Makefile +++ b/x11/qt6/qtdeclarative/Makefile @@ -4,6 +4,7 @@ USE_WXNEEDED = Yes QT6NAME = QtDeclarative COMMENT = Qt6 Quick and QML components PKGSPEC = qt6-qtdeclarative-${QT6_PKGSPEC} +REVISION = 0 SHARED_LIBS = Qt6Qml 1.0 # 6.3 SHARED_LIBS += Qt6Quick 1.0 # 6.3 diff --git a/x11/screenkey/Makefile b/x11/screenkey/Makefile index ab390f49ad8..f038974333a 100644 --- a/x11/screenkey/Makefile +++ b/x11/screenkey/Makefile @@ -2,7 +2,7 @@ COMMENT = display keypresses on screen MODPY_EGG_VERSION = 1.4 DISTNAME = screenkey-${MODPY_EGG_VERSION} -REVISION = 0 +REVISION = 1 CATEGORIES = x11 diff --git a/x11/tellico/Makefile b/x11/tellico/Makefile index 2cd03175cca..02a27c997e3 100644 --- a/x11/tellico/Makefile +++ b/x11/tellico/Makefile @@ -3,6 +3,7 @@ USE_WXNEEDED = Yes COMMENT = organizer for book/dvd/music collections DISTNAME = tellico-3.4.4 +REVISION = 0 CATEGORIES = x11 diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 5c4b1ed8e90..e8dcea4e9aa 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -2,7 +2,7 @@ COMMENT = GTK3 terminal emulator with split-window and tabs support VERSION = 1.92 DISTNAME = terminator-${VERSION} -REVISION = 3 +REVISION = 4 CATEGORIES = x11 diff --git a/x11/zutty/Makefile b/x11/zutty/Makefile index 64faf84db3e..1f15443eb32 100644 --- a/x11/zutty/Makefile +++ b/x11/zutty/Makefile @@ -3,6 +3,7 @@ COMMENT = X terminal which uses OpenGL ES Compute Shaders GH_ACCOUNT = tomszilagyi GH_PROJECT = zutty GH_TAGNAME = 0.13 +REVISION = 0 CATEGORIES = x11