Skip site navigation (1)Skip section navigation (2)
Date:      31 Dec 2004 16:55:47 +0300
From:      Anton Karpov <toxa@unixforge.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        toxa@cterra.ru
Subject:   ports/75693: port audio/musicpd is outdated
Message-ID:  <20041231135547.18774.qmail@ank-pki.ru>
Resent-Message-ID: <200412311400.iBVE0eFG065325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75693
>Category:       ports
>Synopsis:       port audio/musicpd is outdated
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 31 14:00:40 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Anton Karpov
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD mercury.ank-pki.ru 5.3-STABLE FreeBSD 5.3-STABLE #0: Fri Nov 19 21:34:12 
MSK 2004 root@mercury.ank-pki.ru:/usr/obj/usr/src/sys/MERCURY i386


>Description:
	Music Play Daemon (audio/musicpd) 0.11.5 was released quite time 
	ago but we still have outdated version in ports
>How-To-Repeat:
>Fix:
	Patch is attached

--- patch.diff begins here ---
diff -ruN musicpd.orig/Makefile musicpd/Makefile
--- musicpd.orig/Makefile	Fri Sep  3 11:53:22 2004
+++ musicpd/Makefile	Fri Dec 31 03:59:12 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	musicpd
-PORTVERSION=	0.11.4
+PORTVERSION=	0.11.5
 CATEGORIES=	audio ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -27,6 +27,7 @@
 		AAC "Support for MP4/AAC Audio" off \
 		MOD "Support for MOD Audio" off \
 		ICONV "Support for international characters" on \
+        ID3TAG "Support for id3v1 tag encoding" off \
 		IPV6 "Support for IPV6" on
 
 .include <bsd.port.pre.mk>
@@ -71,6 +72,10 @@
 CONFIGURE_ARGS+=--disable-iconv
 .else
 USE_ICONV=	yes
+.endif
+
+.ifdef(WITH_ID3TAG)
+CONFIGURE_ARGS+=--enable-mpd-id3tag
 .endif
 
 .ifdef(WITHOUT_IPV6)
diff -ruN musicpd.orig/distinfo musicpd/distinfo
--- musicpd.orig/distinfo	Fri Sep  3 11:53:22 2004
+++ musicpd/distinfo	Fri Dec 31 03:53:07 2004
@@ -1,2 +1,2 @@
-MD5 (mpd-0.11.4.tar.gz) = e38bbb31e07920bac90f5c6f3825aa8e
-SIZE (mpd-0.11.4.tar.gz) = 1120087
+MD5 (mpd-0.11.5.tar.gz) = 1a9a1a9d31f00a43838b3752024f7ebe
+SIZE (mpd-0.11.5.tar.gz) = 1127523
--- patch.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041231135547.18774.qmail>