diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-06-26 01:47:09 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-06-26 01:47:50 +0300 |
commit | cfa125f8c32f79d4c41a4f34e5a271a434eab94f (patch) | |
tree | 622a1b33b6da84b3565aede8438a745fb56a7069 | |
parent | security/botan3: update to 3.8.1 release (+) (diff) |
*/*: bump consumers of security/botan3
-rw-r--r-- | devel/qca/Makefile | 1 | ||||
-rw-r--r-- | editors/encryptpad/Makefile | 2 | ||||
-rw-r--r-- | editors/rehex/Makefile | 2 | ||||
-rw-r--r-- | security/rnp/Makefile | 1 |
4 files changed, 4 insertions, 2 deletions
diff --git a/devel/qca/Makefile b/devel/qca/Makefile index ffeb2a585be9..e16ea68fd753 100644 --- a/devel/qca/Makefile +++ b/devel/qca/Makefile @@ -1,5 +1,6 @@ PORTNAME= qca DISTVERSION= 2.3.10 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= KDE/stable/qca/${PORTVERSION} PKGNAMESUFFIX= -${FLAVOR} diff --git a/editors/encryptpad/Makefile b/editors/encryptpad/Makefile index 0dc81c6e5d95..76e8770adba9 100644 --- a/editors/encryptpad/Makefile +++ b/editors/encryptpad/Makefile @@ -1,7 +1,7 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v DISTVERSION= 0.5.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors security MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index ebb38ee78530..3fa55e2fc94c 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,6 +1,6 @@ PORTNAME= rehex DISTVERSION= 0.63.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/security/rnp/Makefile b/security/rnp/Makefile index c8dc94c9cdac..77944be6a051 100644 --- a/security/rnp/Makefile +++ b/security/rnp/Makefile @@ -1,6 +1,7 @@ PORTNAME= rnp DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://github.com/rnpgp/${PORTNAME}/releases/download/${DISTVERSIONFULL}/ |