1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 0.18

PR:		137527
Submitted by:	Ports Fury
This commit is contained in:
Martin Wilke 2009-08-08 06:24:31 +00:00
parent 8bcef248f6
commit 28524ae335
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239137
2 changed files with 24 additions and 14 deletions

View File

@ -6,15 +6,14 @@
#
PORTNAME= mpdscribble
PORTVERSION= 0.17
PORTREVISION= 1
PORTVERSION= 0.18
CATEGORIES= audio
MASTER_SITES= SF/musicpd
MAINTAINER= ports@FreeBSD.org
COMMENT= Musicpd last.fm client
LIB_DEPENDS= soup:${PORTSDIR}/devel/libsoup
OPTIONS= SOUP "Use libsoup for HTTP client library" off
USE_BZIP2= yes
USE_GNOME= glib20 pkgconfig
@ -23,17 +22,28 @@ MAN1= mpdscribble.1
USE_RC_SUBR= mpdscribble
.include <bsd.port.pre.mk>
.if defined(WITH_SOUP)
LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup
CONFIGURE_ARGS+= --with-http-client=soup
.else
LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --with-http-client=curl
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${PREFIX}/bin/mpdscribble
${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${MANPREFIX}/man/man1/mpdscribble.1
${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/etc/mpdscribble.conf.sample
.if !exists(${PREFIX}/etc/mpdscribble.conf)
@(cd ${PREFIX}/etc && ${CP} mpdscribble.conf.sample mpdscribble.conf)
.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in README AUTHORS NEWS
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.for file in AUTHORS NEWS README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
@[ -f ${PREFIX}/etc/mpdscribble.conf ] || \
${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/etc/mpdscribble.conf
@${INSTALL_DATA} ${WRKSRC}/doc/mpdscribble.conf ${PREFIX}/etc/mpdscribble.conf.sample
@${INSTALL_PROGRAM} ${WRKSRC}/src/mpdscribble ${PREFIX}/bin/mpdscribble
@${INSTALL_MAN} ${WRKSRC}/doc/mpdscribble.1 ${PREFIX}/man/man1/mpdscribble.1
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (mpdscribble-0.17.tar.bz2) = af8e565c8b5c0e8e5363bca35df0438a
SHA256 (mpdscribble-0.17.tar.bz2) = 228a66b7544228cabef9df4cbc44f9704c26e1f4a3ed7792f81abbf6366fd416
SIZE (mpdscribble-0.17.tar.bz2) = 124652
MD5 (mpdscribble-0.18.tar.bz2) = 688d4df2a7ab7de4f4605a1a8b804de9
SHA256 (mpdscribble-0.18.tar.bz2) = 030727cbe149c3129b0b12d745830ce37f678fda247ddbcc093e34c1954bf508
SIZE (mpdscribble-0.18.tar.bz2) = 126355