pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/fetchmail



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 12 12:48:46 UTC 2025

Modified Files:
        pkgsrc/mail/fetchmail: options.mk

Log Message:
fetchmail: the ssl option requires openssl>=3.0.9


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/fetchmail/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/fetchmail/options.mk
diff -u pkgsrc/mail/fetchmail/options.mk:1.21 pkgsrc/mail/fetchmail/options.mk:1.22
--- pkgsrc/mail/fetchmail/options.mk:1.21       Mon Dec 14 00:41:03 2020
+++ pkgsrc/mail/fetchmail/options.mk    Wed Feb 12 12:48:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2020/12/14 00:41:03 dbj Exp $
+# $NetBSD: options.mk,v 1.22 2025/02/12 12:48:46 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.fetchmail
 PKG_SUPPORTED_OPTIONS=         kerberos4 kerberos gssapi ssl
@@ -55,6 +55,7 @@ CONFIGURE_ARGS+=        --with-kerberos5
 ### Support POP3 and IMAP over SSL.
 ###
 .if !empty(PKG_OPTIONS:Mssl)
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=3.0.9
 .  include "../../security/openssl/buildlink3.mk"
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE:Q}
 .else



Home | Main Index | Thread Index | Old Index