1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Rename audio/mpc to audio/musicpc to avoid a package name conflict

with math/mpc. [1]

Adjust to new LIB_DEPENDS standard.

Broker a maintainer handover. [2]

Approved by:	portmgr (bapt) [1]
		Mark Reidel <ports@mark.reidel.info> (old maintainer) [2]
		gblach (new maintainer) [2]
This commit is contained in:
Gerald Pfeifer 2013-11-26 14:02:43 +00:00
parent f06302722b
commit b4dbc62588
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334933
6 changed files with 13 additions and 11 deletions

1
MOVED
View File

@ -5264,3 +5264,4 @@ sysutils/rsyslog6-snmp||2013-11-25|Has expired: Use sysutils/rsyslog7
sysutils/rsyslog6-mysql||2013-11-25|Has expired: Use sysutils/rsyslog7
sysutils/rsyslog6-dbi||2013-11-25|Has expired: Use sysutils/rsyslog7
www/trac-gitplugin||2013-11-25|Removed: this plugin has been included in the Trac 1.0 distribution
audio/mpc|audio/musicpc|2013-11-19|Renamed to avoid conflict with math/mpc

View File

@ -496,7 +496,6 @@
SUBDIR += mp3unicode
SUBDIR += mp3val
SUBDIR += mp3wrap
SUBDIR += mpc
SUBDIR += mpdas
SUBDIR += mpdbrowser
SUBDIR += mpdcon
@ -515,6 +514,7 @@
SUBDIR += musica
SUBDIR += musicbox-tag-editor
SUBDIR += musiccontrol
SUBDIR += musicpc
SUBDIR += musicpd
SUBDIR += mythplugin-mythmusic
SUBDIR += napster

View File

@ -1,17 +1,18 @@
# Created by: Mark Reidel <ports@mark.reidle.info>
# $FreeBSD$
PORTNAME= mpc
PORTNAME= musicpc
PORTVERSION= 0.22
CATEGORIES= audio ipv6
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}/
MASTER_SITES= SF/musicpd/mpc/${PORTVERSION}/
DISTNAME= mpc-${PORTVERSION}
MAINTAINER= ports@mark.reidel.info
MAINTAINER= gblach@FreeBSD.org
COMMENT= Command line client for the musicpd
LICENSE= GPLv2
LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient
LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient
OPTIONS_DEFINE= EXAMPLES DOCS ICONV
OPTIONS_DEFAULT= ICONV
@ -23,12 +24,12 @@ GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
MAN1= ${PORTNAME}.1
MAN1= mpc.1
PORTDOCS= AUTHORS README NEWS
PORTEXAMPLES= *
PLIST_FILES= bin/${PORTNAME}
PLIST_FILES= bin/mpc
.include <bsd.port.options.mk>
@ -43,7 +44,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@ -52,9 +53,9 @@ do-install:
.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/mpc-completion.bash ${EXAMPLESDIR}
.endif
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -12,7 +12,7 @@ EXTRACT_ONLY=
MAINTAINER= vvelox@vvelox.net
COMMENT= Loading a M3U file into musicpd
RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/mpc
RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/musicpc
USES= perl5
NO_STAGE= yes