From: Paco Esteban Subject: Maintainer update devel/git-crypt --> 0.8.0 To: ports Date: Thu, 25 Sep 2025 09:08:21 +0200 Hi ports@, This is an update for devel/git-crypt to its latest version 0.8.0 Changes in the software: Remove OpenSSL 1.0 support, fix compilation with OpenSSL 3. Avoid use of problematic short GPG key IDs. Not much changed in the port a part from the site URL which returned an error. Builds and works fine for me on amd64. ok to commit ? paco. diff --git devel/git-crypt/Makefile devel/git-crypt/Makefile index 1309b713356..c82f0b4c6ae 100644 --- devel/git-crypt/Makefile +++ devel/git-crypt/Makefile @@ -1,6 +1,6 @@ COMMENT = transparent file encryption in Git -DISTNAME = git-crypt-0.7.0 +DISTNAME = git-crypt-0.8.0 CATEGORIES = devel HOMEPAGE = https://www.agwa.name/projects/git-crypt/ @@ -11,7 +11,7 @@ PERMIT_PACKAGE = Yes WANTLIB += ${COMPILER_LIBCXX} c crypto m -SITES = https://www.agwa.name/projects/git-crypt/downloads/ +SITES = https://www.agwa.name/projects/git-crypt/ # C++11 COMPILER = base-clang ports-gcc diff --git devel/git-crypt/distinfo devel/git-crypt/distinfo index 42a3058b289..a9e8b39498b 100644 --- devel/git-crypt/distinfo +++ devel/git-crypt/distinfo @@ -1,2 +1,2 @@ -SHA256 (git-crypt-0.7.0.tar.gz) = UPEAgWpjamgkBHA7bCOkWeTTAkiyiGpc9XGw1SUnx9g= -SIZE (git-crypt-0.7.0.tar.gz) = 57621 +SHA256 (git-crypt-0.8.0.tar.gz) = VA1CT4e+15lKRVGowksW5Q0ySKW3w/2M7/6Uv9SvCtk= +SIZE (git-crypt-0.8.0.tar.gz) = 57457