Hi Miguel.
Not an user of this app so I'm not testing it, I hope someone that can
comes your way.
>From afar looks pretty OK, but you should remove REVISION you sure.

Cheers.
Elias.

On Mon, Apr 27, 2020 at 12:15 PM Miguel <mig...@camandro.org> wrote:
>
> Hi!
>
> (warning: first port update attempt!)
>
> Please find below an update of mail/mu from 1.2.0 to 1.4.1.
>
> Nothing big worth mentioning, I believe:
> - Use variable to keep version and used it in DISTNAME and MASTER_SITES
> - Update distinfo
> - Refreshed patch (file renamed lib/{parser/utils.cc=>utils/mu-utils.cc}
> - Update PLIST
>
>
> diff --git a/mail/mu/Makefile b/mail/mu/Makefile
> index 2062eae2a347..59ca744309e8 100644
> --- a/mail/mu/Makefile
> +++ b/mail/mu/Makefile
> @@ -1,8 +1,8 @@
>  # $OpenBSD: Makefile,v 1.19 2020/01/24 10:36:41 sthen Exp $
>
>  COMMENT=       maildir indexer and searcher with emacs frontend
> -
> -DISTNAME=      mu-1.2.0
> +V=             1.4.1
> +DISTNAME=      mu-${V}
>  REVISION=      0
>
>  CATEGORIES=    mail
> @@ -18,7 +18,7 @@ WANTLIB += gmodule-2.0 gobject-2.0 gpg-error gpgme 
> gthread-2.0
>  WANTLIB += iconv idn2 intl json-glib-1.0 m pcre unistring uuid
>  WANTLIB += xapian z
>
> -MASTER_SITES=  https://github.com/djcb/mu/releases/download/1.2/
> +MASTER_SITES=  https://github.com/djcb/mu/releases/download/${V}/
>  EXTRACT_SUFX=  .tar.xz
>
>  BUILD_DEPENDS= emacs->=24:editors/emacs
> diff --git a/mail/mu/distinfo b/mail/mu/distinfo
> index 437fb1dede15..25f89832cfe7 100644
> --- a/mail/mu/distinfo
> +++ b/mail/mu/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (mu-1.2.0.tar.xz) = 9jTH8kTcaET/cdw8PhiT5I4ZPKqeDnR+umFjCXdfBTo=
> -SIZE (mu-1.2.0.tar.xz) = 844192
> +SHA256 (mu-1.4.1.tar.xz) = 
> 00bbd960821cd7b7ad75246062ad195115dadcdb26bab9beb45167abe35d5dd9
> +SIZE (mu-1.4.1.tar.xz) = 875008
> diff --git a/mail/mu/patches/patch-lib_parser_utils_cc 
> b/mail/mu/patches/patch-lib_parser_utils_cc
> index 58e1438e96fa..cef6a7b57378 100644
> --- a/mail/mu/patches/patch-lib_parser_utils_cc
> +++ b/mail/mu/patches/patch-lib_parser_utils_cc
> @@ -1,8 +1,8 @@
>  $OpenBSD: patch-lib_parser_utils_cc,v 1.1 2019/07/26 06:41:59 pvk Exp $
>  Bring g_vasprintf into scope
> -Index: lib/parser/utils.cc
> ---- lib/parser/utils.cc.orig
> -+++ lib/parser/utils.cc
> +Index: lib/utils/mu-utils.cc
> +--- lib/utils/mu-utils.cc.orig
> ++++ lib/utils/mu-utils.cc
>  @@ -17,7 +17,7 @@
>   **  02110-1301, USA.
>   */
> diff --git a/mail/mu/pkg/PLIST b/mail/mu/pkg/PLIST
> index a24708f574d4..9881f84bfd1a 100644
> --- a/mail/mu/pkg/PLIST
> +++ b/mail/mu/pkg/PLIST
> @@ -8,6 +8,8 @@
>  @man man/man1/mu-find.1
>  @man man/man1/mu-help.1
>  @man man/man1/mu-index.1
> +@man man/man1/mu-info.1
> +@man man/man1/mu-init.1
>  @man man/man1/mu-mkdir.1
>  @man man/man1/mu-remove.1
>  @man man/man1/mu-script.1
> @@ -37,6 +39,8 @@ share/emacs/site-lisp/mu4e/mu4e-draft.el
>  share/emacs/site-lisp/mu4e/mu4e-draft.elc
>  share/emacs/site-lisp/mu4e/mu4e-headers.el
>  share/emacs/site-lisp/mu4e/mu4e-headers.elc
> +share/emacs/site-lisp/mu4e/mu4e-icalendar.el
> +share/emacs/site-lisp/mu4e/mu4e-icalendar.elc
>  share/emacs/site-lisp/mu4e/mu4e-lists.el
>  share/emacs/site-lisp/mu4e/mu4e-lists.elc
>  share/emacs/site-lisp/mu4e/mu4e-main.el
> @@ -47,6 +51,8 @@ share/emacs/site-lisp/mu4e/mu4e-message.el
>  share/emacs/site-lisp/mu4e/mu4e-message.elc
>  share/emacs/site-lisp/mu4e/mu4e-meta.el
>  share/emacs/site-lisp/mu4e/mu4e-meta.elc
> +share/emacs/site-lisp/mu4e/mu4e-org.el
> +share/emacs/site-lisp/mu4e/mu4e-org.elc
>  share/emacs/site-lisp/mu4e/mu4e-proc.el
>  share/emacs/site-lisp/mu4e/mu4e-proc.elc
>  share/emacs/site-lisp/mu4e/mu4e-speedbar.el
> @@ -61,5 +67,3 @@ share/emacs/site-lisp/mu4e/mu4e.el
>  share/emacs/site-lisp/mu4e/mu4e.elc
>  share/emacs/site-lisp/mu4e/org-mu4e.el
>  share/emacs/site-lisp/mu4e/org-mu4e.elc
> -share/emacs/site-lisp/mu4e/org-old-mu4e.el
> -share/emacs/site-lisp/mu4e/org-old-mu4e.elc
>

Reply via email to