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

- Update to 0.15.15

- Add LICENSE variable in Makefile

PR:		ports/152426
Submitted by:	Chris Rees <utisoft@gmail.com> (maintainer)
This commit is contained in:
Nicola Vitale 2010-11-21 16:06:14 +00:00
parent 6247722b47
commit 04d0a9e90b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264874
2 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: Music Player Daemon
# New ports collection Makefile for: Music Player Daemon
# Date created: Thu Oct 02 2003
# Whom: Mark Reidel <ports@mark.reidel.info>
#
@ -6,8 +6,7 @@
#
PORTNAME= musicpd
PORTVERSION= 0.15.12
PORTREVISION= 1
PORTVERSION= 0.15.15
CATEGORIES= audio ipv6
MASTER_SITES= SF/${PORTNAME}/mpd/${PORTVERSION}
DISTNAME= mpd-${PORTVERSION}
@ -18,6 +17,8 @@ COMMENT= A remote-controllable music daemon
LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad \
curl.6:${PORTSDIR}/ftp/curl
LICENSE= GPLv2
USE_GMAKE= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
@ -62,7 +63,7 @@ OPTIONS= ID3TAG "Support ID3 v1/v2 tags" on \
MPDDIR= var/mpd
MPDUSER= mpd
MPDGROUP= mpd
MPDCONF= mpd.conf
MPDCONF?= mpd.conf
USERS= ${MPDUSER}
GROUPS= ${MPDGROUP}
@ -232,7 +233,8 @@ post-patch:
post-install:
@${INSTALL_DATA} ${WRKSRC}/doc/mpdconf.example ${PREFIX}/etc/${MPDCONF}.sample
@if [ ! -f ${PREFIX}/etc/${MPDCONF} ]; then \
${CP} -p ${PREFIX}/etc/${MPDCONF}.sample ${PREFIX}/etc/${MPDCONF} ; \
${CP} -p ${PREFIX}/etc/${MPDCONF}.sample \
${PREFIX}/etc/${MPDCONF} ; \
fi
@${MKDIR} ${PREFIX}/${MPDDIR}
@${CHOWN} -R ${MPDUSER}:${MPDGROUP} ${PREFIX}/${MPDDIR}

View File

@ -1,3 +1,2 @@
MD5 (mpd-0.15.12.tar.bz2) = b00b289a20ecd9accfd4972d6395135c
SHA256 (mpd-0.15.12.tar.bz2) = 0a9ff27d265b3ca2892bf56f2b01acffc657a81833e83dabbec9b7a4be80b3b3
SIZE (mpd-0.15.12.tar.bz2) = 391039
SHA256 (mpd-0.15.15.tar.bz2) = db6dc242722e3178bcbff6b67ced8caccbb8dcddf867b8ab6bab42d6e55982ab
SIZE (mpd-0.15.15.tar.bz2) = 391688