diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-04 16:11:51 -0300 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-07 19:12:44 -0300 |
commit | d9dcd9c6879d10fa6b229f2af549a99a51a934f8 (patch) | |
tree | a8baad6182cb972e8aea1f66047bd3c0f038ca6e /mail/mew | |
parent | editors/emacs: Add updated canna patches (diff) |
Emacs ports: Bump PORTREVISION after Emacs 28.1
Reviewed by: ashish
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D34781
Diffstat (limited to 'mail/mew')
-rw-r--r-- | mail/mew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mew/Makefile b/mail/mew/Makefile index 0790a8deca28..059d0169e43f 100644 --- a/mail/mew/Makefile +++ b/mail/mew/Makefile @@ -2,7 +2,7 @@ PORTNAME= mew PORTVERSION= 6.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail elisp MASTER_SITES= http://www.mew.org/Release/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} |