Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.0.3_5 03 Aug 2018 13:33:40 |
rene |
Remove expired port:
2018-08-01 audio/libmusicbrainz3: Web Service 1.0 support ending 2018-08-01 |
3.0.3_5 07 Feb 2018 12:58:44 |
jhale |
Mark DEPRECATED and set EXPIRATION_DATE for 2018-08-01
MusicBrainz Web Service 1.0 support will end on 2018-08-01. There are
currently 2 ports that still depend on this:
audio/kscd
multimedia/gnome-mplayer (non-default option)
See:
https://blog.musicbrainz.org/2018/02/01/web-service-ver-1-0-ws-1-will-be-removed-in-6-months/ |
3.0.3_5 17 Jan 2018 09:31:15 |
tcberner |
audio/libmusicbrainz3 fix build with clang6
PR: 224669 |
3.0.3_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.0.3_4 07 Jan 2016 14:58:03 |
jhale |
Use pathfix |
3.0.3_4 24 Dec 2014 06:03:23 |
ohauer |
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION
Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)
PR: 195786
Differential Revision: https://reviews.freebsd.org/D1319
Submitted by: ohauer
Reviewed by: portmgr (bapt, mat)
Approved by: portmgr, lev (implicit) |
3.0.3_3 22 Sep 2014 12:24:34 |
jhale |
- Trim @dirrm[try] from pkg-plist |
3.0.3_3 09 Oct 2013 07:50:58 |
jhale |
- Use unique package names
- Stop using LATEST_LINK
- Use new LIB_DEPENDS syntax
- Support staging |
3.0.3_3 20 Sep 2013 14:36:37 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
audio) |
3.0.3_3 12 Sep 2013 08:00:37 |
jhale |
- Update audio/libdiscid to 0.5.2
- Switch to CMake build system
- Trim Makefile headers
- Bump PORTREVISION on dependent ports |
3.0.3_2 12 Sep 2013 07:05:49 |
jhale |
- Remove dead MASTER_SITES
- Trim Makefile header
- Pet portlint(1)
- Update pkg-descr to reflect the fact that this library isn't so new |
3.0.3_2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.0.3_2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
3.0.3_2 13 Sep 2012 04:45:59 |
jhale |
- Update MAINTAINER to my new FreeBSD.org address
Approved by: makc (mentor) |
3.0.3_2 27 Jul 2012 13:28:21 |
makc |
- Use LATEST_LINK instead of defining the version in PORTNAME
- Fix LICENSE - it's LGPL21 not GPLv2
- Remove shlib version from LIB_DEPENDS
- while I'm here, respect LOCALBASE and thus remove needless dependency
on pkg-config. pkg-config is often used by cmake as auxiliary tool
to populate search paths. Until stuff is located at standard location,
there is no need for pkg-config utility. [1]
PR: ports/169573
Submitted by: Jason E. Hale (maintainer)
Approved by: maintainer via irc [1] |
3.0.3_1 28 Mar 2011 03:01:32 |
wen |
- Bump PORTREVISION to chase the update of audio/libdiscid
PR: ports/155977
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> |
3.0.3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.0.3 11 Oct 2010 22:43:39 |
pgollucci |
- Update to 3.0.3
PR: ports/151333
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
3.0.2_4 30 Jul 2010 22:14:49 |
mezz |
- Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API and
ABI backwards compatible. It is unnecessary to have more than one same
libraries (ie: neon28 and neon29) as it creates issue in our ports tree such
as CONFLICTS and made our Makefile complicate.
- Remove www/neonpp and www/neon28.
- Add USE_GNOME=ltverhack; it corrects the shared library version by change
from libneon.so.29 to libneon.so.27. It won't get bump again with no reason
unless ABI changes.
- Bump the PORTREVISION on all ports and chase the shared library change.
- Add info in the UPDATING for how to rebuild on all ports that depend on
neon.
PR: ports/148295
Approved by: lev (maintainer timeout, no respone for months),
portmgr
Tested by: pointyhat-exp by pav |
3.0.2_3 14 Apr 2010 00:28:44 |
fluffy |
- [MAINTAINER][UNBREAK] audio/libmusicbrainz3: Fails to build with neon28
PR: 145684
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
3.0.2_3 12 Apr 2010 23:01:44 |
fluffy |
- Update audio/libmusicbrainz3 to compile with www/neon29
PR: 145201
Submitted by: loader <loader@freebsdmall.com
Approved by: Jason E. Hale (maintainer, with minor changes) |
3.0.2_2 31 May 2009 10:30:50 |
itetcu |
- The CMake scripts were supposed to use pkg-config to find the libraries, but
they use an obsolete module that doesn't seem to work anymore. As a result,
the scripts fall back on the hard-coded paths. I have reworked the scripts so
they don't use pkg-config or hard-coded paths and fixed build with custom
PREFIX/LOCALBASE [1]
- mark MAKE_JOB_SAFE
Submitted by: maintainer
Reported by: QATty [1] |
3.0.2_1 24 Mar 2009 19:13:32 |
makc |
bump PORTREVISION after cmake update |
3.0.2 19 Oct 2008 15:48:16 |
miwi |
- Update to 3.0.2
- Use neon 0.28 instead of 0.26. No other ports currenty depend on this port,
so this shouldn't be a problem
- gmake not needed
PR: 127466
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
3.0.1_2 20 Jun 2008 16:51:28 |
miwi |
- Convert to cmake framework
PR: 124327
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
3.0.1_2 06 Jun 2008 13:07:20 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
3.0.1_1 05 May 2008 08:33:57 |
edwin |
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible |
3.0.1_1 27 Mar 2008 16:20:53 |
miwi |
- Add audio/libdiscid to the dependency
(this will give libmusicbrainz3 the ability to lookup
audio CD metadata from the musicbrainz database.)
- Bump PORTREVISION
PR: 122140
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
3.0.1 12 Jul 2007 09:26:52 |
miwi |
- Update to 3.0.1
PR: 114520
Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) |
3.0.0 10 Jun 2007 10:24:52 |
miwi |
- Add audio/libmusicbrainz3 - Version 3.x of libmusicbrainz
PR: 112741
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Repocopy by: marcus |