diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-06-27 11:01:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-06-27 11:01:49 +0000 |
commit | 1f294d5ea7fde33198554924dcdb119528d0d0f0 (patch) | |
tree | 5e440dbeb7d51c0a34d74c37b06cc727547d12e9 /media-sound/mpd | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-1f294d5ea7fde33198554924dcdb119528d0d0f0.tar.gz gentoo-2-1f294d5ea7fde33198554924dcdb119528d0d0f0.tar.bz2 gentoo-2-1f294d5ea7fde33198554924dcdb119528d0d0f0.zip |
changed the port to std port
Diffstat (limited to 'media-sound/mpd')
-rw-r--r-- | media-sound/mpd/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.11.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index 7be3899c9ddd..afe9641b1a47 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.31 2004/06/27 10:51:11 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.32 2004/06/27 11:01:49 mholzer Exp $ + + 27 Jun 2004; Martin Holzer <mholzer@gentoo.org> mpd-0.11.0.ebuild: + changed the port to std port 27 Jun 2004; David Holm <dholm@gentoo.org> mpd-0.11.0.ebuild: Added to ~ppc. diff --git a/media-sound/mpd/mpd-0.11.0.ebuild b/media-sound/mpd/mpd-0.11.0.ebuild index 9635ba994fe8..4b0a94417571 100644 --- a/media-sound/mpd/mpd-0.11.0.ebuild +++ b/media-sound/mpd/mpd-0.11.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.11.0.ebuild,v 1.2 2004/06/27 10:51:12 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.11.0.ebuild,v 1.3 2004/06/27 11:01:49 mholzer Exp $ IUSE="oggvorbis mad aac audiofile ipv6 flac" @@ -50,7 +50,7 @@ src_install() { exeinto /etc/init.d newexe ${FILESDIR}/mpd.rc6 mpd - dosed 's:^port.*$:port "2100":' /etc/mpd.conf + dosed 's:^port.*$:port "6600":' /etc/mpd.conf dosed 's:^music_directory.*$:music_directory "/usr/share/mpd/music":' /etc/mpd.conf dosed 's:^playlist_directory.*$:playlist_directory "/usr/share/mpd/playlists":' /etc/mpd.conf dosed 's:^log_file.*$:log_file "/var/log/mpd.log":' /etc/mpd.conf |