Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Aug 2022 18:51:32 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 875d7c7d1985 - main - *: bump PORTREVISION of all devel/xxhash users...
Message-ID:  <202208131851.27DIpWBM069753@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=875d7c7d1985049af69dcafec40b6669c562781c

commit 875d7c7d1985049af69dcafec40b6669c562781c
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2022-08-13 18:47:12 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-08-13 18:51:14 +0000

    *: bump PORTREVISION of all devel/xxhash users...
    
    ...except archivers/py-borgbackup, which requires a more complete fix.
---
 archivers/py-borgbackup/Makefile           | 4 +++-
 archivers/rvm/Makefile                     | 2 +-
 astro/py-metpy/Makefile                    | 1 +
 audio/logitechmediaserver/Makefile         | 1 +
 audio/musicpc/Makefile                     | 1 +
 audio/zrythm/Makefile                      | 2 +-
 biology/biolibc-tools/Makefile             | 1 +
 cad/cura/Makefile                          | 1 +
 converters/ocaml-jsonm/Makefile            | 1 +
 databases/mysqlwsrep56-server/Makefile     | 2 +-
 databases/mysqlwsrep57-server/Makefile     | 1 +
 databases/pgbarman/Makefile                | 1 +
 databases/postgresql-repmgr/Makefile       | 1 +
 devel/github-backup-utils/Makefile         | 1 +
 devel/hs-git-annex/Makefile                | 2 +-
 devel/ocaml-opam/Makefile                  | 1 +
 devel/ocaml-topkg/Makefile                 | 1 +
 devel/ocaml-uchar/Makefile                 | 1 +
 devel/ocaml-uutf/Makefile                  | 1 +
 devel/pijul/Makefile                       | 2 +-
 devel/py-libioc/Makefile                   | 2 +-
 devel/py-pooch/Makefile                    | 2 +-
 devel/py-trimesh/Makefile                  | 2 +-
 devel/py-types-xxhash/Makefile             | 1 +
 devel/py-xxhash/Makefile                   | 1 +
 devel/tailor/Makefile                      | 1 +
 emulators/rpcs3/Makefile                   | 1 +
 graphics/lightzone/Makefile                | 2 +-
 net-im/telegram-desktop/Makefile           | 2 +-
 net/fort/Makefile                          | 2 +-
 net/grsync/Makefile                        | 1 +
 net/p5-File-Rsync/Makefile                 | 1 +
 net/rabbitmq/Makefile                      | 1 +
 net/routinator/Makefile                    | 2 +-
 net/rpki-client/Makefile                   | 2 +-
 net/rsync/Makefile                         | 2 +-
 net/rubygem-rsync/Makefile                 | 1 +
 net/smb4k/Makefile                         | 2 +-
 ports-mgmt/portshaker-config/Makefile      | 2 +-
 ports-mgmt/portshaker/Makefile             | 2 +-
 print/lilypond-devel/Makefile              | 1 +
 print/lilypond/Makefile                    | 1 +
 security/clamav-unofficial-sigs/Makefile   | 1 +
 security/git-remote-gcrypt/Makefile        | 1 +
 security/gvm/Makefile                      | 2 +-
 security/gvmd/Makefile                     | 1 +
 security/openvas/Makefile                  | 2 +-
 security/pssh/Makefile                     | 1 +
 security/py-ospd-openvas/Makefile          | 2 +-
 sysutils/cbsd/Makefile                     | 1 +
 sysutils/dirvish/Makefile                  | 2 +-
 sysutils/fpart/Makefile                    | 1 +
 sysutils/ioc/Makefile                      | 1 +
 sysutils/luckybackup/Makefile              | 2 +-
 sysutils/py-borgmatic/Makefile             | 1 +
 sysutils/reggae/Makefile                   | 1 +
 sysutils/rsnapshot/Makefile                | 1 +
 sysutils/rsyncbackup/Makefile              | 1 +
 sysutils/rsyncrypto/Makefile               | 1 +
 sysutils/rubygem-librarian-puppet/Makefile | 1 +
 sysutils/slack/Makefile                    | 2 +-
 www/envoy/Makefile                         | 2 +-
 www/ls-qpack/Makefile                      | 1 +
 63 files changed, 65 insertions(+), 25 deletions(-)

diff --git a/archivers/py-borgbackup/Makefile b/archivers/py-borgbackup/Makefile
index 71e4c38ed241..0638addb75a3 100644
--- a/archivers/py-borgbackup/Makefile
+++ b/archivers/py-borgbackup/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	borgbackup
 DISTVERSION=	1.1.18
+PORTREVISION=	1
 CATEGORIES=	archivers python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ LIB_DEPENDS=	liblz4.so:archivers/liblz4 \
 		libzstd.so:archivers/zstd
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR}
 
-USES=		python:3.5+ ssl
+USES=		python ssl
 USE_PYTHON=	autoplist distutils
 
 OPTIONS_DEFINE=		FUSE
@@ -25,6 +26,7 @@ FUSE_DESC=	Support to mount locally borg backup files
 FUSE_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}llfuse>0:devel/py-llfuse@${PY_FLAVOR}
 
 post-install:
+	${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/borg -V
 	@${FIND} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/borg/ -name "*.so" \
 		-exec ${STRIP_CMD} {} \;
 
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile
index 91cd3f247072..5feb20ca11b8 100644
--- a/archivers/rvm/Makefile
+++ b/archivers/rvm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rvm
 PORTVERSION=	1.11
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	archivers
 MASTER_SITES=	SF
 PKGNAMESUFFIX=	an
diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile
index d5afceebbc79..eacb8f88eef0 100644
--- a/astro/py-metpy/Makefile
+++ b/astro/py-metpy/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	metpy
 PORTVERSION=	1.3.1
+PORTREVISION=	1
 CATEGORIES=	astro python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/audio/logitechmediaserver/Makefile b/audio/logitechmediaserver/Makefile
index e99d0b674f84..22ac58a4c3e8 100644
--- a/audio/logitechmediaserver/Makefile
+++ b/audio/logitechmediaserver/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	logitechmediaserver
 PORTVERSION=	7.9.2.g2018.12.10
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	ports@FreeBSD.org
diff --git a/audio/musicpc/Makefile b/audio/musicpc/Makefile
index 6bf08d91440a..4827199fcdbb 100644
--- a/audio/musicpc/Makefile
+++ b/audio/musicpc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	musicpc
 DISTVERSION=	0.34
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	http://www.musicpd.org/download/mpc/0/
 DISTNAME=	mpc-${PORTVERSION}
diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile
index 262f00ae8144..3f5ec8f7c698 100644
--- a/audio/zrythm/Makefile
+++ b/audio/zrythm/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	zrythm
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0-alpha.26.0.13
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/biology/biolibc-tools/Makefile b/biology/biolibc-tools/Makefile
index ba3ca756cb82..b13902d38c82 100644
--- a/biology/biolibc-tools/Makefile
+++ b/biology/biolibc-tools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	biolibc-tools
 DISTVERSION=	0.1.3
+PORTREVISION=	1
 CATEGORIES=	biology
 
 MAINTAINER=	jwb@FreeBSD.org
diff --git a/cad/cura/Makefile b/cad/cura/Makefile
index a9b86e0dbca3..d60e3932a426 100644
--- a/cad/cura/Makefile
+++ b/cad/cura/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	Cura
 DISTVERSION=	4.13.1
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	cad
 DIST_SUBDIR=	Ultimaker
diff --git a/converters/ocaml-jsonm/Makefile b/converters/ocaml-jsonm/Makefile
index 72c6d53f9173..51081dad37a4 100644
--- a/converters/ocaml-jsonm/Makefile
+++ b/converters/ocaml-jsonm/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	jsonm
 PORTVERSION=	1.0.1
+PORTREVISION=	1
 CATEGORIES=	converters
 MASTER_SITES=	https://erratique.ch/software/jsonm/releases/
 PKGNAMEPREFIX=	ocaml-
diff --git a/databases/mysqlwsrep56-server/Makefile b/databases/mysqlwsrep56-server/Makefile
index 0aa0f3357f73..e7d71dc3aee6 100644
--- a/databases/mysqlwsrep56-server/Makefile
+++ b/databases/mysqlwsrep56-server/Makefile
@@ -2,7 +2,7 @@ PORTNAME=	mysqlwsrep
 PORTVERSION?=	5.6.51
 DISTVERSIONPREFIX?=	wsrep_
 DISTVERSIONSUFFIX?=	-25.33
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES=	databases
 PKGNAMESUFFIX=	56-server
 
diff --git a/databases/mysqlwsrep57-server/Makefile b/databases/mysqlwsrep57-server/Makefile
index 6b67d11aaa7a..433789d8f778 100644
--- a/databases/mysqlwsrep57-server/Makefile
+++ b/databases/mysqlwsrep57-server/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	mysqlwsrep
 PORTVERSION?=	5.7.35
+PORTREVISION=	1
 DISTVERSIONPREFIX?=	wsrep_
 DISTVERSIONSUFFIX?=	-25.27
 CATEGORIES=	databases
diff --git a/databases/pgbarman/Makefile b/databases/pgbarman/Makefile
index ffa132004885..07dbdbc7367f 100644
--- a/databases/pgbarman/Makefile
+++ b/databases/pgbarman/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=		barman
 DISTVERSIONPREFIX=	release/
 DISTVERSION=		3.0.0
+PORTREVISION=	1
 CATEGORIES=		databases
 PKGNAMEPREFIX=		pg
 PKGNAMESUFFIX=		${PYTHON_PKGNAMESUFFIX}
diff --git a/databases/postgresql-repmgr/Makefile b/databases/postgresql-repmgr/Makefile
index 71737e04c207..ebfa2df0b044 100644
--- a/databases/postgresql-repmgr/Makefile
+++ b/databases/postgresql-repmgr/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	postgresql-repmgr
 PORTVERSION=	5.3.2
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.repmgr.org/download/
 DISTNAME=	repmgr-${PORTVERSION}
diff --git a/devel/github-backup-utils/Makefile b/devel/github-backup-utils/Makefile
index 4b0376dad20d..f7a6094fe477 100644
--- a/devel/github-backup-utils/Makefile
+++ b/devel/github-backup-utils/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	github-backup-utils
 PORTVERSION=	3.5.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/github/backup-utils/releases/download/v${PORTVERSION}/
diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile
index f46dc959669c..ac811fe8d836 100644
--- a/devel/hs-git-annex/Makefile
+++ b/devel/hs-git-annex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	git-annex
 PORTVERSION=	10.20220525
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel haskell
 
 MAINTAINER=	haskell@FreeBSD.org
diff --git a/devel/ocaml-opam/Makefile b/devel/ocaml-opam/Makefile
index c289d60eb595..b3359ff01604 100644
--- a/devel/ocaml-opam/Makefile
+++ b/devel/ocaml-opam/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	opam
 PORTVERSION=	2.1.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/ocaml/opam/releases/download/${DISTVERSION}/
 PKGNAMEPREFIX=	ocaml-
diff --git a/devel/ocaml-topkg/Makefile b/devel/ocaml-topkg/Makefile
index cdb2424761f1..82a2b8ae7839 100644
--- a/devel/ocaml-topkg/Makefile
+++ b/devel/ocaml-topkg/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	topkg
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://erratique.ch/software/topkg/releases/
 PKGNAMEPREFIX=	ocaml-
diff --git a/devel/ocaml-uchar/Makefile b/devel/ocaml-uchar/Makefile
index d8a451975a23..8aaba5aa54c8 100644
--- a/devel/ocaml-uchar/Makefile
+++ b/devel/ocaml-uchar/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	uchar
 PORTVERSION=	0.0.2
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel
 PKGNAMEPREFIX=	ocaml-
diff --git a/devel/ocaml-uutf/Makefile b/devel/ocaml-uutf/Makefile
index e609a4b31209..d1a4698de539 100644
--- a/devel/ocaml-uutf/Makefile
+++ b/devel/ocaml-uutf/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	uutf
 PORTVERSION=	1.0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://erratique.ch/software/uutf/releases/
 PKGNAMEPREFIX=	ocaml-
diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile
index 2cf1f11ec5e6..7ae95cf7d96e 100644
--- a/devel/pijul/Makefile
+++ b/devel/pijul/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pijul
 PORTVERSION=	1.0.0.b
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 
 MAINTAINER=	cs@FreeBSD.org
diff --git a/devel/py-libioc/Makefile b/devel/py-libioc/Makefile
index 90beec7f5382..bf1379620f2f 100644
--- a/devel/py-libioc/Makefile
+++ b/devel/py-libioc/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libioc
 PORTVERSION=	0.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
diff --git a/devel/py-pooch/Makefile b/devel/py-pooch/Makefile
index f58fed7e3a01..3e7a63d613e7 100644
--- a/devel/py-pooch/Makefile
+++ b/devel/py-pooch/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pooch
 PORTVERSION=	1.6.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-trimesh/Makefile b/devel/py-trimesh/Makefile
index feeabad1aa11..7f4afdafc68e 100644
--- a/devel/py-trimesh/Makefile
+++ b/devel/py-trimesh/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	trimesh
 PORTVERSION=	3.5.25
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel cad python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-xxhash/Makefile b/devel/py-types-xxhash/Makefile
index 2bffe2f708c7..92827e841987 100644
--- a/devel/py-types-xxhash/Makefile
+++ b/devel/py-types-xxhash/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	types-xxhash
 PORTVERSION=	3.0.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-xxhash/Makefile b/devel/py-xxhash/Makefile
index b043dd086d85..4fe68ee45155 100644
--- a/devel/py-xxhash/Makefile
+++ b/devel/py-xxhash/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	xxhash
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile
index 77c69e9d5b93..32cced83c6fb 100644
--- a/devel/tailor/Makefile
+++ b/devel/tailor/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	tailor
 DISTVERSION=	0.9.37
+PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	portmaster@BSDforge.com
diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile
index d75042960cac..4d32aed1fba8 100644
--- a/emulators/rpcs3/Makefile
+++ b/emulators/rpcs3/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	rpcs3
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.0.23-14050 # git rev-list --count HEAD
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-ga3007e11ca
 CATEGORIES=	emulators wayland
 
diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile
index acd69b4a8c24..5e9441728f2d 100644
--- a/graphics/lightzone/Makefile
+++ b/graphics/lightzone/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	lightzone
 DISTVERSION=	4.1.8-3
 DISTVERSIONSUFFIX=	-g36e87773
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	graphics java
 DIST_SUBDIR=	${PORTNAME}
 
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile
index c1a11c0654e4..1616bfede3bf 100644
--- a/net-im/telegram-desktop/Makefile
+++ b/net-im/telegram-desktop/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	telegram-desktop
 DISTVERSION=	4.0.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net-im
 MASTER_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/
 DISTNAME=	tdesktop-${DISTVERSION}-full
diff --git a/net/fort/Makefile b/net/fort/Makefile
index db3e07342bcb..637ef076a9c5 100644
--- a/net/fort/Makefile
+++ b/net/fort/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	fort
 DISTVERSION=	1.5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 
 MAINTAINER=	toni@devboks.com
diff --git a/net/grsync/Makefile b/net/grsync/Makefile
index d9ca0fc2c671..a4632e38b347 100644
--- a/net/grsync/Makefile
+++ b/net/grsync/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	grsync
 PORTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://www.opbyte.it/release/ \
 		LOCAL/martymac
diff --git a/net/p5-File-Rsync/Makefile b/net/p5-File-Rsync/Makefile
index aaaf967398c0..40673cbb84ec 100644
--- a/net/p5-File-Rsync/Makefile
+++ b/net/p5-File-Rsync/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	File-Rsync
 PORTVERSION=	0.49
+PORTREVISION=	1
 CATEGORIES=	net perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile
index 53d165d4b0de..8fdd06acaae6 100644
--- a/net/rabbitmq/Makefile
+++ b/net/rabbitmq/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rabbitmq
 DISTVERSION=	3.9.17
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/
 DISTNAME=	${PORTNAME}-server-${PORTVERSION}
diff --git a/net/routinator/Makefile b/net/routinator/Makefile
index 93fd08e6cb80..1cc2997865d3 100644
--- a/net/routinator/Makefile
+++ b/net/routinator/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	routinator
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.11.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	${ROUTINATOR_UI_URL}/v${ROUTINATOR_UI_VERSION}/:0
 DISTFILES+=	routinator-ui-build.tar.gz:0
diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile
index bcb36d6bf94f..3a21d7b237c1 100644
--- a/net/rpki-client/Makefile
+++ b/net/rpki-client/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rpki-client
 DISTVERSION=	7.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 
 MAINTAINER=	portmaster@bsdforge.com
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index 8614074f9a7f..c16fb1ddc650 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	rsync
 DISTVERSION=	3.2.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	https://www.mirrorservice.org/sites/rsync.samba.org/src/ \
 		http://rsync.mirror.garr.it/src/ \
diff --git a/net/rubygem-rsync/Makefile b/net/rubygem-rsync/Makefile
index e021870971c7..59f166b93c21 100644
--- a/net/rubygem-rsync/Makefile
+++ b/net/rubygem-rsync/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsync
 PORTVERSION=	1.0.9
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
diff --git a/net/smb4k/Makefile b/net/smb4k/Makefile
index 93ebd3b7661a..830d65593c5d 100644
--- a/net/smb4k/Makefile
+++ b/net/smb4k/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	smb4k
 DISTVERSION=	3.1.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net kde
 
 MAINTAINER=	kde@FreeBSD.org
diff --git a/ports-mgmt/portshaker-config/Makefile b/ports-mgmt/portshaker-config/Makefile
index 81b97b82d856..aa37fb3b1b7a 100644
--- a/ports-mgmt/portshaker-config/Makefile
+++ b/ports-mgmt/portshaker-config/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	portshaker-config
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	ports-mgmt
 
 MAINTAINER=	romain@FreeBSD.org
diff --git a/ports-mgmt/portshaker/Makefile b/ports-mgmt/portshaker/Makefile
index 14ca8c07a780..b0c091b58c38 100644
--- a/ports-mgmt/portshaker/Makefile
+++ b/ports-mgmt/portshaker/Makefile
@@ -1,7 +1,7 @@
 PORTNAME?=	portshaker
 PORTVERSION=	1.0.19
 DISTVERSIONPREFIX=	v
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES?=	ports-mgmt
 
 MAINTAINER?=	romain@FreeBSD.org
diff --git a/print/lilypond-devel/Makefile b/print/lilypond-devel/Makefile
index 0fc674a7d387..0c9c0c0ef5f7 100644
--- a/print/lilypond-devel/Makefile
+++ b/print/lilypond-devel/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lilypond
 DISTVERSION=	2.23.11
+PORTREVISION=	1
 CATEGORIES=	print audio
 MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
 PKGNAMESUFFIX=	-devel
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 5563c9344294..787176d211f9 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	lilypond
 DISTVERSION=	2.22.2
+PORTREVISION=	1
 CATEGORIES=	print audio
 MASTER_SITES=	http://lilypond.org/download/source/v${DISTVERSION:R}/
 
diff --git a/security/clamav-unofficial-sigs/Makefile b/security/clamav-unofficial-sigs/Makefile
index a7036b3f93e9..bb042a1eaa57 100644
--- a/security/clamav-unofficial-sigs/Makefile
+++ b/security/clamav-unofficial-sigs/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	clamav-unofficial-sigs
 PORTVERSION=	7.2.5
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	freebsd@mnd.sc
diff --git a/security/git-remote-gcrypt/Makefile b/security/git-remote-gcrypt/Makefile
index d33567a79a0f..81eee1ff1dcc 100644
--- a/security/git-remote-gcrypt/Makefile
+++ b/security/git-remote-gcrypt/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	git-remote-gcrypt
 PORTVERSION=	1.4
+PORTREVISION=	1
 CATEGORIES=	security
 
 MAINTAINER=	ashish@FreeBSD.org
diff --git a/security/gvm/Makefile b/security/gvm/Makefile
index 0e4708a25266..833a41afee0d 100644
--- a/security/gvm/Makefile
+++ b/security/gvm/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	gvm
 PORTVERSION=	22.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	acm@FreeBSD.org
diff --git a/security/gvmd/Makefile b/security/gvmd/Makefile
index 8a5d8da317dc..d0ad8973ae07 100644
--- a/security/gvmd/Makefile
+++ b/security/gvmd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gvmd
 DISTVERSION=	22.4.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
diff --git a/security/openvas/Makefile b/security/openvas/Makefile
index 96aa7f2dec3d..27408a7ee9ac 100644
--- a/security/openvas/Makefile
+++ b/security/openvas/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openvas
 DISTVERSION=	22.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
diff --git a/security/pssh/Makefile b/security/pssh/Makefile
index f8b40a68e27f..d6240abf9121 100644
--- a/security/pssh/Makefile
+++ b/security/pssh/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pssh
 PORTVERSION=	2.3.4
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security net sysutils
 
diff --git a/security/py-ospd-openvas/Makefile b/security/py-ospd-openvas/Makefile
index c8f2f1eefdcc..f3498814768b 100644
--- a/security/py-ospd-openvas/Makefile
+++ b/security/py-ospd-openvas/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ospd-openvas
 DISTVERSION=	22.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security python
 #MASTER_SITES=	CHEESESHOP
diff --git a/sysutils/cbsd/Makefile b/sysutils/cbsd/Makefile
index 0ffbdcc072bc..28bedfc4c110 100644
--- a/sysutils/cbsd/Makefile
+++ b/sysutils/cbsd/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cbsd
 DISTVERSION=	13.1.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	olevole@olevole.ru
diff --git a/sysutils/dirvish/Makefile b/sysutils/dirvish/Makefile
index e6e241c3c2ff..978d62719f13 100644
--- a/sysutils/dirvish/Makefile
+++ b/sysutils/dirvish/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	dirvish
 PORTVERSION=	1.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils archivers
 MASTER_SITES=	http://www.dirvish.org/
 
diff --git a/sysutils/fpart/Makefile b/sysutils/fpart/Makefile
index c421fc3771b4..0e12a4c532a6 100644
--- a/sysutils/fpart/Makefile
+++ b/sysutils/fpart/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	fpart
 PORTVERSION=	1.5.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \
 		http://contribs.martymac.org/fpart/
diff --git a/sysutils/ioc/Makefile b/sysutils/ioc/Makefile
index c48b1adf21db..eac939469044 100644
--- a/sysutils/ioc/Makefile
+++ b/sysutils/ioc/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ioc
 PORTVERSION=	0.8.2
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	stefan@gronke.net
diff --git a/sysutils/luckybackup/Makefile b/sysutils/luckybackup/Makefile
index c307147fc786..fefad09665b3 100644
--- a/sysutils/luckybackup/Makefile
+++ b/sysutils/luckybackup/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	luckybackup
 PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}/source
 
diff --git a/sysutils/py-borgmatic/Makefile b/sysutils/py-borgmatic/Makefile
index 8c4de85eb6a6..d4ac739a5770 100644
--- a/sysutils/py-borgmatic/Makefile
+++ b/sysutils/py-borgmatic/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	borgmatic
 PORTVERSION=	1.5.24
+PORTREVISION=	1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/reggae/Makefile b/sysutils/reggae/Makefile
index a8f7e245d4d5..c7192fbc276f 100644
--- a/sysutils/reggae/Makefile
+++ b/sysutils/reggae/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	reggae
 DISTVERSION=	0.2.5
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	meka@tilda.center
diff --git a/sysutils/rsnapshot/Makefile b/sysutils/rsnapshot/Makefile
index 29f831b58304..e5c08668cd7e 100644
--- a/sysutils/rsnapshot/Makefile
+++ b/sysutils/rsnapshot/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsnapshot
 PORTVERSION=	1.4.4
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsnapshot.org/downloads/
 
diff --git a/sysutils/rsyncbackup/Makefile b/sysutils/rsyncbackup/Makefile
index fc3a832a4c8c..30dc5386e82c 100644
--- a/sysutils/rsyncbackup/Makefile
+++ b/sysutils/rsyncbackup/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsyncbackup
 PORTVERSION=	1.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	https://BSDforge.com/projects/source/sysutils/rsyncbackup/
 
diff --git a/sysutils/rsyncrypto/Makefile b/sysutils/rsyncrypto/Makefile
index 2615426dc9ef..85e206c32db0 100644
--- a/sysutils/rsyncrypto/Makefile
+++ b/sysutils/rsyncrypto/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rsyncrypto
 PORTVERSION=	1.14
+PORTREVISION=	1
 CATEGORIES=	sysutils net
 MASTER_SITES=	SF
 
diff --git a/sysutils/rubygem-librarian-puppet/Makefile b/sysutils/rubygem-librarian-puppet/Makefile
index 6b2e1dec2347..9a215f64896f 100644
--- a/sysutils/rubygem-librarian-puppet/Makefile
+++ b/sysutils/rubygem-librarian-puppet/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	librarian-puppet
 PORTVERSION=	3.0.1
+PORTREVISION=	1
 CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
diff --git a/sysutils/slack/Makefile b/sysutils/slack/Makefile
index b3fcd9282837..5eaaa80293f7 100644
--- a/sysutils/slack/Makefile
+++ b/sysutils/slack/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	slack
 PORTVERSION=	0.15.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.sundell.net/~alan/projects/slack/
 
diff --git a/www/envoy/Makefile b/www/envoy/Makefile
index 7a46b49db1e0..edb12031e4d1 100644
--- a/www/envoy/Makefile
+++ b/www/envoy/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	envoy
 PORTVERSION=	1.10.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	27
+PORTREVISION=	28
 CATEGORIES=	www
 
 MAINTAINER=	danfe@FreeBSD.org
diff --git a/www/ls-qpack/Makefile b/www/ls-qpack/Makefile
index c0b5226df152..ca1823011c87 100644
--- a/www/ls-qpack/Makefile
+++ b/www/ls-qpack/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	ls-qpack
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208131851.27DIpWBM069753>