Xiyue Deng wrote:
> Stefan Hagen <[email protected]> writes:
> > Updated patch below.
> 
> Oh BTW please help commit it because I don't have permission.  Thanks again!

I'm maintaining the package, but I'm not a committer.

Adding Stuart to CC again, maybe he can commit it.

> > Index: Makefile
> > ===================================================================
> > RCS file: /cvs/ports/mail/mu/Makefile,v
> > retrieving revision 1.18
> > diff -u -p -u -p -r1.18 Makefile
> > --- Makefile    21 Jul 2019 00:10:04 -0000      1.18
> > +++ Makefile    22 Jan 2020 20:13:28 -0000
> > @@ -3,6 +3,7 @@
> >  COMMENT=       maildir indexer and searcher with emacs frontend
> >
> >  DISTNAME=      mu-1.2.0
> > +REVISION=      1
> >
> >  CATEGORIES=    mail
> >  HOMEPAGE=      http://www.djcbsoftware.nl/code/mu/
> > @@ -13,9 +14,9 @@ MAINTAINER=   Stefan Hagen <sh+ports@codev
> >  PERMIT_PACKAGE=        Yes
> >
> >  WANTLIB+=      assuan c ffi gio-2.0 glib-2.0 gmime-3.0 gmodule-2.0
> > -WANTLIB+=      gobject-2.0 gpg-error gpgme gthread-2.0 iconv
> > +WANTLIB+=      gobject-2.0 gpg-error gpgme gthread-2.0 iconv idn2
> >  WANTLIB+=      intl json-glib-1.0 m pcre pthread ${COMPILER_LIBCXX}
> > -WANTLIB+=      uuid xapian z
> > +WANTLIB+=      unistring uuid xapian z
> >
> >  MASTER_SITES=  https://github.com/djcb/mu/releases/download/1.2/
> >  EXTRACT_SUFX=  .tar.xz
> > @@ -30,7 +31,7 @@ LIB_DEPENDS=  databases/xapian-core \
> >
> >
> >  # C++14 required
> > -COMPILER=      base-clang ports-clang
> > +COMPILER=      base-clang ports-gcc
> >
> >  AUTOCONF_VERSION=      2.69
> >  AUTOMAKE_VERSION=      1.15

Reply via email to