mu (including mu4e for emacs) has been updated to 1.0, following diff
updates the port and I would like to take maintainership too for it.

It requires an newer automake, it was failing with 1.11. After update,
the mu mail database should be rebuilt. Emacs tells you how once you
want to start mu4e after upgrade mu package.

    mu index --maildir=/home/path/to/maildir --rebuild

Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/mu/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile    14 Apr 2018 10:14:04 -0000      1.12
+++ Makefile    27 Apr 2018 23:54:06 -0000
@@ -2,14 +2,15 @@
 
 COMMENT=       maildir indexer and searcher with emacs frontend
 
-GH_TAGNAME=    0.9.18
+GH_TAGNAME=    v1.0
 GH_ACCOUNT=    djcb
 GH_PROJECT=    mu
-REVISION=      2
 
 CATEGORIES=    mail
 HOMEPAGE=      http://www.djcbsoftware.nl/code/mu/
 
+MAINTAINER=    Solene Rapenne <sol...@perso.pw>
+
 # GPLv3
 PERMIT_PACKAGE_CDROM=  Yes
 
@@ -28,7 +29,7 @@ WANTLIB += gobject-2.0 gpg-error gpgme g
 WANTLIB += intl m pcre pthread ${COMPILER_LIBCXX} uuid xapian z
 
 AUTOCONF_VERSION=      2.69
-AUTOMAKE_VERSION=      1.11
+AUTOMAKE_VERSION=      1.15
 CONFIGURE_STYLE=       gnu
 
 CONFIGURE_ARGS=                --disable-gtk \
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/mu/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    13 Jan 2017 16:06:48 -0000      1.5
+++ distinfo    27 Apr 2018 23:54:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (mu-0.9.18.tar.gz) = jdNatSd0xFlQd1cOcwmJou8ykgTNZ3rRCF9DzBuJ3D0=
-SIZE (mu-0.9.18.tar.gz) = 2250319
+SHA256 (mu-1.0.tar.gz) = UzFJq6uWfigJ9y6f5ixt63HUW2rSpYRiR3M6HdLeaaA=
+SIZE (mu-1.0.tar.gz) = 2273670
cvs server: Diffing pkg
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/mail/mu/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- pkg/PLIST   25 Feb 2016 01:38:17 -0000      1.4
+++ pkg/PLIST   27 Apr 2018 23:54:06 -0000
@@ -17,6 +17,7 @@
 @man man/man1/mu.1
 @man man/man1/mug.1
 @man man/man5/mu-bookmarks.5
+@man man/man7/mu-query.7
 share/doc/mu/
 share/doc/mu/NEWS.org
 share/doc/mu/mu4e-about.org

Reply via email to