diff --git a/mail/gmail-oauth2/Makefile b/mail/gmail-oauth2/Makefile index 3605a526897..6f563fb2e22 100644 --- a/mail/gmail-oauth2/Makefile +++ b/mail/gmail-oauth2/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2019/12/17 13:15:04 sthen Exp $ +# $OpenBSD: Makefile,v 1.3 2020/11/07 22:22:43 sthen Exp $ COMMENT= tool for authenticating to Gmail with OAuth2 @@ -7,7 +7,7 @@ GH_PROJECT= gmail-oauth2-tools GH_COMMIT= e3229155a4037267ce40f1a3a681f53221aa4d8d DISTNAME= gmail-oauth2-0.20190529 -REVISION= 0 +REVISION= 1 CATEGORIES= security mail diff --git a/mail/gmail-oauth2/pkg/DESCR b/mail/gmail-oauth2/pkg/DESCR index 310f4708406..ce107fab2d8 100644 --- a/mail/gmail-oauth2/pkg/DESCR +++ b/mail/gmail-oauth2/pkg/DESCR @@ -2,4 +2,6 @@ oauth2.py is a script that can be used as a standalone utility for generating and authorizing OAuth tokens, and for generating OAuth2 authentication strings from OAuth tokens. -This can be used with mutt to allow oauth2 logins to Gmail. +This can be used with Mutt to allow oauth2 logins to Gmail, although +in newer version of Mutt (2.0+) an alternative written using Python 3 +is available in ${PREFIX}/share/examples/mutt/mutt_oauth2.py.