git: 8181b6664c5e - main - www/mod_tls: Bump portrevision after rustls update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Mar 2025 15:27:31 UTC
The branch main has been updated by brnrd: URL: https://cgit.FreeBSD.org/ports/commit/?id=8181b6664c5ebc9dd6f7d9b0113ff92cde45a83e commit 8181b6664c5ebc9dd6f7d9b0113ff92cde45a83e Author: Bernard Spil <brnrd@FreeBSD.org> AuthorDate: 2025-03-28 15:26:53 +0000 Commit: Bernard Spil <brnrd@FreeBSD.org> CommitDate: 2025-03-28 15:26:53 +0000 www/mod_tls: Bump portrevision after rustls update --- www/mod_tls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/mod_tls/Makefile b/www/mod_tls/Makefile index dc27d075fc80..e252b339990b 100644 --- a/www/mod_tls/Makefile +++ b/www/mod_tls/Makefile @@ -1,6 +1,6 @@ PORTNAME= mod_tls PORTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www security MASTER_SITES= https://github.com/icing/mod_tls/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}