git: f0464c0bee96 - main - security/rubygem-gpgme: Fix typo in dbcaf755426a9475840a9cb9426cf627c7a226e1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 19 Nov 2022 19:32:24 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f0464c0bee966fe35bb5580f363fb0725f6c810c
commit f0464c0bee966fe35bb5580f363fb0725f6c810c
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 19:32:18 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-11-19 19:32:18 +0000
security/rubygem-gpgme: Fix typo in dbcaf755426a9475840a9cb9426cf627c7a226e1
---
security/rubygem-gpgme/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/rubygem-gpgme/Makefile b/security/rubygem-gpgme/Makefile
index eceb7bda7fdd..40813bbc222a 100644
--- a/security/rubygem-gpgme/Makefile
+++ b/security/rubygem-gpgme/Makefile
@@ -9,7 +9,7 @@ WWW= https://github.com/ueno/ruby-gpgme
LICENSE= LGPL21+
-BUILD_DEPENDS= gpgme>=gpgme:security/gpgme \
+BUILD_DEPENDS= gpgme>=1.1.2:security/gpgme \
libassuan>=2.5.5:security/libassuan \
libgpg-error>=1.45:security/libgpg-error
LIB_DEPENDS= libassuan.so:security/libassuan \