Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7.13 25 Sep 2024 06:29:19
    |
Robert Clausecker (fuz)  |
mail/mboxgrep: update to 0.7.13
- doesn't like --with-pcre2; make it so only --without-pcre2 is
passed
Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.13
Reported by: Daniel Spiljar <dspiljar@datatipp.se> |
0.7.12a_1 10 Mar 2024 09:55:38
    |
Nuno Teixeira (eduardo)  |
mail/mboxgrep: Move man pages to share/man
Approved by: portmgr (blanket) |
0.7.12a 24 Nov 2023 06:12:34
    |
Robert Clausecker (fuz)  |
mail/mboxgrep: point to new WWW
The old Sourceforge site seems to no longer contain useful information. |
0.7.12a 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.7.12a 21 May 2023 17:25:43
    |
Robert Clausecker (fuz)  |
mail/mboxgrep: update to 0.7.12a
- switch to official release tarball
- make PCRE option a default
Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.12a |
0.7.11 24 Mar 2023 20:54:40
    |
Robert Clausecker (fuz)  |
mail/mboxgrep: update to 0.7.11
No functional changes in this update.
Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.11
Reported by: upstream |
0.7.10 27 Feb 2023 22:48:55
    |
Robert Clausecker (fuz)  |
mail/mboxgrep: update to 0.7.10
- switch to upstream's new hoster
- remove lots of old hacks and patches
- remove hacked in OpenSSL dependency
- patch makefiles to enable staging
- adopt this unmaintained port
Changelog: https://git.datatipp.se/dspiljar/mboxgrep/releases/tag/0.7.10
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38782 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.7.9_5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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.
(Only the first 15 lines of the commit message are shown above ) |
0.7.9_5 20 Jul 2022 14:22:19
    |
Tobias C. Berner (tcberner)  |
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> (Only the first 15 lines of the commit message are shown above ) |
0.7.9_5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.7.9_5 24 Sep 2020 20:35:57
  |
cmt  |
fix staging of mboxgrep
- post-patch happens after configure, at which point modifying Makefile.in
is pointless, but we have pre-configure, which does the job.
- patching in $(DESTDIR) into src/Makefile.in already happens in
patch-src_Makefile.in, so remove it from the REINPLACEing |
0.7.9_5 23 Sep 2020 12:24:21
  |
se  |
Fix build with -fno-common
Since files that are patched in legacy patch files are affected, all
patches are regenerated with make makepatch.
In order to have makepatch operate on only the patched sources without the
result of RE_INPLACE being integrated into the patch files, move the
in-place editing of sources from post-patch to pre-build. |
0.7.9_4 10 Nov 2018 18:12:58
  |
bapt  |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
0.7.9_3 02 Nov 2016 09:04:20
  |
amdmi3  |
- Add LICENSE
- Switch to USES=localbase
- Switch to options helpers |
0.7.9_3 10 Sep 2016 20:08:28
  |
marino  |
mail/mboxgrep: Set flags to support building with any SSL base |
0.7.9_3 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.7.9_3 30 Nov 2015 16:48:11
  |
amdmi3  |
- Fix installation, no more need for uidfix
- Pet portlint |
0.7.9_3 22 Nov 2014 18:42:44
  |
antoine  |
Cleanup plist |
0.7.9_3 29 Oct 2014 22:11:51
  |
anders  |
Drop maintainership of all remaining ports where I am listed.
No time for this unfortunately. |
0.7.9_3 16 Jul 2014 08:13:59
  |
bapt  |
Fix some non default LIB_DEPENDS
With hat: portmgr |
0.7.9_3 04 Jul 2014 00:33:30
  |
adamw  |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.7.9_3 11 Jun 2014 14:50:00
  |
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
0.7.9_3 12 May 2014 16:32:34
  |
nox  |
Stagify. |
0.7.9_3 20 Sep 2013 19:59:14
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
0.7.9_3 10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
0.7.9_2 14 Feb 2012 12:45:35
 |
mm  |
Bump pcre library dependency due to 8.30 update |
0.7.9_1 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.7.9_1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.7.9_1 03 Jul 2011 13:53:52
 |
ohauer  |
- remove MD5 |
0.7.9_1 22 Aug 2009 00:28:34
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
0.7.9_1 20 Mar 2008 09:51:43
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.7.9_1 09 Mar 2007 08:05:08
 |
mi  |
Don't use the bundled md5.c and getopt1.c in favor of OpenSSL and
USE_GETOPT_LONG respectively. This reduces the executable's size
considerably. (More ports should be doing this.)
When comparing md5 checksums (used to detect duplicates in the
input), treat each as a pair of 8-byte integers instead of calling
strncmp, which was just plain buggy. Memcmp should've been used
instead, but two integer comparisions are even faster.
Re-work the resizable array of checksums removing a separate malloc
call for each md5 checksum. This reduces the runtime memory consumption
considerably. (Tried using a hashtable instead of linearly searching
through the array, but did not see a speed-gain even over a large
collection of messages.)
Vendor notified, but has not responded (the software's last release
is several years old).
Bump PORTREVISION.
Approved by: maintainer |
0.7.9 10 May 2006 22:37:39
 |
edwin  |
Remove USE_REINPLACE from ports starting with M |
0.7.9 22 Jan 2006 12:50:54
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.7.9 05 Dec 2005 00:53:19
 |
edwin  |
Remove install-info from Makefile, it's automatically done when INFO is defined |
0.7.9 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
0.7.9 22 Dec 2003 20:01:04
 |
leeym  |
fix this port on -stable
PR: 56356
Noticed by: anders |
0.7.9 17 Dec 2003 06:52:52
 |
leeym  |
update to 0.7.9
PR: 56356
Submitted by: leeym
Approved by: maintainer timeout |
0.7.8 09 Apr 2003 21:56:11
 |
anders  |
Update to 0.7.8. |
0.7.7 07 Mar 2003 06:06:02
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.7.7 21 Aug 2002 06:17:16
 |
anders  |
Update to version 0.7.7. |
0.7.6a 07 Apr 2002 02:06:13
 |
anders  |
Update to version 0.7.6a. |
14 Mar 2002 00:11:40
 |
anders  |
Correct MAINTAINER e-mail address for ports I maintain. |
21 Jan 2002 02:57:57
    |
anders  |
Update to 0.7.4. |
30 Oct 2001 22:49:55
    |
tobez  |
Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching a
regular expression. |