| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.15.12_1 01 Oct 2010 21:49:09
 |
makc  |
Switch to audio/musepack from deprecated audio/libmpcdec
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: maintainer |
0.15.12 25 Jul 2010 02:48:54
 |
sahil  |
- Update to 0.15.12
- Install configuration file if it does not exist
PR: ports/148082
Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) |
0.15.8_4 24 Jul 2010 16:38:20
 |
mm  |
- Update ffmpeg to 0.6 |
0.15.8_3 12 Jul 2010 13:42:37
 |
linimon  |
Over to new volunteer:
Approved by: old maintainer |
0.15.8_3 06 Jun 2010 20:39:21
 |
naddy  |
Bump PORTREVISION after libao update and handle API incompatibility. |
0.15.8_2 28 May 2010 06:56:46
 |
ehaupt  |
Chase audio/libmodplug update |
0.15.8_1 03 Apr 2010 10:44:36
 |
roam  |
Chase the ftp/curl shlib version bump. |
0.15.8_1 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.15.8 12 Feb 2010 17:23:10
 |
miwi  |
- Update to 0.15.8
PR: 143019
Submitted by: Arjo Hooimeijer <hooimeijer@gmail.com>
Approved by: maintainer timeout |
0.15_2 06 Dec 2009 17:30:53
 |
pav  |
- Use static UID/GID and convert to USERS macro
- Install useful sample configuration
PR: ports/133533
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
Approved by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) |
0.15_1 28 Nov 2009 10:34:26
 |
arved  |
Chase libcdio shared library version bump |
0.15 17 Sep 2009 09:41:09
 |
miwi  |
* Fix MMS, LAME, SHOUTCAST support
PR: 137835
Submitted by: "Herbert J. Skuhra" <h.skuhra@gmail.com>
Feature safe: yes |
0.15 22 Aug 2009 00:13:27
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with A |
0.15 27 Jul 2009 12:20:34
 |
avl  |
- Update to 0.15 [1]
- Add new config knobs [1]
- Add dependency on libcurl [2]
- Use PLIST_FILES and PORTDOCS instead pkg-plist
PR: ports/136305 [1], ports/131991 [2]
Submitted by: David Horn <dhorn2000 AT gmail.com> [1], Rick Dicaire <kritek AT
gmail.com> [2]
Approved by: maintainer timeout, tabthorpe (mentor) |
0.14.2_1 06 Jul 2009 21:26:00
 |
naddy  |
Bump PORTREVISION after libogg and libvorbisfile major version increment. |
0.14.2 18 Mar 2009 16:45:44
 |
itetcu  |
- Update to latest upstream release (0.14.2)
- Add new ffmpeg knob to options, and LIBDEPENDS for avcodec/avformat/avutil
- change wording on id3tag knob to specify id3 v1/v2 instead of just v1
- change shoutcast wording to specify ogg (so that it is clearer)
- change several configure args to sync with the upstream. This includes
--enable-mpd-id3tag, --disable-ogg, --disable-shout are now:
--disable-id3, --disable-oggvorbis, --disable-shout-ogg
and added --disable-shout-mp3.
- Removed outdated iconv knob as this is no longer a valid configure option in
musicpd configure script
- rename files/musicpd.sh.in --> files/musicpd.sh to follow current rc.d
practices.
PR: ports/131914
Submitted by: David Horn
Approved by: maintainer |
0.14.1_1 21 Feb 2009 15:51:15
 |
miwi  |
- Chase audio/faad shlib bump |
0.14.1 28 Jan 2009 05:30:47
 |
pgollucci  |
- Update to 0.14
PR: ports/130612
Submitted by: Dylan Cochran <a134qaed@gmail.com>
Approved by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) |
0.13.2 05 Dec 2008 21:18:03
 |
danfe  |
- Allow to build with Tremor support
- Actually add dependency on libshout2 mentioned in previous commit
Approved by: maintainer timeout (one month) |
0.13.2 05 Dec 2008 21:11:46
 |
danfe  |
- Reindent OPTIONS for better readability, fix a typo
- Register missing dependency on libshout2 for Icecast/Shoutcast support
- Style nit: s/ifdef/if defined/
- No need to define PKGMESSAGE, it happens automagically
- Augment and reformat Makefile header, correct wrong date, fix COMMENT
- Clean up pkg-message and port description
- Correctly display message WRT port vs. package installation
Approved by: maintainer timeout (one month) |
0.13.2 12 Oct 2008 10:47:18
 |
miwi  |
- Update to 0.13.2
PR: 126540
Submitted by: Maintainer |
0.13.1_3 06 Sep 2008 13:16:39
 |
amdmi3  |
- Fix depends (add options for samplerate, jack; check WITH_/WITHOUT_ flags
appropriately)
- Respect NOPORTDOCS and thus fix plist for NOPORTDOCS case
- Better pkg-message handling
- Reorder variables in the Makefile in more canonical way
PR: 126492
Submitted by: Henry Hu <henry dot hu dot sh at gmail dot com>
Patch by: me
Approved by: maintainer timeout |
0.13.1_2 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.13.1_2 07 Apr 2008 20:37:24
 |
naddy  |
Update to FLAC 1.2.1. This version includes two and a half years
worth of changes and an altered API.
Bump the revision of all ports that depend on libFLAC and adapt to
the new API where necessary. Some patches from Debian, Gentoo,
OpenBSD, and upstream repositories.
PR: 119476 |
0.13.1_1 04 Apr 2008 06:20:33
 |
rafan  |
- rc script was not executed at boot due to empty REQUIRE and BEFORE. Fix
that by using REQUIRE: LOGIN per Porter's Handbook.
- While I'm here, change default variable assignment to the way suggested by
Porter's Handbook.
- Bump PORTREVISION
PR: ports/121772 (based on)
Submitted by: Justin Stallard <justin at isis.poly.edu>
Approved by: maintainer timeout (2 weeks) |
0.13.1 02 Mar 2008 06:23:08
 |
rafan  |
- Update to 0.13.1
PR: ports/120126
Submitted by: Phillip N. <pneumann at gmail.com>
Approved by: Jan-Olof Lindqvist <jo.lindqvist at gmail.com> (maintainer) |
0.13.0_2 16 Feb 2008 10:05:32
 |
miwi  |
- Added missing configure option for Shoutcast and Icecast support.
PR: 118702
Submitted by: Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer) |
0.13.0_1 08 Oct 2007 12:12:17
 |
miwi  |
- Add PulseAudio to the options
PR: 116161
Submitted by: Romain Tartiere <romain@blogreen.org>
Approved by: maintainer |
0.13.0 10 Sep 2007 18:39:22
 |
lx  |
Switch to new maintainer, and add a mirror while we're at it.
Approved by: Mark Reidel (old maintainer) |
0.13.0 24 Aug 2007 18:59:10
 |
lx  |
Update to 0.13.0.
PR: ports/114893
Submitted by: Jan-Olof Lindqvist |
0.12.2_1 28 Jul 2007 12:27:31
 |
miwi  |
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION |
0.12.2 23 Jul 2007 09:36:52
 |
rafan  |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
0.12.2 22 Jun 2007 06:45:35
 |
rafan  |
- Add missing dependency when ID3TAG knob is on
PR: ports/111795
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru>
Approved by: Mark Daniel Reidel <ports at mark.reidel.info> (maintainer,
implicit) |
0.12.2 17 Apr 2007 19:41:40
 |
miwi  |
- Update to 0.12.2
PR: 111488
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.12.1 27 Feb 2007 03:51:05
 |
kevlo  |
Replace musicpd with musicpd.sh |
0.12.1_1 26 Feb 2007 05:36:23
 |
kevlo  |
Bump PORTREVISION: mpcdec.4 -> mpcdec.5 |
0.12.1 11 Nov 2006 17:21:32
 |
brueffer  |
Add a knob for enabling Musepack support.
Approved by: maintainer, markus |
0.12.1 09 Nov 2006 21:25:15
 |
miwi  |
- Update to 0.12.1
- Switch maintainer mail back to old maintainer (sorry for this fault)
PR: ports/105295
Submitted by: Stepan Zastupov <redchrom@gmail.com>
Approved by: Mark Daniel Reidel <ports@mark.reidel.info> via privat mail
(maintainer) |
0.12.0 08 Nov 2006 15:57:34
 |
miwi  |
- Remove the old rc script |
0.12.0 08 Nov 2006 15:14:18
 |
miwi  |
- Update to 0.12.0
PR: ports/103706
Submitted by: Stepan Zastupov (redchrom@gmail.com)
Approved by: Maintainer in private mail |
0.11.5_2 20 Feb 2006 20:47:50
 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
0.11.5_2 22 Jan 2006 08:13:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
0.11.5_2 16 Jan 2006 23:04:17
 |
tdb  |
- Fix dependency on libaudiofile
PR: 91472
Submitted by: Michael Kuhn <mkuhn.nw@web.de>
Approved by: maintainer |
0.11.5_1 16 Mar 2005 14:50:13
 |
naddy  |
new version of libFLAC |
0.11.5 14 Jan 2005 15:45:01
 |
vs  |
- Update to 0.11.5
- Add ID3TAG-knob
PR: ports/75693
Submitted by: Anton Karpov
Approvd by: maintainer |
0.11.4 03 Sep 2004 07:53:23
 |
vs  |
Update to 0.11.4
PR: ports/70817
Submitted by: Ingmar Gebert
Approved by: maintainer |
0.11.2 20 Jul 2004 01:15:57
 |
ijliao  |
upgrade to 0.11.2
PR: 69314
Submitted by: maintainer |
0.11.0 18 Jun 2004 09:09:00
 |
pav  |
- Update to 0.11.0
PR: ports/68069
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.10.3 11 Apr 2004 14:03:45
 |
krion  |
- Update to 0.10.3
PR: ports/65417
Submitted by: maintainer |
0.10.2 30 Mar 2004 19:20:23
 |
krion  |
- Use USE_ICONV knob
Approved by: portmgr |
0.10.2 25 Mar 2004 19:27:41
 |
krion  |
- Update to 0.10.2
- Added support for MP4/AAC
- IPv6 support deselectable
- New sample configuration file with better defaults
PR: ports/64717
Submitted by: maintainer |
0.10.0_1 10 Mar 2004 09:43:27
 |
krion  |
- Fix build on sparc64
PR: ports/64004
Submitted by: maintainer
Noticed by: bento via kris |
0.10.0 03 Mar 2004 18:05:55
 |
krion  |
- Update to 0.10.0
PR: ports/63703
Submitted by: maintainer |
0.9.4_1 22 Feb 2004 22:38:36
 |
sumikawa  |
Add IPv6 on CATEGORIES. Musicpd and mpc speaks IPv6 since 0.9.0.
Approved by: maintainer |
0.9.4_1 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
0.9.4 23 Jan 2004 21:36:03
 |
clement  |
- update to 0.9.4
PR: 61794
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) |
0.9.3_2 20 Dec 2003 16:14:14
 |
naddy  |
Catch up with libogg/libvorbis version bump. |
0.9.3_1 07 Dec 2003 01:27:06
 |
marcus  |
Chase the libmad/libid3tag shared lib version. |
0.9.3 09 Nov 2003 15:42:55
 |
jeh  |
- Update to 0.9.3
MPD changes include wave file support, bitrate output in status, and song
lengths are now stored in the db. mpc and libmpdclient recieved a significant
speed boost.
PR: 58820
Submitted By: MAINTAINER |
0.9.2 13 Oct 2003 23:25:49
 |
sumikawa  |
Upgrade to 0.9.2.
PR: ports/57977
Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> |
0.9.1 08 Oct 2003 10:41:32
 |
sumikawa  |
Add musicpd 0.9.1, a remote-controllable music-daemon.
PR: 57518
Submitted by: Mark Reidel <ports@mark.reidel.info> |