ports/68069: [MAINTAINER] audio/musicpd: update to 0.11.0

Mark Daniel Reidel ports at mark.reidel.info
Fri Jun 18 06:41:51 UTC 2004


>Number:         68069
>Category:       ports
>Synopsis:       [MAINTAINER] audio/musicpd: update to 0.11.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 18 06:40:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mark Daniel Reidel
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD alu.reidel.info 5.2-CURRENT FreeBSD 5.2-CURRENT #11: Thu Jun 10 23:59:27 CEST 2004
>Description:
- Update to 0.11.0
- New features:
  + Support for MOD files
  + Support for playing MP3/OGG streams
  + Non-blocking update

>How-To-Repeat:
>Fix:

--- musicpd-0.11.0.patch begins here ---
diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/Makefile /usr/ports/audio/musicpd/Makefile
--- /tmp/portbk/audio/musicpd/Makefile	Thu Jun 17 08:16:11 2004
+++ /usr/ports/audio/musicpd/Makefile	Fri Jun 18 08:29:46 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	musicpd
-PORTVERSION=	0.10.3
+PORTVERSION=	0.11.0
 CATEGORIES=	audio ipv6
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -25,6 +25,7 @@
 		VORBIS "Support for OGG Vorbis Audio" on \
 		WAV "Support for WAV Audio" on \
 		AAC "Support for MP4/AAC Audio" off \
+		MOD "Support for MOD Audio" off \
 		ICONV "Support for international characters" on \
 		IPV6 "Support for IPV6" on
 
@@ -36,10 +37,6 @@
 USE_RC_SUBR=	yes
 .endif
 
-#.if ${OSVERSION} < 500000
-#EXTRA_PATCHES+=	${PATCHDIR}/src-mp4ff::mp4ff_int_types.h.patch
-#.endif
-
 .ifdef(WITHOUT_FLAC)
 CONFIGURE_ARGS+=--disable-flac
 .else
@@ -64,6 +61,12 @@
 CONFIGURE_ARGS+=--disable-aac
 .endif
 
+.ifdef(WITH_MOD)
+LIB_DEPENDS+=	mikmod.2:${PORTSDIR}/audio/libmikmod
+.else
+CONFIGURE_ARGS+=--disable-mod
+.endif
+
 .ifdef(WITHOUT_ICONV)
 CONFIGURE_ARGS+=--disable-iconv
 .else
@@ -104,16 +107,5 @@
 	@cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/
 .endif
 	@${CAT} ${PKGMESSAGE}
-
-post-install:
-	@${ECHO_CMD}
-	@${ECHO_CMD} -- IMPORTANT NOTICE ----------------------------------
-	@${ECHO_CMD} If you upgraded from a pre-0.10.0 release, you have to
-	@${ECHO_CMD} rebuild your index now by running
-	@${ECHO_CMD} ${PREFIX}/etc/rc.d/musicpd.sh stop
-	@${ECHO_CMD} ${PREFIX}/bin/mpd --create-db ${PREFIX}/etc/mpd.conf
-	@${ECHO_CMD} ${PREFIX}/etc/rc.d/musicpd.sh start
-	@${ECHO_CMD} ------------------------------------------------------
-	@${ECHO_CMD}
 
 .include <bsd.port.post.mk>
diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/distinfo /usr/ports/audio/musicpd/distinfo
--- /tmp/portbk/audio/musicpd/distinfo	Thu Jun 17 08:16:11 2004
+++ /usr/ports/audio/musicpd/distinfo	Fri Jun 18 08:04:53 2004
@@ -1,2 +1,2 @@
-MD5 (mpd-0.10.3.tar.gz) = cd16e7cba47ca743106ab10bbcf1f41d
-SIZE (mpd-0.10.3.tar.gz) = 815429
+MD5 (mpd-0.11.0.tar.gz) = 7ee41a7699e46ab596c7df5619689469
+SIZE (mpd-0.11.0.tar.gz) = 1114000
diff -ruN --exclude=CVS /tmp/portbk/audio/musicpd/pkg-message /usr/ports/audio/musicpd/pkg-message
--- /tmp/portbk/audio/musicpd/pkg-message	Thu Jun 17 08:16:11 2004
+++ /usr/ports/audio/musicpd/pkg-message	Fri Jun 18 08:29:13 2004
@@ -14,7 +14,7 @@
 
 NOTE: The musicpd server is pretty useless without a
       client. You might want to install one of the following
-      ports, too: traymp, mpc or kmp.
+      ports, too: mpc, glurp, gmpc or kmp
 
 ************************************************************
 
--- musicpd-0.11.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list