notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: mail/notmuch/Makefile

Number of commits found: 92

Saturday, 23 Mar 2024
18:36 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Update to 0.38.3

Changes:	https://notmuchmail.org/news/release-0.38.3/
Sponsored by:	The FreeBSD Foundation
commit hash: 7641e5b6fb4d9713c8dcc158d172db9366a38fb2 commit hash: 7641e5b6fb4d9713c8dcc158d172db9366a38fb2 commit hash: 7641e5b6fb4d9713c8dcc158d172db9366a38fb2 commit hash: 7641e5b6fb4d9713c8dcc158d172db9366a38fb2 7641e5b
Monday, 22 Jan 2024
17:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
mail/notmuch: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 9e236ed0eab41eef72f9441f0b29d9a28d959c9f commit hash: 9e236ed0eab41eef72f9441f0b29d9a28d959c9f commit hash: 9e236ed0eab41eef72f9441f0b29d9a28d959c9f commit hash: 9e236ed0eab41eef72f9441f0b29d9a28d959c9f 9e236ed
Tuesday, 5 Dec 2023
15:27 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch*: Update to 0.38.2

Changes:	https://notmuchmail.org/news/release-0.38.2/
Sponsored by:	The FreeBSD Foundation
commit hash: b95f4b684f8a7ecb7de96c78748621277bf20816 commit hash: b95f4b684f8a7ecb7de96c78748621277bf20816 commit hash: b95f4b684f8a7ecb7de96c78748621277bf20816 commit hash: b95f4b684f8a7ecb7de96c78748621277bf20816 b95f4b6
Tuesday, 7 Nov 2023
13:36 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch*: Update to 0.38.1

Changes:	https://notmuchmail.org/news/release-0.38.1/
Sponsored by:	The FreeBSD Foundation
commit hash: 870d46755204ee426d8ad8d6325bec34227a2728 commit hash: 870d46755204ee426d8ad8d6325bec34227a2728 commit hash: 870d46755204ee426d8ad8d6325bec34227a2728 commit hash: 870d46755204ee426d8ad8d6325bec34227a2728 870d467
Tuesday, 19 Sep 2023
21:37 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch*: Update to 0.38

Remove USES=compiler:c++11-lang.  It is no longer necessary.

Changes:	https://notmuchmail.org/news/release-0.38/
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D41895
commit hash: d468e2b605136764f4cdefd47f4895d86b6dfe7f commit hash: d468e2b605136764f4cdefd47f4895d86b6dfe7f commit hash: d468e2b605136764f4cdefd47f4895d86b6dfe7f commit hash: d468e2b605136764f4cdefd47f4895d86b6dfe7f d468e2b
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Saturday, 10 Sep 2022
17:41 Stefan Eßer (se) search for other commits by this committer Author: Tobias Kortkamp
Fix WWW in parent/child ports

Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
 a) just using the pkg-descr from the parents
 b) or had their own separate pkg-descr with custom WWW

Use WWW?= in parents when the child's WWW is different.

Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.

Approved by:	portmgr (implicit)
commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 commit hash: e79fe1aabc5b83364240652d62b99198a9ccfb32 e79fe1a
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 26 Aug 2022
03:42 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Update to 0.37

https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=c864b59942d510a4f6a1a46db1b8e13b7f40f7ee

Sponsored by:	The FreeBSD Foundation
commit hash: 0d8613df496f4d5b6780374cabeb4157534a206e commit hash: 0d8613df496f4d5b6780374cabeb4157534a206e commit hash: 0d8613df496f4d5b6780374cabeb4157534a206e commit hash: 0d8613df496f4d5b6780374cabeb4157534a206e 0d8613d
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
mail: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ashish@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam David <adam@FreeBSD.org>
  *  Adam McDougall <mcdouga9@egr.msu.edu>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Deiter <tiamat@komi.mts.ru>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alex Perel <veers@disturbed.net>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Logvinov <info@logvinov.com>
  *  Alexander Moisseev <moiseev@mezonplus.ru>
  *  Alexander Wittig <alexander@wittig.name>
  *  Alexander Zhuravlev <zaa@zaa.pp.ru>
  *  Alexandre Biancalana <ale@biancalanas.net>
  *  Alexey V. Degtyarev
  *  Alexey V. Degtyarev <alexey@renatasystems.org>
  *  Ali Mashtizadeh <ali@mashtizadeh.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Anders Nordby <anders@fix.no>
  *  Andrea Venturoli <freebsd@netfence.it>
  *  Andrew J. Caines <A.J.Caines@halplant.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Stevenson <andrew@ugh.net.au>
  *  Andrey Slusar <anray@FreeBSD.org>
  *  Andrey V. Pevnev <andrey@mgul.ac.ru>
  *  Andrey Zakhvatov
  *  Andy Gilligan
  *  Anthony Kim
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Anton Berezin <tobez@tobez.org>
  *  Anton Karpov <toxa@toxahost.ru>
  *  Anton Lysenok <bart@tapolsky.net.ua>
  *  Anton Yuzhaninov <citrin@rambler-co.ru>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ashish SHUKLA <ashish@FreeBSD.org>
  *  Attila Nagy <bra@fsn.hu>
  *  Autrijus Tang <autrijus@autrijus.org>
  *  Axel Steiner <ast@treibsand.com>
  *  Ben Smithurst <ben@FreeBSD.org>
  *  Bernard Spil <brnrd@FreeBSD.org>
  *  Bernard Spil <brnrd@freebsd.org>
  *  Bill Brinzer <bill.brinzer@gmail.com>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Cheng-Lung Sung <clsung@dragon2.net>
  *  Chifeng QU <chifeng@gmail.com>
  *  Chris D. Faulhaber <jedgar@fxp.org>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Christer Edwards <christer.edwards@gmail.com>
  *  Christian Laursen <xi@borderworlds.dk>
  *  Christopher Elkins <chrise@scardini.com>
  *  Clement Laforet <sheepkiller@cultdeadsheep.org>
  *  Craig Leres <leres@FreeBSD.org>
  *  Cyril Guibourg
  *  CyrilM <cyrilm@tower.pp.ru>
  *  Dan Langille <dvl@FreeBSD.org>
  *  Daniel Roethlisberger <daniel@roe.ch>
  *  Dario Freni <saturnero@gufi.org>
  *  Darren Pilgrim <ports.maintainer@evilphi.com>
  *  DarwinSurvivor <darwinsurvivor@gmail.com>
  *  David Bushong <david+ports@bushong.net>
  *  David O'Brien (obrien@NUXI.com)
  *  David Siebörger <drs@rucus.ru.ac.za>
  *  Dean Hollister <dean@odyssey.apana.org.au>
  *  Dmitry Liakh <dliakh@ukr.net>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Dominic Marks <dom@wirespeed.org.uk>
  *  Eivind Eklund <eivind@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@FreeBSD.org>
  *  Emanuel Haupt <ehaupt@critical.ch>
  *  Emmanuel Vadot <manu@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erwin Lansing <erwin@FreeBSD.org>
  *  Eugene M. Kim <ab@astralblue.net>
  *  Fukang Chen <loader@FreeBSD.org>
  *  Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
  *  Gea-Suan Lin <gslin@gslin.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerhard Gonter <g.gonter@ieee.org>
  *  Gerrit Beine <gerrit.beine@gmx.de>
  *  Giel van Schijndel <me@mortis.eu>
  *  Glen Barber <gjb@FreeBSD.org>
  *  Glenn Johnson <gljohns@bellsouth.net>
  *  Gregory Sutter <gsutter@zer0.org>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Guy Antony Halse <guy@rucus.ru.za.za>
  *  Hajimu UMEMOTO <ume@FreeBSD.org>
  *  Harry Newton
  *  Hirohisa Yamaguchi <umq@ueo.co.jp>
  *  Hsin-Han You <hhyou@cs.nctu.edu.tw>
  *  Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
  *  Issei Suzuki <issei@jp.FreeBSD.org>
  *  J.R. Oldroyd <fbsd@opal.com>
  *  Jaap Akkerhuis <jaap@NLnetLabs.nl>
  *  James FitzGibbon <jfitz@FreeBSD.org>
  *  James Raftery <james@now.ie>
  *  Jan-Peter Koopmann <j.koopmann@seceidos.de>
  *  Janne Snabb <snabb@epipe.com>
  *  Jean Milanez Melo <jmelo@FreeBSD.org>
  *  Jean-Baptiste Quenot <jb.quenot@caraldi.com>
  *  Jeremy Norris <ishmael27@home.com>
  *  Jim Mock <jim@FreeBSD.org>
  *  Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
  *  Joe Marcus Clarke <marcus@FreeBSD.org>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  John Oxley <john@yoafrica.com>
  *  John Prather
  *  Josh Gilliam <josh@quick.net>
  *  Jun-ichiro Hagino <itojun@itojun.org>
  *  Justin Stanford <jus@security.za.net>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kay Abendroth <kay.abendroth@raxion.net>
  *  Keith Gaughan <k@stereochro.me>
  *  Kelly Yancey <kbyanc@FreeBSD.org>
  *  Kevin Golding <ports@caomhin.org>
  *  Kimura Fuyuki <fuyuki@mj.0038.net>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
  *  Konstantinos Konstantinidis <kkonstan@daemon.gr>
  *  Koop Mast <kwm@FreeBSD.org>
  *  Krzysztof Stryjek <ports@bsdserwis.com>
  *  Larry Rosenman <ler@FreeBSD.org>
  *  Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
  *  Lars Thegler <lars@thegler.dk>
  *  Lars Thegler <lth@FreeBSD.org>
  *  Lasse L. Johnsen (lasse@freebsdcluster.org)
  *  Lefteris Chatzibarbas <lefcha@hellug.gr>
  *  Lukasz Wasikowski <lukasz@wasikowski.net>
  *  MANTANI Nobutaka <nobutaka@nobutaka.com>
  *  Marcelo Araujo <araujobsd@gmail.com>
  *  Marco Broeder <marco.broeder@posteo.eu>
  *  Marcus Alves Grando <mnag@FreeBSD.org>
  *  Marijn Meijles <marijn@stack.nl>
  *  Mario S F Ferreira <lioux@FreeBSD.org>
  *  Mario S F Ferreira <lioux@linf.unb.br>
  *  Mario S F Ferreira <lioux@linf.unb.br> # Created by Matthias Andree
  *  Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
  *  Mark Felder <feld@FreeBSD.org>
  *  Mark Starovoytov <mark_sf@kikg.ifmo.ru>
  *  Martin Blapp
  *  Martin Matuska <mm@FreeBSD.org>
  *  Martin Wilke (miwi@FreeBSD.org)
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Martti Kuparinen <martti.kuparinen@ericsson.com>
  *  Masafumi NAKANE <max@FreeBSD.org>
  *  Masafumi Otsune <info@otsune.com>
  *  Masaki TAGAWA <masaki@club.kyutech.ac.jp>
  *  Matt Emmerton <matt@gsicomp.on.ca>
  *  Matthew Luckie <mjl@luckie.org.nz>
  *  Matthew N. Dodd <mdodd@FreeBSD.org>
  *  Matthew Seaman
  *  Matthew Seaman <matthew@FreeBSD.org>
  *  Matthias Andree <mandree@FreeBSD.org>
  *  Matthias Andree <matthias.andree@gmx.de>
  *  Matthias Fechner <mfechner@FreeBSD.org>
  *  Max Laier <max@love2party.net>
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Maxim Tulyuk <mt@primats.org.ua>
  *  Meno Abels <meno.abels@adviser.com>
  *  Michael L. Hostbaek (mich@freebsdcluster.org)
  *  Michael Ranner <michael@ranner.eu>
  *  Miguel Mendez <flynn@energyhq.es.eu.org>
  *  Mij <mij@bitchx.it>
  *  Mikhail T. (m.tsatsenko@gmail.com)
  *  Mikhail Teterin
  *  Miroslav Lachman
  *  Mohammad S. Babaei <info@babaei.net>
  *  Murilo Opsfelder <mopsfelder@gmail.com>
  *  Nagy, Attila <bra@fsn.hu>
  *  Nate Underwood <natey@natey.com>
  *  Neil Blakey-Milner
  *  Neil Blakey-Milner <nbm@FreeBSD.org>
  *  Neil Blakey-Milner <nbm@rucus.ru.ac.za>
  *  Neil Darlow <neil@darlow.co.uk>
  *  Nemo Liu <nemoliu@FreeBSD.org>
  *  Netherby <netherby@dancingfortune.com>
  *  Nick Hilliard <nick@foobar.org>
  *  Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
  *  Oliver Braun
  *  Oliver Braun <obraun@FreeBSD.org>
  *  Oliver Eikemeier
  *  Oliver Eikemeier <eik@FreeBSD.org>
  *  Oliver Eikemeier <eikemeier@fillmore-labs.com>
  *  Olivier Cochard-Labbe <olivier@FreeBSD.org>
  *  Olivier Girard <Olivier.Girard@univ-angers.fr>
  *  Omer Faruk Sen <ofsen@enderunix.org>
  *  Ozkan KIRIK <ozkan@enderunix.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pawel Pekala <c0rn@o2.pl>
  *  Pawel Pekala <pawel@FreeBSD.org>
  *  Pawel Pekala <pawel@freebsd.org>
  *  Pete Fritchman <petef@databits.net >
  *  Peter Hollaubek <fifteen@inext.hu>
  *  Peter Kieser <peter@kieser.ca>
  *  Peter Pentchev <roam@FreeBSD.org>
  *  Peter Wemm <peter@FreeBSD.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  R.I.Pienaar <rip@devco.net>
  *  Radim Kolar
  *  RicardoSSP <ricardo.katz@gmail.com>
  *  Rob Evers <rob@debank.tv>
  *  Robert Felber <robtone@ek-muc.de>
  *  Robert Nelson <robertn@the-nelsons.org>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rozhuk Ivan <rozhuk.im@gmail.com>
  *  Ryan Steinmetz <zi@FreeBSD.org>
  *  Sahil Tandon <sahil@tandon.net>
  *  Satoru Suzuki <xsuzu@yokohama.riken.jp>
  *  Scott Blachowicz <scott+ports@sabami.seaslug.org>
  *  Scott Lambert <lambert@lambertfam.org>
  *  Sean Chittenden <seanc@FreeBSD.org>
  *  Sergei Kolobov <sergei@FreeBSD.org>
  *  Sergei Kolobov <sergei@kolobov.com>
  *  Sergey A. Osokin <osa@FreeBSD.org>
  *  Sergey Matveychuk <sem@FreeBSD.org>
  *  Sergey Samoyloff <gonza@techline.ru>
  *  Sergey Skvortsov <skv@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <sheldonh@FreeBSD.org>
  *  Simon 'corecode' Schubert <corecode@corecode.ath.cx>
  *  Simon Barner <barner@in.tum.de>
  *  Simon Dick <simond@irrelevant.org>
  *  Stefan A. Deutscher (sad@mailaps.org)
  *  Stefan Bethke <stb@lassitu.de>
  *  Stephen Roznowski <sjr1@flash.net>
  *  Stephon Chen <stephon@pixnet.tw>
  *  Steve Wills <swills@FreeBSD.org>
  *  Steven Kreuzer <skreuzer@f2o.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sylvio Cesar <sylvio@FreeBSD.org>
  *  TAKAHASHI Kaoru <kaoru@kaisei.org>
  *  TAKATSU Tomonari <tota@rtfm.jp>
  *  Talal Al-Dik <tad@vif.com>
  *  Ted Faber <faber@isi.edu>
  *  Terry Sposato
  *  The Anarcat <anarcat@anarcat.ath.cx>
  *  Thierry Thomas (<thierry@pompo.net>)
  *  Thomas Abthorpe <thomas@goodking.ca>
  *  Thomas Gellekum <tg@FreeBSD.org>
  *  Thomas Lotterer <thomas.lotterer@cw.com>
  *  Thomas Seck <tmseck@netcologne.de>
  *  Tim Bishop <tim@bishnet.net>
  *  Tom Hukins <tom@eborcom.com>
  *  Tom Judge <tj@FreeBSD.org>
  *  Tom McLaughlin <tmclaugh@sdf.lonestar.org>
  *  Tomasz Paszkowski <ns88@k.pl>
  *  Torsten Blum <torstenb@FreeBSD.org>
  *  Torsten Zuehlsdorff <ports@toco-domains.de>
  *  Trish Lynch <trish@bsdunix.net>
  *  Tsung-Han Yeh <snowfly@yuntech.edu.tw>
  *  Tuc <freebsd-ports@t-b-o-h.net>
  *  Udo Schweigert
  *  Udo Schweigert <ust@cert.siemens.de>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Victor Balada Diaz <victor@bsdes.net>
  *  Vidar Karlsen <vidar@karlsen.tech>
  *  Ville Eerola <ve@sci.fi>
  *  Vivek Khera <vivek@khera.org>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Vsevolod Lobko <seva@sevasoft.kiev.ua>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wei-chun Chao
  *  Wen Heping <wen@FreeBSD.org>
  *  Will Andrews <will@FreeBSD.org>
  *  Xavier Beaudouin <kiwi@oav.net>
  *  Yarema <yds@CoolRat.org>
  *  Yasuhiro KIMURA <yasu@utahime.org>
  *  Yen-Ming Lee <leeym@FreeBSD.org>
  *  Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
  *  Yen-Ming Lee <leeym@leeym.com>
  *  Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
  *  Yoshisato YANAGISAWA
  *  Zak Johnson <zakj@nox.cx>
  *  Zane C. Bowers
  *  Zeus Panchenko <zeus@gnu.org.ua>
  *  Zhen REN <bg1tpt@gmail.com>
  *  ache
  *  ache@FreeBSD.org
  *  arensb@ooblick.com
  *  bremner@unb.ca
  *  brett@peloton.physics.montana.edu
  *  bsam
  *  chinsan
  *  chris
  *  chris@shagged.org
  *  clive
  *  clsung
  *  clsung@dragon2.net
  *  dchapes@zeus.leitch.com
  *  delphij@FreeBSD.org
  *  delphij@FreeBSD.org.cn
  *  dhagan@cs.vt.edu
  *  dliakh
  *  dlowe
  *  dm
  *  eivind
  *  fluffy
  *  gahr
  *  gmarco@scotty.masternet.it
  *  gmc@sonologic.nl
  *  ijliao
  *  ismail@enderunix.org
  *  itojun@itojun.org
  *  janos.mohacsi@bsd.hu
  *  johnpupu <johnpupu@gmail.com>
  *  kaz
  *  krion
  *  liamfoy@sepulcrum.org
  *  markm@FreeBSD.org
  *  matusita@FreeBSD.org
  *  mich@freebsdcluster.org
  *  mwest@uct.ac.za
  *  n_hibma@qubesoft.com
  *  nbm
  *  nork@FreeBSD.org
  *  ofsen@enderunix.org
  *  pat
  *  petef
  *  petef@FreeBSD.org
  *  pst
  *  punkt.de Hosting Team <mops@punkt.de>
  *  rea@FreeBSD.org
  *  roam@FreeBSD.org
  *  sheldonh@FreeBSD.org
  *  shigeri <shigeri@m10.alpha-net.ne.jp>
  *  snowchyld
  *  tobez@tobez.org
  *  torstenb
  *  trevor
  *  v.velox@vvelox.net
  *  vanilla
  *  will
  *  wolpert

With hat:	portmgr
commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 commit hash: b587cc2b4da727288248ce5c15129046e6e6b332 b587cc2
Monday, 16 May 2022
15:39 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Update to 0.36

https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=e3ad0087f3453c89871acac8b11da8bab1ac54df

Sponsored by:	The FreeBSD Foundation
commit hash: 15be4a73de05418ce07827b2f86f0134dfabac08 commit hash: 15be4a73de05418ce07827b2f86f0134dfabac08 commit hash: 15be4a73de05418ce07827b2f86f0134dfabac08 commit hash: 15be4a73de05418ce07827b2f86f0134dfabac08 15be4a7
Saturday, 19 Feb 2022
17:02 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch-*: Update to 0.35

https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=748154646eb44c8db3a7887e0ae8e4701e552bc9

Sponsored by:	The FreeBSD Foundation
commit hash: 44493c22a40a9da1d6e80d468e18446b0e303ce8 commit hash: 44493c22a40a9da1d6e80d468e18446b0e303ce8 commit hash: 44493c22a40a9da1d6e80d468e18446b0e303ce8 commit hash: 44493c22a40a9da1d6e80d468e18446b0e303ce8 44493c2
Tuesday, 11 Jan 2022
14:10 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch*: Update to 0.34.3

https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=9e62a0beaa3817b9534f871b896a8ec538a4f090

Sponsored by:	The FreeBSD Foundation
commit hash: 9962b62057e2408184cf45ded24cd7e36b616840 commit hash: 9962b62057e2408184cf45ded24cd7e36b616840 commit hash: 9962b62057e2408184cf45ded24cd7e36b616840 commit hash: 9962b62057e2408184cf45ded24cd7e36b616840 9962b62
Saturday, 11 Dec 2021
00:19 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch*: Update to 0.34.2

https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=a06b76b9b3c1212b17d2bb170bdd511711f578f8
commit hash: db96db170fc408bba04d117810b692f0dd45eb92 commit hash: db96db170fc408bba04d117810b692f0dd45eb92 commit hash: db96db170fc408bba04d117810b692f0dd45eb92 commit hash: db96db170fc408bba04d117810b692f0dd45eb92 db96db1
Saturday, 6 Nov 2021
17:16 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Update to 0.34.1

Upstream changelog:

Fix for deallocation and nulling of output parameter for
notmuch_database{open_with,create_with,load}config when errors
occur. This change fixes a potential use-after-free bug that has been
present since 0.32. This release also improves the documentation of
status returns for the same 3 functions.
commit hash: 9997b32ad7f500ca558a565dbe623408681724ee commit hash: 9997b32ad7f500ca558a565dbe623408681724ee commit hash: 9997b32ad7f500ca558a565dbe623408681724ee commit hash: 9997b32ad7f500ca558a565dbe623408681724ee 9997b32
Sunday, 24 Oct 2021
02:49 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Update to 0.34

Notmuch 0.34 (2021-10-20)
=========================

General
-------

An optional new s-expression based query parser is available if
notmuch is built with the `sfsexp` library. See
notmuch-sexp-queries(7) for syntax, and use `notmuch config get
built_with.sexpr_query` to check if notmuch is compiled with
s-expression query support.

CLI
---

Support multiple `Delivered-To` headers in notmuch-reply(1).

Emacs
-----

Functions are now allowed in `notmuch-search-result-format`.

Improvements to unthreaded view on large threads.

Tolerate bad/missing working directory for most commands.

Allow customization of tree drawing symbols in notmuch-tree mode.
commit hash: c4fceecd9121fd46646322bb4442d3116800e448 commit hash: c4fceecd9121fd46646322bb4442d3116800e448 commit hash: c4fceecd9121fd46646322bb4442d3116800e448 commit hash: c4fceecd9121fd46646322bb4442d3116800e448 c4fceec
Sunday, 3 Oct 2021
23:24 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Update to 0.33.2 and take maintainership

https://notmuchmail.org/news/release-0.33.1/
https://notmuchmail.org/news/release-0.32.3/
commit hash: cae7554d79afa4d2594df5f3306956ccf8c77025 commit hash: cae7554d79afa4d2594df5f3306956ccf8c77025 commit hash: cae7554d79afa4d2594df5f3306956ccf8c77025 commit hash: cae7554d79afa4d2594df5f3306956ccf8c77025 cae7554
23:24 Joseph Mingrone (jrm) search for other commits by this committer
mail/notmuch: Formatting changes from portclippy/portfmt
commit hash: ad4e1cff7077c56f4473202e8c9fb5e87bf91adf commit hash: ad4e1cff7077c56f4473202e8c9fb5e87bf91adf commit hash: ad4e1cff7077c56f4473202e8c9fb5e87bf91adf commit hash: ad4e1cff7077c56f4473202e8c9fb5e87bf91adf ad4e1cf
Sunday, 5 Sep 2021
14:43 Danilo G. Baio (dbaio) search for other commits by this committer
mail/notmuch: Drop MAINTAINER'ship
commit hash: 5e01a9ea5a0a08ee72f1efbd6bf83a6aef0a8ee6 commit hash: 5e01a9ea5a0a08ee72f1efbd6bf83a6aef0a8ee6 commit hash: 5e01a9ea5a0a08ee72f1efbd6bf83a6aef0a8ee6 commit hash: 5e01a9ea5a0a08ee72f1efbd6bf83a6aef0a8ee6 5e01a9e
14:43 Danilo G. Baio (dbaio) search for other commits by this committer
mail/notmuch: Update to 0.33

Changelog:     https://notmuchmail.org/news/release-0.33/
commit hash: 51065502e385cb11498373b67b9f1d93d2b83260 commit hash: 51065502e385cb11498373b67b9f1d93d2b83260 commit hash: 51065502e385cb11498373b67b9f1d93d2b83260 commit hash: 51065502e385cb11498373b67b9f1d93d2b83260 5106550
Friday, 20 Aug 2021
00:45 Danilo G. Baio (dbaio) search for other commits by this committer
mail/notmuch: Update to 0.32.3

Changelog:     https://notmuchmail.org/news/release-0.32.3/
commit hash: fb4cc7c03f295e603d7d5d585537560822b75cce commit hash: fb4cc7c03f295e603d7d5d585537560822b75cce commit hash: fb4cc7c03f295e603d7d5d585537560822b75cce commit hash: fb4cc7c03f295e603d7d5d585537560822b75cce fb4cc7c
Saturday, 10 Jul 2021
00:18 Danilo G. Baio (dbaio) search for other commits by this committer
mail/notmuch: Update to 0.32.2

Changelog:     https://notmuchmail.org/news/release-0.32.2/
commit hash: 701a0464e0650067b431e96c718e3c8755f0d87d commit hash: 701a0464e0650067b431e96c718e3c8755f0d87d commit hash: 701a0464e0650067b431e96c718e3c8755f0d87d commit hash: 701a0464e0650067b431e96c718e3c8755f0d87d 701a046
Sunday, 23 May 2021
20:51 Danilo G. Baio (dbaio) search for other commits by this committer
mail/notmuch: Update to 0.32.1

Changelog:  https://notmuchmail.org/news/release-0.32.1/
commit hash: c7a377b57c1944fb461e8e0c55c48964de55ba72 commit hash: c7a377b57c1944fb461e8e0c55c48964de55ba72 commit hash: c7a377b57c1944fb461e8e0c55c48964de55ba72 commit hash: c7a377b57c1944fb461e8e0c55c48964de55ba72 c7a377b
Sunday, 16 May 2021
14:30 Danilo G. Baio (dbaio) search for other commits by this committer
mail/notmuch: Update to 0.32

Changelog:  https://notmuchmail.org/news/release-0.32/
commit hash: d30a17eca1ed53cf019ba249fc21f596cb8678c5 commit hash: d30a17eca1ed53cf019ba249fc21f596cb8678c5 commit hash: d30a17eca1ed53cf019ba249fc21f596cb8678c5 commit hash: d30a17eca1ed53cf019ba249fc21f596cb8678c5 d30a17e
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 2 Mar 2021
11:26 dbaio search for other commits by this committer
mail/notmuch: Update to 0.31.4

Changelog:	https://notmuchmail.org/news/release-0.31.4/
Original commitRevision:566944 
Wednesday, 6 Jan 2021
22:50 dbaio search for other commits by this committer
mail/notmuch: Update to 0.31.3

Changelog:	https://notmuchmail.org/news/release-0.31.3/
Original commitRevision:560645 
Monday, 16 Nov 2020
23:29 dbaio search for other commits by this committer
mail/notmuch: Update to 0.31.2

Changelog:	https://notmuchmail.org/news/release-0.31.1/
		https://notmuchmail.org/news/release-0.31.2/
Original commitRevision:555521 
Saturday, 12 Sep 2020
13:51 dbaio search for other commits by this committer
mail/notmuch: Update to 0.31

Changelog:	https://notmuchmail.org/news/release-0.31/

Add patch to fix a build issue with mail/notmuch-emacs.
Original commitRevision:548369 
Saturday, 15 Aug 2020
13:00 dbaio search for other commits by this committer
mail/notmuch: Add PORTSCOUT
Original commitRevision:544940 
Friday, 14 Aug 2020
17:31 linimon search for other commits by this committer
Add compiler:c++11-lang to USES to fix build on GCC-based systems:

  notmuch-config.c:851: error: 'for' loop initial declaration used outside C99
mode

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:544892 
Wednesday, 12 Aug 2020
20:56 dbaio search for other commits by this committer
mail/notmuch: Update to 0.30

Changelog:	https://notmuchmail.org/news/release-0.30/
Original commitRevision:544769 
Thursday, 6 Aug 2020
19:00 dbaio search for other commits by this committer
mail/py-afew, mail/notmuch: Take MAINTAINER'ship
Original commitRevision:544289 
08:03 fernape search for other commits by this committer
mail/notmuch: reset maintainership

Maintainer stops using FreeBSD.

PR:	248492
Submitted by:	seschwar@gmail.com (maintainer)
Original commitRevision:544270 
Tuesday, 7 Jan 2020
04:55 jrm search for other commits by this committer
editors/emacs-devel: Update to latest master branch commit, 4f2b415

This update includes an Emacs major version change from 27.0.50 to 28.0.50.
Ports that may depend on editors/emacs-devel must chase this update
with a PORTREVISION bump.

Submitted by:	ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D23012
Original commitRevision:522315 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Thursday, 13 Jun 2019
21:27 fernape search for other commits by this committer
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)
Original commitRevision:504137 
Monday, 4 Mar 2019
04:35 jbeich search for other commits by this committer
mail/notmuch: unbreak with libc++ 8

In file included from lib/database.cc:21:
In file included from ./lib/database-private.h:39:
In file included from /usr/local/include/xapian.h:56:
In file included from /usr/local/include/xapian/error.h:30:
In file included from /usr/include/c++/v1/string:505:
In file included from /usr/include/c++/v1/string_view:176:
In file included from /usr/include/c++/v1/__string:57:
In file included from /usr/include/c++/v1/algorithm:640:
In file included from /usr/include/c++/v1/initializer_list:47:
In file included from /usr/include/c++/v1/cstddef:38:
./version:1:1: error: expected unqualified-id
0.28.1
^

PR:		236192
Approved by:	portmgr blanket
Original commitRevision:494546 
Sunday, 3 Mar 2019
21:40 swills search for other commits by this committer
mail/notmuch: Update to 0.28.2

PR:		236178
Submitted by:	Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Original commitRevision:494517 
Sunday, 10 Feb 2019
20:59 swills search for other commits by this committer
mail/notmuch: update to 0.28.1

PR:		235645
Submitted by:	Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Original commitRevision:492641 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Thursday, 8 Nov 2018
07:35 krion search for other commits by this committer
Update to 0.28

PR:		232310
Submitted by:	maintainer
Original commitRevision:484432 
Friday, 21 Sep 2018
11:28 linimon search for other commits by this committer
Fix build on gcc-bases archs.

PR:		231493
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:480256 
Tuesday, 19 Jun 2018
19:29 pi search for other commits by this committer
mail/notmuch,mail/notmuch-emacs,mail/py-notmuch: update 0.26.2 -> 0.27

- add LICENSE to pet portlint
- remove BROKEN_powerpc64 since the cause has been fixed in ports r471400
- adjust to upstream's new info page handling
- fix parallel installation of flavored mail/py-notmuch

PR:		229075
Submitted by:	Sebastian Schwarz <seschwar@gmail.com> (maintainer)
Relnotes:	https://notmuchmail.org/pipermail/notmuch/2018/026684.html
Original commitRevision:472817 
Tuesday, 1 May 2018
16:48 krion search for other commits by this committer
Update to 0.26.2

PR:		227892
Submitted by:	maintainer
Original commitRevision:468768 
Tuesday, 3 Apr 2018
01:30 jrm search for other commits by this committer
mail/notmuch: Update to version 0.26.1

Upstream release notes:
https://notmuchmail.org/pipermail/notmuch/2018/026376.html

PR:		227203
Submitted by:	seschwar@gmail.com (maintainer)
Original commitRevision:466279 
Tuesday, 27 Feb 2018
05:01 fluffy search for other commits by this committer
- Pass maintainership of mail/notmuch and mail/py-notmuch to submitter.
- Update ports to version to 0.26.
- Unconditionally install completions according to Porter's Handbook Chapter
6.31.
    without adding extra dependencies.
- Turn on the MANPAGES option by default. Building the manual pages is kept as
an option
    to allow for more minimal custom builds.
- Remove RUBY option as it never did anything. There are no build or install
instructions
    in the Makefile nor %%RUBY%% references in pkg-plist.
    Building with the RUBY option enabled makes absolutely no difference to the
produced package.
    The only thing ever requiring the Ruby bindings to the Notmuch library is
the Vim client,
    which isn't built either.
- Turn mail/py-notmuch into a slave port of mail/notmuch.
- Split off EMACS option into the flavor aware slave port mail/notmuch-emacs.
- Split off MUTT option into the slave port mail/notmuch-mutt.
- Perform miscellaneous cleanups.

PR:		225059
Submitted by:	seschwar AT gmail.com
Reviewed by:	mat, fluffy, maintainers
Approved by:	maintainers
Differential Revision:	D13944
Original commitRevision:463108 
Thursday, 1 Feb 2018
18:03 jrm search for other commits by this committer
Flavorize and modernize Emacs ports

- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
Original commitRevision:460621 
Wednesday, 13 Dec 2017
12:18 misha search for other commits by this committer
- update 0.25.2 to 0.25.3

Approved by:	jpaetzel (mentor)
Original commitRevision:456206 
Saturday, 18 Nov 2017
08:01 misha search for other commits by this committer
- update from 0.25.1 to 0.25.2
- update NOTMUCH_SKIP_TESTS variable

Approved by:	jpaetzel (mentor)
Original commitRevision:454413 
Monday, 16 Oct 2017
05:40 misha search for other commits by this committer
- update from 0.25 to 0.25.1

Approved by:	jpaetzel (mentor)
Original commitRevision:452172 
Thursday, 10 Aug 2017
13:20 jrm search for other commits by this committer
mail/notmuch: Update to version 0.25

Approved by:	misha (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11752
Original commitRevision:447675 
Thursday, 20 Jul 2017
22:18 jrm search for other commits by this committer
mail/notmuch: Fix issues and upgrade to 0.24.2

Port changes:
- fix pkg-plist issues
- patch notmuch-emacs-mua to remove bashisms
- upgrade to version 0.24.2

Upstream changes:
https://git.notmuchmail.org/git?p=notmuch;a=blob_plain;f=NEWS;hb=2e86a4da55c29e0751d950839cdcbe40234ca8ba

Approved by:	mp39590@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D11644
Original commitRevision:446297 
Wednesday, 17 May 2017
08:21 misha search for other commits by this committer
- update NOTMUCH_SKIP_TESTS

Approved by:	jpaetzel (implicit)
Original commitRevision:441064 
Saturday, 13 May 2017
14:10 misha search for other commits by this committer
- update from 0.24 to 0.24.1

Approved by:	jpaetzel (implicit)
Original commitRevision:440844 
Tuesday, 4 Apr 2017
09:28 sunpoet search for other commits by this committer
Update to 1.4.3

- Add CONFLICTS_INSTALL
- Update WWW
- Bump PORTREVISION for dependent ports

Changes:	https://trac.xapian.org/wiki/ReleaseOverview/1.4.3
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.2
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.1
		https://trac.xapian.org/wiki/ReleaseOverview/1.4.0
Original commitRevision:437714 
Thursday, 16 Mar 2017
10:32 misha search for other commits by this committer
- update from 0.23.7 to 0.24

Approved by:	jpaetzel (implicit)
Original commitRevision:436269 
Wednesday, 1 Mar 2017
15:07 misha search for other commits by this committer
- update from 0.23.5 to 0.23.7

Approved by:	jpaetzel (implicit)
Original commitRevision:435163 
Friday, 13 Jan 2017
16:54 mat search for other commits by this committer
Fix ports using PREFIX in their depends instead of LOCALBASE.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:431402 
Wednesday, 11 Jan 2017
19:33 misha search for other commits by this committer
- update from 0.23.4 to 0.23.5

Approved by:	jpaetzel (mentor)
Original commitRevision:431197 
Tuesday, 3 Jan 2017
17:06 jbeich search for other commits by this committer
Assume "pkg-config zlib" works after 9.x reached EOL

Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
Original commitRevision:430483 
Saturday, 24 Dec 2016
22:05 misha search for other commits by this committer
- update from 0.23.3 to 0.23.4
- update TEST_DEPENDS
- patch port's test infrastructure to use GNU coreutils

Approved by:	jpaetzel (mentor)
Original commitRevision:429382 
Sunday, 11 Dec 2016
22:21 misha search for other commits by this committer
- update from 0.23.2 to 0.23.3
- add support for 'test' target

Approved by:	wg (mentor)
Original commitRevision:428385 
Monday, 28 Nov 2016
18:36 misha search for other commits by this committer
- update RUN_DEPENDS for MUTT option

PR:		214860
Submitted by:	pkubaj@anongoth.pl
Approved by:	mp39590@gmail.com (maintainer), jpaetzel (mentor)
Original commitRevision:427342 
Friday, 25 Nov 2016
21:14 misha search for other commits by this committer
- update from 0.23.1 to 0.23.2
- add MUTT option to install notmuch-mutt utility

PR:		214781
Submitted by:	pkubaj@anongoth.pl
Approved by:	mp39590@gmail.com (maintainer), jpaetzel (mentor)
Original commitRevision:427128 
Monday, 14 Nov 2016
11:23 pawel search for other commits by this committer
- Update to version 0.23.1 [1]
- Allow build on FreeBSD 9
- Move options block to correct place

PR:		213240 [1]
Submitted by:	maintainer [1]
Original commitRevision:426103 
Tuesday, 13 Sep 2016
18:49 amdmi3 search for other commits by this committer
- Update to 0.22.2
- While here, cosmetic fixes

PR:		212588
Submitted by:	mp39590@gmail.com (maintainer)
Original commitRevision:422059 
Monday, 22 Aug 2016
22:56 amdmi3 search for other commits by this committer
- Revert r420521, the port was properly fixed by r420598

PR:		209665
Reported by:	marino
Original commitRevision:420638 
Saturday, 20 Aug 2016
17:39 marino search for other commits by this committer
mail/notmuch: unbreak everywhere

The configure argument for docs+doxygen is "--with-docs" and
"--without-docs", not "--with-api-docs".  I check configure to be sure.
The build was failing everywhere with "Unrecognized option" error message
during configure phase.

Approved by:	just-fix-it
Original commitRevision:420521 
Friday, 19 Aug 2016
13:51 amdmi3 search for other commits by this committer
- Update from 0.22 to 0.22.1
- New MANPAGES and DOXYGEN options to control building of documentation (DOXYGEN
option is used to build API manpage)
- RUBY option to support ruby bindings
- General port cleanup
- While here, add LICENSE_FILE

PR:		211266
Submitted by:	mp39590@gmail.com (maintainer)
Original commitRevision:420468 
Monday, 23 May 2016
16:06 amdmi3 search for other commits by this committer
- Update to 0.22

PR:		209665
Submitted by:	mp39590@gmail.com (maintainer)
Original commitRevision:415726 
Thursday, 21 Apr 2016
16:43 swills search for other commits by this committer
many ports: mark broken on powerpc64
Original commitRevision:413746 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Wednesday, 24 Feb 2016
09:28 rakuco search for other commits by this committer
Update to 0.21.

PR:		206973
Submitted by:	mp39590@gmail.com (maintainer)
Original commitRevision:409454 
Thursday, 15 Oct 2015
20:58 amdmi3 search for other commits by this committer
- Switch to options helpers

Approved by:	portmgr blanket
Original commitRevision:399411 
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Wednesday, 29 Jul 2015
20:31 robak search for other commits by this committer
mail/notmuch: add missing BUILD_DEPENDS

PR:		201884
Submitted by:	Mikhail <mp39590@gmail.com> (maintainer)
MFH:		2015Q3
Original commitRevision:393193 
Monday, 13 Jul 2015
11:03 robak search for other commits by this committer
mail/notmuch: update 0.19 -> 0.20.2, change MAINTAINER

- Change maintainer to mp39590@gmail.com
- Delete obsolete patches

PR:		201272
Submitted by:	Mikhail <mp39590@gmail.com>
Approved by:	Ross Timson <ross@rosstimson.com> (maintainer)
Original commitRevision:391887 
Sunday, 29 Mar 2015
10:03 wen search for other commits by this committer
- Update to 0.19
- Add options to customize build
- Mark ignored for everything below 9.0 release

PR:		198464
Submitted by:	mp39590@gmail.com
Approved by:	maintainer(timeout, >14 days)
Original commitRevision:382576 
Tuesday, 21 Oct 2014
17:10 mva search for other commits by this committer
- Convert ports of mail/ to new USES=python

Approved by:	portmgr (implicit)
Original commitRevision:371330 
Saturday, 9 Aug 2014
22:07 marino search for other commits by this committer
mail/notmuch: Update version 0.17 => 0.18.1

PR:		191969
Submitted by:	mp39590 (gmail.com)
Approved by:	maintainer timeout
QA fixes by:	marino
Original commitRevision:364482 
Thursday, 2 Jan 2014
08:10 jgh search for other commits by this committer
- update to 0.17
- while here convert to staging, adopt new lib_depends format, move gmake
  into uses

This includes a patch that fixed building with Clang so it should now build
fine on FreeBSD 10.  Also switched to using gmime2.6

PR:		185396
Submitted by:	maintainer, ross@rosstimson.com
Original commitRevision:338422 
Friday, 20 Sep 2013
19:59 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Original commitRevision:327742 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
  in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
  eliminate pkg-config run dependency completely, a second phase is needed
  and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
  Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
  versions for some ports.
* Fix other ports so they build with the new glib version.

Thanks to miwi and crees for helping out with some exp-runs.
Approved by:	portmgr (miwi & bapt)
Obtained from:	gnome team repo
Original commitRevision:313633 
Wednesday, 20 Feb 2013
20:34 sunpoet search for other commits by this committer
- Update to 1.2.13
- Cleanup Makefile header
- Reformat pkg-descr
- Bump PORTREVISION for databases/xapian-core shlib change

Changes:	http://trac.xapian.org/wiki/ReleaseOverview/1.2.13
Original commitRevision:312669 
15:57 culot search for other commits by this committer
- Update to 0.15.2

Changes:        http://notmuchmail.org/news/release-0.15.2/
PR:             ports/176291
Submitted by:   Ross Timson <ross@rosstimson.com> (maintainer)
Original commitRevision:312627 
Thursday, 31 Jan 2013
07:13 danfe search for other commits by this committer
- Update to version 0.15.1
- Define LICENSE (GPLv3)
- Respect PREFIX, cleanup Makefile

PR:		ports/175607
Submitted by:	maintainer
Original commitRevision:311295 
Thursday, 6 Dec 2012
23:19 jgh search for other commits by this committer
- update to 0.14, and pass maintainership to submitter

PR:		174229
Submitted by:	ross@rosstimson.com
Approved by:	maintainer, darwinsurvivor@gmail.com
Feature safe:	yes
Original commitRevision:308406 
Saturday, 28 Jul 2012
15:57 cs search for other commits by this committer
Fix typos in COMMENT

Approved by:	portmgr@ (implicit)
Original commit
Saturday, 7 Jul 2012
06:55 sunpoet search for other commits by this committer
- Bump PORTREVISION for databases/xapian-core shlib change
Original commit
Friday, 2 Mar 2012
00:42 scheidell search for other commits by this committer
Add new port mail/notmuch: A thread-based email index, search and tagging
application

PR:             ports/165468
Submitted by:   Doug Penner <darwinsurvivor@gmail.com>
Approved by:    gabor (mentor, implicit)
Original commit

Number of commits found: 92