Date: Fri, 24 May 2024 09:54:03 +0200 From: Florian Smeets <flo@FreeBSD.org> To: spil.oss@gmail.com, Vsevolod Stakhov <vsevolod@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: b66e4949cb23 - main - security/libsodium: update to 1.0.19, bump dependent ports Message-ID: <f995417c-a81c-48c1-9db0-a9b9a7af1f3c@FreeBSD.org> In-Reply-To: <CAEJyAvO_yAK2bU05FQiHfJa-mB3dn6ivkXg1dd8DEXGVxCE0fA@mail.gmail.com> References: <202405201033.44KAXU0J041343@gitrepo.freebsd.org> <CAEJyAvO_yAK2bU05FQiHfJa-mB3dn6ivkXg1dd8DEXGVxCE0fA@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
On 24.05.24 08:56, Spil Oss wrote:
> That creates a nice mess for me! This is all PHP, there's no linking
> going on anywhere. Bumping php*-sodium would have been sufficient
>
I also noticed that there seem to be a few issues with this commit, but
haven't had time to investigate further. How were these PORTREVISIONs
bumped? I suspect bump_revision.pl as it looks like I can replicate the
behaviour with it.
Looking at it again, it looks like we have two scripts to bump
PORTREVISION?! bump-revision.sh and bump_revision.pl which one is
preferable and should be used?
> Why bump to _3?
Some are wrong, e.g. */openldap* causing the version number of
openldap25 to go backwards.
-PORTREVISION= ${OPENLDAP_PORTREVISION}
+PORTREVISION= 1
Some others look strange but should not hurt, e.g. moodle, there are
others, e.g. most of the */nextcloud-* was set to PORTREVISION=3
diff --git a/www/moodle41/Makefile b/www/moodle41/Makefile
index 5d51b5431d5f..6dfdbe7e0e17 100644
--- a/www/moodle41/Makefile
+++ b/www/moodle41/Makefile
@@ -1,5 +1,6 @@
PORTNAME= moodle
PORTVERSION= 4.1.10
+PORTREVISION= 1
CATEGORIES= www education
MASTER_SITES= SF/moodle/Moodle/stable401/
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
diff --git a/www/moodle42/Makefile b/www/moodle42/Makefile
index 44b12bbe8da3..225b4b0df77f 100644
--- a/www/moodle42/Makefile
+++ b/www/moodle42/Makefile
@@ -1,5 +1,6 @@
PORTNAME= moodle
PORTVERSION= 4.2.7
+PORTREVISION= 2
CATEGORIES= www education
MASTER_SITES= SF/moodle/Moodle/stable402/
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
diff --git a/www/moodle43/Makefile b/www/moodle43/Makefile
index f53dd5eafd90..cbe53a0a6a86 100644
--- a/www/moodle43/Makefile
+++ b/www/moodle43/Makefile
@@ -1,5 +1,6 @@
PORTNAME= moodle
PORTVERSION= 4.3.4
+PORTREVISION= 2
CATEGORIES= www education
MASTER_SITES= SF/moodle/Moodle/stable403/
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
diff --git a/www/moodle44/Makefile b/www/moodle44/Makefile
index 31194662467a..e48a912ce9ed 100644
--- a/www/moodle44/Makefile
+++ b/www/moodle44/Makefile
@@ -1,5 +1,6 @@
PORTNAME= moodle
PORTVERSION= 4.4
+PORTREVISION= 3
CATEGORIES= www education
MASTER_SITES= SF/moodle/Moodle/stable404/
PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//}${PHP_PKGNAMESUFFIX}
Florian
>
> All dependent ports also bumped (for no good reason). Now I have to
> push 29.0.1 and can work through ALL Nextcloud apps to lock
> PORTREVISION.
>
> On Mon, May 20, 2024 at 12:33 PM Vsevolod Stakhov <vsevolod@freebsd.org> wrote:
>>
>> The branch main has been updated by vsevolod:
>>
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=b66e4949cb23218adc602edc35db187f966c5377
>>
>> commit b66e4949cb23218adc602edc35db187f966c5377
>> Author: Vsevolod Stakhov <vsevolod@FreeBSD.org>
>> AuthorDate: 2024-05-20 10:29:56 +0000
>> Commit: Vsevolod Stakhov <vsevolod@FreeBSD.org>
>> CommitDate: 2024-05-20 10:33:03 +0000
>>
>> security/libsodium: update to 1.0.19, bump dependent ports
>>
>> PR: 278259
>> Reported by: Andrey Korobkov <alster-vinterdalen.se>
>> ---
>> astro/py-metpy/Makefile | 1 +
>> audio/owntone/Makefile | 2 +-
>> audio/py-librosa/Makefile | 1 +
>> audio/shairport-sync/Makefile | 2 +-
>> benchmarks/py-locust/Makefile | 1 +
>> benchmarks/py-zopkio/Makefile | 2 +-
>> cad/horizon-eda/Makefile | 1 +
>> comms/gnuradio/Makefile | 2 +-
>> comms/gqrx/Makefile | 1 +
>> comms/gr-osmosdr/Makefile | 2 +-
>> databases/proftpd-mod_sql_mysql/Makefile | 1 +
>> databases/proftpd-mod_sql_odbc/Makefile | 1 +
>> databases/proftpd-mod_sql_postgres/Makefile | 2 +-
>> databases/proftpd-mod_sql_sqlite/Makefile | 2 +-
>> databases/proftpd-mod_sql_tds/Makefile | 2 +-
>> devel/fbthrift/Makefile | 1 +
>> devel/folly/Makefile | 1 +
>> devel/p5-Test-OpenLDAP/Makefile | 1 +
>> devel/pijul/Makefile | 2 +-
>> devel/py-PyGithub/Makefile | 2 +-
>> devel/py-buildbot-worker/Makefile | 1 +
>> devel/py-buildbot/Makefile | 1 +
>> devel/py-dockerpty/Makefile | 1 +
>> devel/py-fabric/Makefile | 1 +
>> devel/py-ipydatawidgets/Makefile | 1 +
>> devel/py-ipykernel/Makefile | 1 +
>> devel/py-ipympl/Makefile | 2 +-
>> devel/py-ipyparallel/Makefile | 2 +-
>> devel/py-ipywidgets/Makefile | 1 +
>> devel/py-jupyter-client/Makefile | 2 +-
>> devel/py-jupyter-collaboration/Makefile | 1 +
>> devel/py-jupyter-kernel-test/Makefile | 1 +
>> devel/py-jupyter-lsp/Makefile | 1 +
>> devel/py-jupyter-server-fileid/Makefile | 1 +
>> devel/py-jupyter-server-mathjax/Makefile | 2 +-
>> devel/py-jupyter-server/Makefile | 1 +
>> devel/py-jupyter_console/Makefile | 1 +
>> devel/py-jupyterlab-lsp/Makefile | 2 +-
>> devel/py-jupyterlab-server/Makefile | 1 +
>> devel/py-jupyterlab-widgets/Makefile | 1 +
>> devel/py-jupyterlab/Makefile | 1 +
>> devel/py-jupyterlab_launcher/Makefile | 2 +-
>> devel/py-nbclassic/Makefile | 2 +-
>> devel/py-nbclient/Makefile | 1 +
>> devel/py-nbconvert/Makefile | 1 +
>> devel/py-nbdime/Makefile | 1 +
>> devel/py-nbval/Makefile | 1 +
>> devel/py-notebook-shim/Makefile | 1 +
>> devel/py-pooch/Makefile | 1 +
>> devel/py-pyquil/Makefile | 2 +-
>> devel/py-pytest-jupyter/Makefile | 1 +
>> devel/py-qtconsole/Makefile | 1 +
>> devel/py-rpcq/Makefile | 2 +-
>> devel/py-spyder-kernels/Makefile | 1 +
>> devel/py-spyder-unittest/Makefile | 1 +
>> devel/py-threema-msgapi/Makefile | 1 +
>> devel/py-weasel/Makefile | 1 +
>> devel/spyder/Makefile | 1 +
>> devel/xeus-cling/Makefile | 2 +-
>> devel/xeus-zmq/Makefile | 1 +
>> dns/curvedns/Makefile | 2 +-
>> dns/dnscrypt-wrapper/Makefile | 2 +-
>> dns/dnsdist/Makefile | 1 +
>> dns/dnstable-convert/Makefile | 2 +-
>> dns/dnsviz/Makefile | 2 +-
>> dns/gdnsd3/Makefile | 2 +-
>> dns/getdns/Makefile | 2 +-
>> dns/luaunbound/Makefile | 2 +-
>> dns/unbound/Makefile | 1 +
>> finance/nextcloud-cospend/Makefile | 1 +
>> finance/py-python-obelisk/Makefile | 2 +-
>> ftp/proftpd-mod_vroot/Makefile | 2 +-
>> ftp/proftpd/Makefile | 2 +-
>> ftp/pure-ftpd/Makefile | 1 +
>> ftp/py-sftp/Makefile | 1 +
>> games/0ad/Makefile | 2 +-
>> games/devilutionX/Makefile | 1 +
>> games/warzone2100/Makefile | 1 +
>> graphics/drawpile/Makefile | 2 +-
>> graphics/rapid-photo-downloader/Makefile | 2 +-
>> irc/unreal/Makefile | 1 +
>> mail/mailman3/Makefile | 2 +-
>> mail/milter-greylist/Makefile | 2 +-
>> mail/nextcloud-mail/Makefile | 1 +
>> mail/opendkim/Makefile | 2 +-
>> mail/p5-Mail-OpenDKIM/Makefile | 1 +
>> mail/py-afew/Makefile | 2 +-
>> mail/py-authheaders/Makefile | 1 +
>> mail/py-dkimpy-milter/Makefile | 1 +
>> mail/py-dkimpy/Makefile | 2 +-
>> mail/py-fuglu/Makefile | 1 +
>> mail/rmilter/Makefile | 1 +
>> mail/rspamd-devel/Makefile | 2 +-
>> mail/rspamd/Makefile | 1 +
>> mail/snappymail/Makefile | 1 +
>> math/mathicsscript/Makefile | 2 +-
>> math/octave-forge-tablicious/Makefile | 2 +-
>> math/octave-forge-zeromq/Makefile | 2 +-
>> math/octave-forge/Makefile | 2 +-
>> math/py-mathics/Makefile | 2 +-
>> math/py-pyodesys/Makefile | 1 +
>> math/py-yt/Makefile | 1 +
>> math/sage/Makefile | 2 +-
>> misc/adios2/Makefile | 2 +-
>> misc/py-cinder/Makefile | 2 +-
>> misc/py-ipyfastscape/Makefile | 2 +-
>> misc/py-molequeue/Makefile | 2 +-
>> misc/py-orange3-network/Makefile | 2 +-
>> misc/py-papermill/Makefile | 1 +
>> misc/py-toil/Makefile | 1 +
>> misc/snakemake/Makefile | 2 +-
>> misc/urh/Makefile | 1 +
>> multimedia/gstreamer1-plugins-rust/Makefile | 2 +-
>> multimedia/kooha/Makefile | 2 +-
>> multimedia/libopenshot/Makefile | 2 +-
>> multimedia/openshot/Makefile | 2 +-
>> net-im/jitsi-meet-full/Makefile | 1 +
>> net-im/jitsi-prosody-plugins/Makefile | 1 +
>> net-im/mtxclient/Makefile | 2 +-
>> net-im/nextcloud-talk/Makefile | 1 +
>> net-im/nheko/Makefile | 2 +-
>> net-im/prosody-modules/Makefile | 1 +
>> net-im/prosody/Makefile | 2 +-
>> net-im/py-matrix-synapse/Makefile | 2 +-
>> net-im/py-toxcore-c/Makefile | 2 +-
>> net-im/py-unmessage/Makefile | 2 +-
>> net-im/qTox/Makefile | 2 +-
>> net-im/tox/Makefile | 1 +
>> net-im/tox_extension_messages/Makefile | 2 +-
>> net-im/toxbot/Makefile | 2 +-
>> net-im/toxext/Makefile | 2 +-
>> net-im/toxic/Makefile | 1 +
>> net-im/toxins/Makefile | 2 +-
>> net-im/uTox/Makefile | 2 +-
>> net-mgmt/py-junos-eznc/Makefile | 1 +
>> net-mgmt/py-napalm-logs/Makefile | 1 +
>> net-mgmt/py-napalm/Makefile | 1 +
>> net-mgmt/py-ncclient/Makefile | 1 +
>> net-mgmt/py-nxapi-plumbing/Makefile | 1 +
>> net-mgmt/py-pyIOSXR/Makefile | 1 +
>> net-mgmt/py-pynxos/Makefile | 1 +
>> net-p2p/bitcoin/Makefile | 1 +
>> net-p2p/bitmark-cli/Makefile | 2 +-
>> net-p2p/bitmark-daemon/Makefile | 2 +-
>> net-p2p/bitmark-recorder/Makefile | 2 +-
>> net-p2p/bitmark/Makefile | 2 +-
>> net-p2p/c-lightning/Makefile | 1 +
>> net-p2p/clboss/Makefile | 1 +
>> net-p2p/litecoin/Makefile | 1 +
>> net-p2p/monero-cli/Makefile | 2 +-
>> net/axa/Makefile | 2 +-
>> net/cppzmq/Makefile | 1 +
>> net/czmq/Makefile | 1 +
>> net/czmq4/Makefile | 2 +-
>> net/eternalterminal/Makefile | 1 +
>> net/fb303/Makefile | 1 +
>> net/fbzmq/Makefile | 2 +-
>> net/landrop/Makefile | 1 +
>> net/libzmq4/Makefile | 2 +-
>> net/megacmd/Makefile | 2 +-
>> net/mlvpn/Makefile | 2 +-
>> net/mvfst/Makefile | 1 +
>> net/nmsg/Makefile | 2 +-
>> net/ntopng/Makefile | 1 +
>> net/openldap25-server/Makefile | 2 +-
>> net/openldap26-server/Makefile | 2 +-
>> net/p5-Net-Nmsg/Makefile | 2 +-
>> net/p5-ZMQ-FFI/Makefile | 1 +
>> net/pichi/Makefile | 1 +
>> net/proftpd-mod_ldap/Makefile | 2 +-
>> net/py-magic-wormhole/Makefile | 1 +
>> net/py-pynmsg/Makefile | 2 +-
>> net/py-pyzmq/Makefile | 1 +
>> net/py-saltyrtc.server/Makefile | 2 +-
>> net/py-smart-open/Makefile | 1 +
>> net/py-sshtunnel/Makefile | 1 +
>> net/remmina/Makefile | 2 +-
>> net/rosenpass/Makefile | 2 +-
>> net/ryu/Makefile | 2 +-
>> net/shadowsocks-libev/Makefile | 2 +-
>> net/sie-nmsg/Makefile | 2 +-
>> net/wangle/Makefile | 1 +
>> net/zyre/Makefile | 1 +
>> science/agrum/Makefile | 1 +
>> science/psi4/Makefile | 1 +
>> science/py-atomium/Makefile | 2 +-
>> science/py-chempy/Makefile | 1 +
>> science/py-cirq-rigetti/Makefile | 1 +
>> science/py-ipygany/Makefile | 2 +-
>> science/py-jupyter_jsmol/Makefile | 1 +
>> science/py-optking/Makefile | 2 +-
>> science/py-qcelemental/Makefile | 1 +
>> science/py-qcengine/Makefile | 1 +
>> security/R-cran-sodium/Makefile | 1 +
>> security/authenticator/Makefile | 2 +-
>> security/caldera-ot/Makefile | 2 +-
>> security/caldera/Makefile | 2 +-
>> security/caldera4/Makefile | 2 +-
>> security/fizz/Makefile | 1 +
>> security/gvm/Makefile | 1 +
>> security/hpenc/Makefile | 2 +-
>> security/keysmith/Makefile | 1 +
>> security/kickpass/Makefile | 2 +-
>> security/libreswan/Makefile | 2 +-
>> security/libsodium/Makefile | 6 ++++--
>> security/libsodium/distinfo | 6 +++---
>> security/libsodium/pkg-plist | 8 ++++++--
>> security/libuecc/Makefile | 2 +-
>> security/minisign/Makefile | 1 +
>> security/mkp224o/Makefile | 1 +
>> security/nextcloud-end_to_end_encryption/Makefile | 1 +
>> security/nextcloud-passman/Makefile | 1 +
>> security/nextcloud-twofactor_admin/Makefile | 1 +
>> security/nextcloud-twofactor_nextcloud_notification/Makefile | 1 +
>> security/nextcloud-twofactor_webauthn/Makefile | 1 +
>> security/p5-Crypt-Sodium/Makefile | 2 +-
>> security/pecl-libsodium/Makefile | 1 +
>> security/php81-sodium/Makefile | 1 +
>> security/php82-sodium/Makefile | 1 +
>> security/php83-sodium/Makefile | 1 +
>> security/proftpd-mod_clamav/Makefile | 2 +-
>> security/py-aiohttp-security/Makefile | 1 +
>> security/py-exscript/Makefile | 1 +
>> security/py-libnacl/Makefile | 1 +
>> security/py-netmiko/Makefile | 1 +
>> security/py-onlykey/Makefile | 2 +-
>> security/py-ospd-openvas/Makefile | 1 +
>> security/py-paramiko/Makefile | 2 +-
>> security/py-plaso/Makefile | 2 +-
>> security/py-pwntools/Makefile | 2 +-
>> security/py-pyaff4/Makefile | 2 +-
>> security/py-pyaxo/Makefile | 2 +-
>> security/py-pymacaroons/Makefile | 2 +-
>> security/py-pynacl/Makefile | 1 +
>> security/py-pysodium/Makefile | 2 +-
>> security/py-scp/Makefile | 1 +
>> security/py-securesystemslib/Makefile | 1 +
>> security/py-signedjson/Makefile | 2 +-
>> security/py-tuf/Makefile | 1 +
>> security/reop/Makefile | 2 +-
>> security/rubygem-rbnacl-libsodium/Makefile | 1 +
>> security/rubygem-rbnacl/Makefile | 1 +
>> security/softether5/Makefile | 1 +
>> sysutils/bupstash/Makefile | 2 +-
>> sysutils/docker-compose/Makefile | 2 +-
>> sysutils/duplicity/Makefile | 1 +
>> sysutils/duply/Makefile | 1 +
>> sysutils/froxlor/Makefile | 1 +
>> sysutils/fwup/Makefile | 2 +-
>> sysutils/jadm/Makefile | 2 +-
>> sysutils/nix/Makefile | 1 +
>> sysutils/omnibackup/Makefile | 1 +
>> sysutils/py-azure-cli-acr/Makefile | 1 +
>> sysutils/py-azure-cli-core/Makefile | 1 +
>> sysutils/py-azure-cli/Makefile | 1 +
>> sysutils/py-docker/Makefile | 1 +
>> sysutils/py-howdoi/Makefile | 2 +-
>> sysutils/py-keep/Makefile | 1 +
>> sysutils/py-ploy/Makefile | 1 +
>> sysutils/py-ploy_ezjail/Makefile | 1 +
>> sysutils/py-salt/Makefile | 1 +
>> sysutils/rubygem-smart_proxy_salt/Makefile | 1 +
>> textproc/py-gensim/Makefile | 1 +
>> textproc/py-jupyter_sphinx/Makefile | 1 +
>> textproc/py-nbsphinx/Makefile | 1 +
>> textproc/py-orange3-text/Makefile | 2 +-
>> textproc/py-sense2vec/Makefile | 1 +
>> textproc/py-spacy-llm/Makefile | 2 +-
>> textproc/py-spacy/Makefile | 2 +-
>> www/dpp/Makefile | 1 +
>> www/garage/Makefile | 1 +
>> www/glpi/Makefile | 1 +
>> www/moodle41/Makefile | 1 +
>> www/moodle42/Makefile | 1 +
>> www/moodle43/Makefile | 1 +
>> www/moodle44/Makefile | 1 +
>> www/nextcloud-appointments/Makefile | 1 +
>> www/nextcloud-calendar/Makefile | 1 +
>> www/nextcloud-contacts/Makefile | 1 +
>> www/nextcloud-deck/Makefile | 1 +
>> www/nextcloud-forms/Makefile | 1 +
>> www/nextcloud-groupfolders/Makefile | 1 +
>> www/nextcloud-notes/Makefile | 1 +
>> www/nextcloud-tasks/Makefile | 1 +
>> www/nextcloud/Makefile | 1 +
>> www/onionshare-cli/Makefile | 1 +
>> www/onionshare/Makefile | 2 +-
>> www/piwigo/Makefile | 2 +-
>> www/proxygen/Makefile | 1 +
>> www/py-aiohttp-session/Makefile | 1 +
>> www/py-autobahn/Makefile | 2 +-
>> www/py-daphne/Makefile | 1 +
>> www/py-notebook/Makefile | 1 +
>> www/sogo/Makefile | 1 +
>> www/varnish-libvmod-dynamic/Makefile | 2 +-
>> www/web2ldap/Makefile | 1 +
>> x11/xpra/Makefile | 1 +
>> 297 files changed, 307 insertions(+), 132 deletions(-)
>>
>> diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile
>> index d2ae308f14a5..36535191079c 100644
>> --- a/astro/py-metpy/Makefile
>> +++ b/astro/py-metpy/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= metpy
>> PORTVERSION= 1.6.2
>> +PORTREVISION= 1
>> CATEGORIES= astro python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/audio/owntone/Makefile b/audio/owntone/Makefile
>> index a891d03988fb..6d880065a5fd 100644
>> --- a/audio/owntone/Makefile
>> +++ b/audio/owntone/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= owntone
>> DISTVERSION= 28.9
>> -PORTREVISION= 0
>> +PORTREVISION= 1
>> CATEGORIES= audio
>> MASTER_SITES= https://github.com/owntone/owntone-server/releases/download/${DISTVERSION}/
>>
>> diff --git a/audio/py-librosa/Makefile b/audio/py-librosa/Makefile
>> index e8242405a8ca..208fb470a875 100644
>> --- a/audio/py-librosa/Makefile
>> +++ b/audio/py-librosa/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= librosa
>> DISTVERSION= 0.10.2
>> +PORTREVISION= 1
>> CATEGORIES= audio python
>> #MASTER_SITES= PYPI # no tests
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
>> index 6361293e7fac..e4afd184a90e 100644
>> --- a/audio/shairport-sync/Makefile
>> +++ b/audio/shairport-sync/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= shairport-sync
>> DISTVERSION= 4.3.2
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= audio
>>
>> MAINTAINER= ehaupt@FreeBSD.org
>> diff --git a/benchmarks/py-locust/Makefile b/benchmarks/py-locust/Makefile
>> index cfffa5704f08..f23265669fcc 100644
>> --- a/benchmarks/py-locust/Makefile
>> +++ b/benchmarks/py-locust/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= locust
>> PORTVERSION= 0.11.0
>> +PORTREVISION= 1
>> CATEGORIES= benchmarks www python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/benchmarks/py-zopkio/Makefile b/benchmarks/py-zopkio/Makefile
>> index d272a7d481d1..63f1123bd89e 100644
>> --- a/benchmarks/py-zopkio/Makefile
>> +++ b/benchmarks/py-zopkio/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= Zopkio
>> PORTVERSION= 0.2.5
>> -PORTREVISION= 7
>> +PORTREVISION= 8
>> CATEGORIES= benchmarks python
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>>
>> diff --git a/cad/horizon-eda/Makefile b/cad/horizon-eda/Makefile
>> index 3de933aafdaf..db6d8c5f17b3 100644
>> --- a/cad/horizon-eda/Makefile
>> +++ b/cad/horizon-eda/Makefile
>> @@ -1,6 +1,7 @@
>> PORTNAME= horizon-eda
>> DISTVERSIONPREFIX= v
>> DISTVERSION= 2.6.0
>> +PORTREVISION= 1
>> CATEGORIES= cad
>>
>> MAINTAINER= yuri@FreeBSD.org
>> diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile
>> index 234741e278bb..6dd79944d7c1 100644
>> --- a/comms/gnuradio/Makefile
>> +++ b/comms/gnuradio/Makefile
>> @@ -1,7 +1,7 @@
>> PORTNAME= gnuradio
>> DISTVERSIONPREFIX= v
>> DISTVERSION= 3.8.4.0
>> -PORTREVISION= 16
>> +PORTREVISION= 17
>> CATEGORIES= comms astro hamradio
>>
>> MAINTAINER= hamradio@FreeBSD.org
>> diff --git a/comms/gqrx/Makefile b/comms/gqrx/Makefile
>> index 0e423a1e0940..73e73579e83e 100644
>> --- a/comms/gqrx/Makefile
>> +++ b/comms/gqrx/Makefile
>> @@ -1,6 +1,7 @@
>> PORTNAME= gqrx
>> PORTVERSION= 2.17.5
>> DISTVERSIONPREFIX= v
>> +PORTREVISION= 2
>> PORTEPOCH= 1
>> CATEGORIES= comms hamradio
>> PKGNAMESUFFIX= -${FLAVOR}
>> diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile
>> index 24a85cd9345d..824e22ae9eb1 100644
>> --- a/comms/gr-osmosdr/Makefile
>> +++ b/comms/gr-osmosdr/Makefile
>> @@ -1,7 +1,7 @@
>> PORTNAME= gr-osmosdr
>> DISTVERSIONPREFIX= v
>> DISTVERSION= 0.2.3
>> -PORTREVISION= 9
>> +PORTREVISION= 10
>> PORTEPOCH= 1
>> CATEGORIES= comms hamradio
>>
>> diff --git a/databases/proftpd-mod_sql_mysql/Makefile b/databases/proftpd-mod_sql_mysql/Makefile
>> index f3329ae3517b..6668faba59dc 100644
>> --- a/databases/proftpd-mod_sql_mysql/Makefile
>> +++ b/databases/proftpd-mod_sql_mysql/Makefile
>> @@ -1,4 +1,5 @@
>> PORTNAME= mod_sql_mysql
>> +PORTREVISION= 1
>> CATEGORIES= databases ftp
>> PKGNAMEPREFIX= proftpd-
>>
>> diff --git a/databases/proftpd-mod_sql_odbc/Makefile b/databases/proftpd-mod_sql_odbc/Makefile
>> index 349c714ca7ce..068fb976c173 100644
>> --- a/databases/proftpd-mod_sql_odbc/Makefile
>> +++ b/databases/proftpd-mod_sql_odbc/Makefile
>> @@ -1,4 +1,5 @@
>> PORTNAME= mod_sql_odbc
>> +PORTREVISION= 1
>> CATEGORIES= databases ftp
>> PKGNAMEPREFIX= proftpd-
>>
>> diff --git a/databases/proftpd-mod_sql_postgres/Makefile b/databases/proftpd-mod_sql_postgres/Makefile
>> index 9cd1632766e8..ee416ed240ab 100644
>> --- a/databases/proftpd-mod_sql_postgres/Makefile
>> +++ b/databases/proftpd-mod_sql_postgres/Makefile
>> @@ -1,5 +1,5 @@
>> PORTNAME= mod_sql_postgres
>> -PORTREVISION= 2
>> +PORTREVISION= 3
>> CATEGORIES= databases ftp
>> PKGNAMEPREFIX= proftpd-
>>
>> diff --git a/databases/proftpd-mod_sql_sqlite/Makefile b/databases/proftpd-mod_sql_sqlite/Makefile
>> index 6b963e7c28dd..b864bb688db7 100644
>> --- a/databases/proftpd-mod_sql_sqlite/Makefile
>> +++ b/databases/proftpd-mod_sql_sqlite/Makefile
>> @@ -1,5 +1,5 @@
>> PORTNAME= mod_sql_sqlite
>> -PORTREVISION= 3
>> +PORTREVISION= 4
>> CATEGORIES= databases ftp
>> PKGNAMEPREFIX= proftpd-
>>
>> diff --git a/databases/proftpd-mod_sql_tds/Makefile b/databases/proftpd-mod_sql_tds/Makefile
>> index f352426348fc..b6147e23746f 100644
>> --- a/databases/proftpd-mod_sql_tds/Makefile
>> +++ b/databases/proftpd-mod_sql_tds/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= mod_sql_tds
>> DISTVERSION= 4.13
>> -PORTREVISION= 2
>> +PORTREVISION= 3
>> CATEGORIES= databases ftp
>> PKGNAMEPREFIX= proftpd-
>>
>> diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
>> index e36759b44152..2694de9e064f 100644
>> --- a/devel/fbthrift/Makefile
>> +++ b/devel/fbthrift/Makefile
>> @@ -1,6 +1,7 @@
>> PORTNAME= fbthrift
>> DISTVERSIONPREFIX= v
>> DISTVERSION= 2024.05.06.00
>> +PORTREVISION= 1
>> CATEGORIES= devel
>>
>> MAINTAINER= yuri@FreeBSD.org
>> diff --git a/devel/folly/Makefile b/devel/folly/Makefile
>> index ebc91e0919bb..e74f2c2990c6 100644
>> --- a/devel/folly/Makefile
>> +++ b/devel/folly/Makefile
>> @@ -1,6 +1,7 @@
>> PORTNAME= folly
>> DISTVERSIONPREFIX= v
>> DISTVERSION= 2024.05.06.00
>> +PORTREVISION= 1
>> CATEGORIES= devel
>>
>> MAINTAINER= yuri@FreeBSD.org
>> diff --git a/devel/p5-Test-OpenLDAP/Makefile b/devel/p5-Test-OpenLDAP/Makefile
>> index 278d087c517d..db1552dabafa 100644
>> --- a/devel/p5-Test-OpenLDAP/Makefile
>> +++ b/devel/p5-Test-OpenLDAP/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= Test-OpenLDAP
>> PORTVERSION= 0.72
>> +PORTREVISION= 1
>> CATEGORIES= devel perl5
>> MASTER_SITES= CPAN
>> PKGNAMEPREFIX= p5-
>> diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile
>> index cfabd0c8196a..f1f1817d2f3c 100644
>> --- a/devel/pijul/Makefile
>> +++ b/devel/pijul/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= pijul
>> PORTVERSION= 1.0.0.b9
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel
>>
>> MAINTAINER= cs@FreeBSD.org
>> diff --git a/devel/py-PyGithub/Makefile b/devel/py-PyGithub/Makefile
>> index ce7ebaeffbf4..4e9250d6c622 100644
>> --- a/devel/py-PyGithub/Makefile
>> +++ b/devel/py-PyGithub/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= PyGithub
>> DISTVERSION= 2.1.1
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel www python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-buildbot-worker/Makefile b/devel/py-buildbot-worker/Makefile
>> index 32b4492a7d3b..7731e7c56ec0 100644
>> --- a/devel/py-buildbot-worker/Makefile
>> +++ b/devel/py-buildbot-worker/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= buildbot-worker
>> DISTVERSION= 3.11.2
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-buildbot/Makefile b/devel/py-buildbot/Makefile
>> index e07aff512121..7dd7773c856d 100644
>> --- a/devel/py-buildbot/Makefile
>> +++ b/devel/py-buildbot/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= buildbot
>> DISTVERSION= 3.11.2
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-dockerpty/Makefile b/devel/py-dockerpty/Makefile
>> index 223213490d47..c9a14702168d 100644
>> --- a/devel/py-dockerpty/Makefile
>> +++ b/devel/py-dockerpty/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= dockerpty
>> PORTVERSION= 0.4.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-fabric/Makefile b/devel/py-fabric/Makefile
>> index a45e0442ce8d..f197f7a381cb 100644
>> --- a/devel/py-fabric/Makefile
>> +++ b/devel/py-fabric/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= fabric
>> PORTVERSION= 3.2.2
>> +PORTREVISION= 1
>> PORTEPOCH= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> diff --git a/devel/py-ipydatawidgets/Makefile b/devel/py-ipydatawidgets/Makefile
>> index af3256f9cf85..3e63a7cb39a3 100644
>> --- a/devel/py-ipydatawidgets/Makefile
>> +++ b/devel/py-ipydatawidgets/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= ipydatawidgets
>> PORTVERSION= 4.3.5
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-ipykernel/Makefile b/devel/py-ipykernel/Makefile
>> index 359f3177221b..7b92e36743c7 100644
>> --- a/devel/py-ipykernel/Makefile
>> +++ b/devel/py-ipykernel/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= ipykernel
>> PORTVERSION= 6.29.4
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/ipython/ipykernel/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-ipympl/Makefile b/devel/py-ipympl/Makefile
>> index a84e7c826066..f26161235e0d 100644
>> --- a/devel/py-ipympl/Makefile
>> +++ b/devel/py-ipympl/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= ipympl
>> DISTVERSION= 0.9.3
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-ipyparallel/Makefile b/devel/py-ipyparallel/Makefile
>> index 28e68911911e..92e0c923d357 100644
>> --- a/devel/py-ipyparallel/Makefile
>> +++ b/devel/py-ipyparallel/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= ipyparallel
>> PORTVERSION= 8.8.0
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-ipywidgets/Makefile b/devel/py-ipywidgets/Makefile
>> index 843eca248df0..05a5b433e544 100644
>> --- a/devel/py-ipywidgets/Makefile
>> +++ b/devel/py-ipywidgets/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= ipywidgets
>> PORTVERSION= 8.1.2
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyter-client/Makefile b/devel/py-jupyter-client/Makefile
>> index bec8183aaa66..709eb89d92db 100644
>> --- a/devel/py-jupyter-client/Makefile
>> +++ b/devel/py-jupyter-client/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= jupyter-client
>> PORTVERSION= 8.6.1
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyter-collaboration/Makefile b/devel/py-jupyter-collaboration/Makefile
>> index f4eaa9c4924f..f014b52d4cc8 100644
>> --- a/devel/py-jupyter-collaboration/Makefile
>> +++ b/devel/py-jupyter-collaboration/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyter-collaboration
>> PORTVERSION= 2.1.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyterlab/jupyter-collaboration/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-jupyter-kernel-test/Makefile b/devel/py-jupyter-kernel-test/Makefile
>> index c9b5a43ce4a6..bf9e8f9987a2 100644
>> --- a/devel/py-jupyter-kernel-test/Makefile
>> +++ b/devel/py-jupyter-kernel-test/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyter-kernel-test
>> DISTVERSION= 0.7.0
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyter-lsp/Makefile b/devel/py-jupyter-lsp/Makefile
>> index 7a2549fc8725..7d251c2ba479 100644
>> --- a/devel/py-jupyter-lsp/Makefile
>> +++ b/devel/py-jupyter-lsp/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyter-lsp
>> PORTVERSION= 2.2.5
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyter-server-fileid/Makefile b/devel/py-jupyter-server-fileid/Makefile
>> index ed924d75d130..f3074ac1b090 100644
>> --- a/devel/py-jupyter-server-fileid/Makefile
>> +++ b/devel/py-jupyter-server-fileid/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyter-server-fileid
>> PORTVERSION= 0.9.2
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyter-server-mathjax/Makefile b/devel/py-jupyter-server-mathjax/Makefile
>> index 15a7334fe9f0..3ba264b931fb 100644
>> --- a/devel/py-jupyter-server-mathjax/Makefile
>> +++ b/devel/py-jupyter-server-mathjax/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= jupyter-server-mathjax
>> PORTVERSION= 0.2.6
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyter-server/Makefile b/devel/py-jupyter-server/Makefile
>> index 11c5f17a57bc..ee85b702f9e4 100644
>> --- a/devel/py-jupyter-server/Makefile
>> +++ b/devel/py-jupyter-server/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyter-server
>> PORTVERSION= 2.14.0
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyter-server/jupyter_server/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-jupyter_console/Makefile b/devel/py-jupyter_console/Makefile
>> index 88f66a906360..d504e8519902 100644
>> --- a/devel/py-jupyter_console/Makefile
>> +++ b/devel/py-jupyter_console/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyter_console
>> PORTVERSION= 6.6.3
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyterlab-lsp/Makefile b/devel/py-jupyterlab-lsp/Makefile
>> index d7e86553fed0..f6e5dfe537ea 100644
>> --- a/devel/py-jupyterlab-lsp/Makefile
>> +++ b/devel/py-jupyterlab-lsp/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= jupyterlab-lsp
>> PORTVERSION= 5.1.0
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyterlab-server/Makefile b/devel/py-jupyterlab-server/Makefile
>> index 3a75e7e47038..5e5ab58695b3 100644
>> --- a/devel/py-jupyterlab-server/Makefile
>> +++ b/devel/py-jupyterlab-server/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyterlab-server
>> PORTVERSION= 2.27.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyterlab/jupyterlab_server/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-jupyterlab-widgets/Makefile b/devel/py-jupyterlab-widgets/Makefile
>> index f5a0a23d19b4..979efe53b8b3 100644
>> --- a/devel/py-jupyterlab-widgets/Makefile
>> +++ b/devel/py-jupyterlab-widgets/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyterlab-widgets
>> DISTVERSION= 3.0.10
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-jupyterlab/Makefile b/devel/py-jupyterlab/Makefile
>> index 26a18be3b7cf..bc9a9118f4f1 100644
>> --- a/devel/py-jupyterlab/Makefile
>> +++ b/devel/py-jupyterlab/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= jupyterlab
>> PORTVERSION= 4.2.0
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyterlab/jupyterlab/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-jupyterlab_launcher/Makefile b/devel/py-jupyterlab_launcher/Makefile
>> index d1cab82eca3a..80b2500fdc9e 100644
>> --- a/devel/py-jupyterlab_launcher/Makefile
>> +++ b/devel/py-jupyterlab_launcher/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= jupyterlab_launcher
>> DISTVERSION= 0.13.1
>> -PORTREVISION= 3
>> +PORTREVISION= 4
>> CATEGORIES= devel
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-nbclassic/Makefile b/devel/py-nbclassic/Makefile
>> index fc62e9dc31dd..63e6e845af7d 100644
>> --- a/devel/py-nbclassic/Makefile
>> +++ b/devel/py-nbclassic/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= nbclassic
>> PORTVERSION= 1.0.0
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyter/nbclassic/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-nbclient/Makefile b/devel/py-nbclient/Makefile
>> index 6f118584a98d..3b4a7f8624f9 100644
>> --- a/devel/py-nbclient/Makefile
>> +++ b/devel/py-nbclient/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= nbclient
>> PORTVERSION= 0.10.0
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-nbconvert/Makefile b/devel/py-nbconvert/Makefile
>> index ea2b50735144..005364e9501d 100644
>> --- a/devel/py-nbconvert/Makefile
>> +++ b/devel/py-nbconvert/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= nbconvert
>> PORTVERSION= 7.16.4
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyter/nbconvert/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-nbdime/Makefile b/devel/py-nbdime/Makefile
>> index d817dadbf2ad..23548aaf87e4 100644
>> --- a/devel/py-nbdime/Makefile
>> +++ b/devel/py-nbdime/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= nbdime
>> PORTVERSION= 4.0.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyter/nbdime/releases/download/${PORTVERSION}/
>> diff --git a/devel/py-nbval/Makefile b/devel/py-nbval/Makefile
>> index d2cbe679ef04..9ebf0eab1f17 100644
>> --- a/devel/py-nbval/Makefile
>> +++ b/devel/py-nbval/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= nbval
>> DISTVERSION= 0.11.0
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-notebook-shim/Makefile b/devel/py-notebook-shim/Makefile
>> index 94872d13f9a3..a5c2cd2a2dc1 100644
>> --- a/devel/py-notebook-shim/Makefile
>> +++ b/devel/py-notebook-shim/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= notebook-shim
>> PORTVERSION= 0.2.4
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-pooch/Makefile b/devel/py-pooch/Makefile
>> index 2ecc218dba9b..7ffb2aebfac1 100644
>> --- a/devel/py-pooch/Makefile
>> +++ b/devel/py-pooch/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= pooch
>> PORTVERSION= 1.8.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-pyquil/Makefile b/devel/py-pyquil/Makefile
>> index 7ac4fab48044..2ed71fe9eb99 100644
>> --- a/devel/py-pyquil/Makefile
>> +++ b/devel/py-pyquil/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= pyquil
>> DISTVERSION= 4.6.1
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python # quantum-computing
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-pytest-jupyter/Makefile b/devel/py-pytest-jupyter/Makefile
>> index 1dfd6af60e47..d6520acc447a 100644
>> --- a/devel/py-pytest-jupyter/Makefile
>> +++ b/devel/py-pytest-jupyter/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= pytest-jupyter
>> PORTVERSION= 0.10.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI \
>> https://github.com/jupyter-server/pytest-jupyter/releases/download/v${PORTVERSION}/
>> diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile
>> index 641e3aeb3c21..fc25c3cb7b6d 100644
>> --- a/devel/py-qtconsole/Makefile
>> +++ b/devel/py-qtconsole/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= qtconsole
>> DISTVERSION= 5.5.2
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-rpcq/Makefile b/devel/py-rpcq/Makefile
>> index 1f00c09f7db5..2b63b8822565 100644
>> --- a/devel/py-rpcq/Makefile
>> +++ b/devel/py-rpcq/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= rpcq
>> DISTVERSION= 3.11.0
>> -PORTREVISION= 1
>> +PORTREVISION= 2
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-spyder-kernels/Makefile b/devel/py-spyder-kernels/Makefile
>> index 0b2d08c3823f..95c2343a128d 100644
>> --- a/devel/py-spyder-kernels/Makefile
>> +++ b/devel/py-spyder-kernels/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= spyder-kernels
>> PORTVERSION= 2.5.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-spyder-unittest/Makefile b/devel/py-spyder-unittest/Makefile
>> index 4a62a7e6864a..fdc25c2b81b2 100644
>> --- a/devel/py-spyder-unittest/Makefile
>> +++ b/devel/py-spyder-unittest/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= spyder-unittest
>> DISTVERSION= 0.6.0
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/py-threema-msgapi/Makefile b/devel/py-threema-msgapi/Makefile
>> index 0173921d39f0..14123618002c 100644
>> --- a/devel/py-threema-msgapi/Makefile
>> +++ b/devel/py-threema-msgapi/Makefile
>> @@ -1,6 +1,7 @@
>> PORTNAME= threema-msgapi
>> PORTVERSION= 3.0.6
>> DISTVERSIONPREFIX= v
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>>
>> diff --git a/devel/py-weasel/Makefile b/devel/py-weasel/Makefile
>> index e133a256af58..0bce70815ce5 100644
>> --- a/devel/py-weasel/Makefile
>> +++ b/devel/py-weasel/Makefile
>> @@ -1,5 +1,6 @@
>> PORTNAME= weasel
>> PORTVERSION= 0.4.1
>> +PORTREVISION= 1
>> CATEGORIES= devel python
>> MASTER_SITES= PYPI
>> PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
>> diff --git a/devel/spyder/Makefile b/devel/spyder/Makefile
>> index 4a93df091255..fad48a093fef 100644
>> --- a/devel/spyder/Makefile
>> +++ b/devel/spyder/Makefile
>> @@ -1,6 +1,7 @@
>> PORTNAME= spyder
>> DISTVERSIONPREFIX= v
>> DISTVERSION= 5.5.4
>> +PORTREVISION= 1
>> CATEGORIES= devel science python
>>
>> MAINTAINER= yuri@FreeBSD.org
>> diff --git a/devel/xeus-cling/Makefile b/devel/xeus-cling/Makefile
>> index 105eb04735d8..b8a0b3bb7490 100644
>> --- a/devel/xeus-cling/Makefile
>> +++ b/devel/xeus-cling/Makefile
>> @@ -1,6 +1,6 @@
>> PORTNAME= xeus-cling
>> DISTVERSION= 0.8.1
>> -PORTREVISION= 2
>> +PORTREVISION= 3
>> CATEGORIES= devel
>>
>> *** 2812 LINES SKIPPED ***
>
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f995417c-a81c-48c1-9db0-a9b9a7af1f3c>
