Skip site navigation (1)Skip section navigation (2)

CVS log for ports/audio/musicpd/distinfo

[BACK] Up to [FreeBSD] / ports / audio / musicpd

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Feb 6 20:02:47 2012 UTC (3 days, 15 hours ago) by crees
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Update to 0.16.7

https://sourceforge.net/projects/musicpd/files/mpd/0.16.7

Revision 1.30: download - view: text, markup, annotated - select for diffs
Sat Dec 31 16:32:15 2011 UTC (5 weeks, 5 days ago) by crees
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
- Update to 0.16.6
- Use bsd.port.options.mk
- Make MPDUSER/MPDGROUP customisable (YMMV)
- Remove pointless variables (MPDUID etc), and clean up SUB_LIST
- Simplify regex for catching nanf etc

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Oct 19 17:54:27 2011 UTC (3 months, 3 weeks ago) by crees
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update to 0.16.5

Revision 1.28: download - view: text, markup, annotated - select for diffs
Tue Sep 6 17:03:59 2011 UTC (5 months ago) by crees
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -2 lines
- Update to 0.16.4
- While here, pet portlint about [CL][PD]P?FLAGS in CONFIGURE_ENV

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sun Jul 17 10:40:11 2011 UTC (6 months, 3 weeks ago) by crees
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Update to 0.16.3

Approved by:	rene (mentor, implicit)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Sun Mar 20 21:28:56 2011 UTC (10 months, 3 weeks ago) by dhn
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
- Update to 0.16.2
- Make MPDCONF have sane FreeBSD defaults
- Move default musicpd root to /var/mpd and stop clobbering make.conf
- Now runs as user MPDUSER by default (in new conf)

PR:		ports/155726
Submitted by:	Chris Rees <utisoft@gmail.com> (maintainer)

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sun Feb 6 18:06:29 2011 UTC (12 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
- Update to 1.16.1

PR:		154549
Submitted by:	maintainer
Feature safe:	yes

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sun Nov 21 16:06:14 2010 UTC (14 months, 2 weeks ago) by nivit
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -3 lines
- Update to 0.15.15
- Add LICENSE variable in Makefile

PR:		ports/152426
Submitted by:	Chris Rees <utisoft@gmail.com> (maintainer)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Jul 25 02:48:54 2010 UTC (18 months, 2 weeks ago) by sahil
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
- Update to 0.15.12
- Install configuration file if it does not exist

PR:		ports/148082
Submitted by:	Chris Rees <utisoft@gmail.com> (maintainer)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Feb 12 17:23:10 2010 UTC (23 months, 4 weeks ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_1_0, RELEASE_7_3_0
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
- Update to 0.15.8

PR:		143019
Submitted by:	Arjo Hooimeijer <hooimeijer@gmail.com>
Approved by:	maintainer timeout

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon Jul 27 12:20:34 2009 UTC (2 years, 6 months ago) by avl
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -3 lines
- 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)

Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Mar 18 16:45:43 2009 UTC (2 years, 10 months ago) by itetcu
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
- 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

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Jan 28 05:30:46 2009 UTC (3 years ago) by pgollucci
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
- Update to 0.14

PR:             ports/130612
Submitted by:   Dylan Cochran <a134qaed@gmail.com>
Approved by:    Jan-Olof Lindqvist <jo.lindqvist@gmail.com> (maintainer)

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Oct 12 10:47:18 2008 UTC (3 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +3 -3 lines
- Update to 0.13.2

PR:		126540
Submitted by:	Maintainer

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Mar 2 06:23:08 2008 UTC (3 years, 11 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +3 -3 lines
- 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)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Aug 24 18:59:10 2007 UTC (4 years, 5 months ago) by lx
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3 lines
Update to 0.13.0.

PR:		ports/114893
Submitted by:	Jan-Olof Lindqvist

Revision 1.15: download - view: text, markup, annotated - select for diffs
Tue Apr 17 19:41:40 2007 UTC (4 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +3 -3 lines
- Update to 0.12.2

PR:	        111488
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Nov 9 21:25:15 2006 UTC (5 years, 3 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_4_EOL
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3 lines
- 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)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Nov 8 15:14:18 2006 UTC (5 years, 3 months ago) by miwi
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3 lines
- Update to 0.12.0

PR:		ports/103706
Submitted by:	Stepan Zastupov (redchrom@gmail.com)
Approved by:	Maintainer in private mail

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Jan 22 08:12:54 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -0 lines
SHA256ify

Approved by:		krion@

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Jan 14 15:45:01 2005 UTC (7 years ago) by vs
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
- Update to 0.11.5
- Add ID3TAG-knob

PR:		ports/75693
Submitted by:	Anton Karpov
Approvd by:	maintainer

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Sep 3 07:53:22 2004 UTC (7 years, 5 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_4_11_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Update to 0.11.4

PR:		ports/70817
Submitted by:	Ingmar Gebert
Approved by:	maintainer

Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Jul 20 01:15:57 2004 UTC (7 years, 6 months ago) by ijliao
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
upgrade to 0.11.2

PR:		69314
Submitted by:	maintainer

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jun 18 09:08:59 2004 UTC (7 years, 7 months ago) by pav
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
- Update to 0.11.0

PR:		ports/68069
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 11 14:03:45 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
- Update to 0.10.3

PR:		ports/65417
Submitted by:	maintainer

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 25 19:27:40 2004 UTC (7 years, 10 months ago) by krion
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
- 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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 3 18:05:55 2004 UTC (7 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
- Update to 0.10.0

PR:		ports/63703
Submitted by:	maintainer

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jan 23 21:36:03 2004 UTC (8 years ago) by clement
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
- update to 0.9.4

PR:             61794
Submitted by:   Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 9 15:42:55 2003 UTC (8 years, 3 months ago) by jeh
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
- 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

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 13 23:25:49 2003 UTC (8 years, 3 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Upgrade to 0.9.2.

PR:		ports/57977
Submitted by:	Mark Daniel Reidel <ports@mark.reidel.info>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 8 10:41:32 2003 UTC (8 years, 4 months ago) by sumikawa
Branches: MAIN
Add musicpd 0.9.1, a remote-controllable music-daemon.

PR:		57518
Submitted by:	Mark Reidel <ports@mark.reidel.info>

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options