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: databases/mdbtools/pkg-plist

Number of commits found: 19

Saturday, 10 Feb 2024
19:53 Rainer Hurling (rhurlin) search for other commits by this committer
databases/mdbtools: Move man to share/man

While here, also move libmdbodbc and libmdbodbcW files from lib/odbc to
standard location for odbc libraries under lib.
commit hash: d5808120fc39f9df53d4de9e712623c86ab4d6fa commit hash: d5808120fc39f9df53d4de9e712623c86ab4d6fa commit hash: d5808120fc39f9df53d4de9e712623c86ab4d6fa commit hash: d5808120fc39f9df53d4de9e712623c86ab4d6fa d580812
Friday, 7 Jan 2022
06:55 Rainer Hurling (rhurlin) search for other commits by this committer Author: Daniel Engberg
databases/mdbtools: Use upstream release archive

PR:		260990
commit hash: 844eb7e23cf4e269a53d4a2cae609bffca2904de commit hash: 844eb7e23cf4e269a53d4a2cae609bffca2904de commit hash: 844eb7e23cf4e269a53d4a2cae609bffca2904de commit hash: 844eb7e23cf4e269a53d4a2cae609bffca2904de 844eb7e
Sunday, 24 Oct 2021
17:05 Rainer Hurling (rhurlin) search for other commits by this committer
databases/mdbtools: Update to 1.0.0

MDB Tools 1.0 includes a number of new features. In most cases, ABI and API
compatibility is preserved with the 0.9 series.

Changelog: https://github.com/mdbtools/mdbtools/releases/tag/v1.0.0
commit hash: c91a9423f0f60381f174d64ae89b4b7aad97bfeb commit hash: c91a9423f0f60381f174d64ae89b4b7aad97bfeb commit hash: c91a9423f0f60381f174d64ae89b4b7aad97bfeb commit hash: c91a9423f0f60381f174d64ae89b4b7aad97bfeb c91a942
Thursday, 5 Aug 2021
04:55 Rainer Hurling (rhurlin) search for other commits by this committer
databases/mdbtools: Update to 0.9.4

Bug-fix release, includes new support for brackets around table names
when processing and exporting SQL. Final planned release in the 0.9 series.

Changelog: https://github.com/mdbtools/mdbtools/releases/tag/v0.9.4
commit hash: b73f7886c2d5e5ef64c7df8a3ab034d997334171 commit hash: b73f7886c2d5e5ef64c7df8a3ab034d997334171 commit hash: b73f7886c2d5e5ef64c7df8a3ab034d997334171 commit hash: b73f7886c2d5e5ef64c7df8a3ab034d997334171 b73f788
Sunday, 2 May 2021
05:28 Rainer Hurling (rhurlin) search for other commits by this committer
databases/mdbtools: Update to 0.9.3

Changelog: https://github.com/mdbtools/mdbtools/blob/dev/NEWS
commit hash: 0867054e5de267975cd26382b8dccee3773440be commit hash: 0867054e5de267975cd26382b8dccee3773440be commit hash: 0867054e5de267975cd26382b8dccee3773440be commit hash: 0867054e5de267975cd26382b8dccee3773440be 0867054
Friday, 15 Jan 2021
17:16 rhurlin search for other commits by this committer
databases/mdbtools: Update to 0.9.1

- Switch to a new fork on Github
- Split NLS (gettext) as an option
- Remove gmdb2 GUI (will come back as own port)

Changelog: https://github.com/mdbtools/mdbtools/releases

PR:		250515
Submitted by:	Thaddeus Covert <tcovert+freebsd@sahuagin.net> (initial draft)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D28118
Original commitRevision:561652 
Sunday, 2 Aug 2020
14:50 swills search for other commits by this committer
atabases/mdbtools: Update to 0.8.2

PR:		247764
Submitted by:	Rainer Hurling <rhurlin@gwdg.de> (maintainer)
Original commitRevision:543967 
Sunday, 13 Sep 2015
13:16 bapt search for other commits by this committer
Make GNOME an option instead of autodetermined
While here:
- Use options helpers
- Fix plist with GNOME
Original commitRevision:396815 
Tuesday, 9 Dec 2014
10:29 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:374357 
Saturday, 30 Aug 2014
21:21 tijl search for other commits by this committer
- Convert to USES=libtool and USES=pathfix
- Use standard USE_AUTOTOOLS instead of running autoreconf
- Add INSTALL_TARGET=install-strip
- Use ICONV_CONFIGURE_ARG
Original commitRevision:366680 
Sunday, 10 Nov 2013
19:18 wg search for other commits by this committer
databases/mdbtools: update to 0.7.1

- Update to 0.7.1
- Chase API change in dependent ports
- Allow staging
- Add LICENSE (GPLv2)
- Pass maintainership to submitter

PR:		ports/182973
Submitted by:	Rainer Hurling <rhurlin gwdg.de>
Original commitRevision:333427 
Wednesday, 24 Oct 2007
23:37 marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
Original commit
Monday, 8 Jan 2007
00:21 itetcu search for other commits by this committer
- fix build when gmone is installed [1]
- pet portlint a little [2]

PR:             ports/107507
Submitted by:   Denis Eremenko <moonshade@pnhz.kz> [1], itetcu (me) [2]
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Sunday, 20 Apr 2003
22:36 marcus search for other commits by this committer
Correct the plist.

Reported by:    bento
Original commit
Tuesday, 15 Apr 2003
16:26 marcus search for other commits by this committer
Really fix this port.  Make it depend on libgnomeui if present, and
conditionalize the plist accordingly.  According to the mdbtools homepage,
this port requires bison, so set things accordingly.  Also, correct some
gcc-3.x-isms that prevented proper GNOME compilation on -STABLE.
Original commit
Tuesday, 8 Apr 2003
20:42 mi search for other commits by this committer
Upgrade to 0.5 (from 0.4). BUILD_DEPEND on gawk to ensure the man-pages are
built.
Add some bug-fixes noticed by the compiler.
Original commit
Tuesday, 22 Oct 2002
17:36 ijliao search for other commits by this committer
upgrade to 0.4
Original commit
Friday, 27 Apr 2001
08:40 ijliao search for other commits by this committer
add mdbtools   Utilities and libraries to export data from MS Access databases
(.mdb)    
Original commit

Number of commits found: 19