On 21/10/14 08:07AM, Thomas Frohwein wrote:
> On Thu, Oct 14, 2021 at 09:19:16AM -0400, aisha wrote:
> > Hi,
> >   I've attached an update to mutt-wizard.
> > 
> > major additions
> >      - auto detection of all imap folders
> >      - TLS default instead of STARTTLS
> >      - multiple private keys support
> 
> Looks like this may need a PLIST update, no?
> 

Whoops, you are right, I forgot to do that :x 

Attached the patch with the proper PLIST.


diff --git a/mail/mutt-wizard/Makefile b/mail/mutt-wizard/Makefile
index f4ee60105b0..3165dbd23cb 100644
--- a/mail/mutt-wizard/Makefile
+++ b/mail/mutt-wizard/Makefile
@@ -2,11 +2,11 @@
 
 COMMENT =      neomutt and isync configuration with good defaults
 CATEGORIES =   mail
-DISTNAME =     mutt-wizard-3.2.1.20210504
+DISTNAME =     mutt-wizard-3.2.1.20211006
 
 GH_ACCOUNT =   LukeSmithxyz
 GH_PROJECT =   mutt-wizard
-GH_COMMIT =    80aee073122c63d1b570dc32e4490909ff15753b
+GH_COMMIT =    85c5d01dcd09058094a8a180c38751e88416b1f4
 
 EPOCH =                0
 
@@ -19,7 +19,7 @@ RUN_DEPENDS = mail/neomutt,gpgme,sasl,notmuch \
                mail/isync \
                mail/msmtp \
                security/password-store \
-               sysutils/coreutils
+               sysutils/ggrep
 
 NO_BUILD =     Yes
 NO_TEST =      Yes
@@ -27,4 +27,8 @@ USE_GMAKE =   Yes
 
 FAKE_FLAGS =   PREFIX=${TRUEPREFIX} MANPREFIX=${PREFIX}/man
 
+post-patch:
+       cd ${WRKSRC} && \
+       sed -e "s/\<grep\>/ggrep/g" -i bin/mw
+
 .include <bsd.port.mk>
diff --git a/mail/mutt-wizard/distinfo b/mail/mutt-wizard/distinfo
index 1629bf424ed..f69e69329eb 100644
--- a/mail/mutt-wizard/distinfo
+++ b/mail/mutt-wizard/distinfo
@@ -1,2 +1,2 @@
-SHA256 (mutt-wizard-3.2.1.20210504-80aee073.tar.gz) = 
ElO1Qk5iy0wKcMVcv2GtAPYD5Hf5o/6ycs403qmj3AQ=
-SIZE (mutt-wizard-3.2.1.20210504-80aee073.tar.gz) = 33798
+SHA256 (mutt-wizard-3.2.1.20211006-85c5d01d.tar.gz) = 
NzpGCHDzOL48MRwgueOaZmMCW3eSWHmpSYIZSjcdUIA=
+SIZE (mutt-wizard-3.2.1.20211006-85c5d01d.tar.gz) = 34101
diff --git a/mail/mutt-wizard/pkg/PLIST b/mail/mutt-wizard/pkg/PLIST
index ac34d64a639..134ef1d468d 100644
--- a/mail/mutt-wizard/pkg/PLIST
+++ b/mail/mutt-wizard/pkg/PLIST
@@ -7,3 +7,4 @@ share/mutt-wizard/
 share/mutt-wizard/domains.csv
 share/mutt-wizard/mailcap
 share/mutt-wizard/mutt-wizard.muttrc
+share/mutt-wizard/switch.muttrc

Reply via email to