Bug 238418

Summary: mail/notmuch: Update to 0.29.1
Product: Ports & Packages Reporter: Sebastian Schwarz <seschwar>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Some People CC: fernape
Priority: --- Flags: seschwar: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
notmuch-0.29.diff
none
notmuch-0.29.1.diff none

Description Sebastian Schwarz 2019-06-08 16:05:00 UTC
Created attachment 204905 [details]
notmuch-0.29.diff

notmuch 0.29 was released recently: https://notmuchmail.org/pipermail/notmuch/2019/028257.html

Apart from the usual bug fixes and enhancements the following changes are of interest for the port:

- The sources are now compressed with xz instead of gzip.
- Support for GMime 2.6 was dropped and GMime 3.0.3 or later is required now.

The port was adjusted accordingly.  Additionally: 

- drop workaround for info(1) on FreeBSD 10 since it's no longer supported
- drop workaround for Sphinx since another one was included in notmuch's upstream

The ports build cleanly in poudriere under FreeBSD:12:amd64.
Comment 1 Sebastian Schwarz 2019-06-13 19:23:32 UTC
In the meantime 0.29.1 was released: https://notmuchmail.org/pipermail/notmuch/2019/028315.html

I've updated the attached diff accordingly.
Comment 2 Sebastian Schwarz 2019-06-13 19:24:06 UTC
Created attachment 205038 [details]
notmuch-0.29.1.diff
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-06-13 21:28:43 UTC
A commit references this bug:

Author: fernape
Date: Thu Jun 13 21:27:42 UTC 2019
New revision: 504137
URL: https://svnweb.freebsd.org/changeset/ports/504137

Log:
  mail/notmuch: update to 0.29.1

  - The sources are now compressed with xz instead of gzip.
  - Support for GMime 2.6 was dropped and GMime 3.0.3 or later is required now.
  - drop workaround for info(1) on FreeBSD 10 since it's no longer supported
  - drop workaround for Sphinx since another one was included in notmuch's upstream

  ChangeLog: https://notmuchmail.org/pipermail/notmuch/2019/028257.html

  PR:	238418
  Submitted by:	seschwar@gmail.com (maintainer)

Changes:
  head/mail/notmuch/Makefile
  head/mail/notmuch/distinfo
  head/mail/notmuch/files/patch-doc_Makefile.local
  head/mail/notmuch-emacs/Makefile
Comment 4 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2019-06-13 21:29:33 UTC
Committed,

Thanks!

Sorry for the delay, it took me a while to test it.