pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/mutt



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 25 13:12:42 UTC 2024

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

Log Message:
mutt: remove legacy option support from 2019


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/mail/mutt/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/mutt/options.mk
diff -u pkgsrc/mail/mutt/options.mk:1.36 pkgsrc/mail/mutt/options.mk:1.37
--- pkgsrc/mail/mutt/options.mk:1.36    Thu Jul 21 10:12:36 2022
+++ pkgsrc/mail/mutt/options.mk Thu Apr 25 13:12:42 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.36 2022/07/21 10:12:36 jperkin Exp $
+# $NetBSD: options.mk,v 1.37 2024/04/25 13:12:42 wiz Exp $
 
 # Global and legacy options
 
@@ -13,9 +13,6 @@ PKG_SUPPORTED_OPTIONS+=               mutt-hcache mut
 PKG_SUPPORTED_OPTIONS+=                gssapi
 PKG_SUGGESTED_OPTIONS=         curses gpgme mutt-hcache mutt-smtp smime openssl
 PKG_SUGGESTED_OPTIONS+=                gssapi mutt-compressed-mbox sasl
-# remove after 2019Q1
-PKG_OPTIONS_LEGACY_OPTS+=      ncurses:curses ncursesw:wide-curses
-PKG_OPTIONS_LEGACY_OPTS+=      ssl:openssl
 
 # Must be at the top; some other buildlink files indirectly
 # include bdb.buildlink3.mk.



Home | Main Index | Thread Index | Old Index