diff options
author | danfe <danfe@FreeBSD.org> | 2013-11-18 13:53:34 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-11-18 13:53:34 +0800 |
commit | 88e711a73058beb91d2af718ce9287c1bf5d5e0e (patch) | |
tree | 0143d7f8ae4132641f96163edad26aa55291b566 /audio/scmpc | |
parent | 3f939da61a1e25247b53f53df2fadea71e067991 (diff) | |
download | freebsd-ports-gnome-88e711a73058beb91d2af718ce9287c1bf5d5e0e.tar.gz freebsd-ports-gnome-88e711a73058beb91d2af718ce9287c1bf5d5e0e.tar.zst freebsd-ports-gnome-88e711a73058beb91d2af718ce9287c1bf5d5e0e.zip |
- Update to version 0.4.1 and stagify
- Modernize LIB_DEPENDS syntax
- Drop article from COMMENT line
- s/MPD/MusicPD/, update WWW: link
Submitted by: maintainer
Diffstat (limited to 'audio/scmpc')
-rw-r--r-- | audio/scmpc/Makefile | 26 | ||||
-rw-r--r-- | audio/scmpc/distinfo | 4 | ||||
-rw-r--r-- | audio/scmpc/pkg-descr | 8 |
3 files changed, 16 insertions, 22 deletions
diff --git a/audio/scmpc/Makefile b/audio/scmpc/Makefile index 52e8ebf759e1..7f5f4eb50e79 100644 --- a/audio/scmpc/Makefile +++ b/audio/scmpc/Makefile @@ -2,35 +2,29 @@ # $FreeBSD$ PORTNAME= scmpc -PORTVERSION= 0.3.1 -PORTREVISION= 1 +PORTVERSION= 0.4.1 CATEGORIES= audio -MASTER_SITES= http://cloud.github.com/downloads/cmende/${PORTNAME}/ +MASTER_SITES= http://cdn.bitbucket.org/cmende/${PORTNAME}/downloads/ MAINTAINER= legioner.r@gmail.com -COMMENT= An Audioscrobbler client for MPD +COMMENT= Audioscrobbler client for MusicPD LICENSE= GPLv2 -LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libmpdclient.so:${PORTSDIR}/audio/libmpdclient USES= gmake pkgconfig -NO_STAGE= yes USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 -MAN1= scmpc.1 -PLIST_FILES= bin/scmpc -PORTDOCS= NEWS README scmpc.conf.example - -.include <bsd.port.options.mk> +PLIST_FILES= bin/scmpc man/man1/scmpc.1.gz +PORTDOCS= NEWS README.md scmpc.conf.example post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/audio/scmpc/distinfo b/audio/scmpc/distinfo index 22466b3d50ee..c6af06f5a606 100644 --- a/audio/scmpc/distinfo +++ b/audio/scmpc/distinfo @@ -1,2 +1,2 @@ -SHA256 (scmpc-0.3.1.tar.bz2) = a7c171686ffe5dd15fd38f8fdcaf3d162076e02900557ec1eb96b59f16b1f557 -SIZE (scmpc-0.3.1.tar.bz2) = 89287 +SHA256 (scmpc-0.4.1.tar.bz2) = f89958dc0449f1dfbcbe81b453986812196dc86200153ac700cf606297c3fde3 +SIZE (scmpc-0.4.1.tar.bz2) = 88288 diff --git a/audio/scmpc/pkg-descr b/audio/scmpc/pkg-descr index a401e6350047..6a179266e477 100644 --- a/audio/scmpc/pkg-descr +++ b/audio/scmpc/pkg-descr @@ -1,13 +1,13 @@ -scmpc is a client for MPD which submits your tracks to Audioscrobbler. +scmpc is a client for MusicPD which submits your tracks to Audioscrobbler. Features include: * Can be run as a daemon, either as a user or as root * Keeps unsubmitted songs in a queue which is saved to a file at a configurable interval - * Will try to reconnect to MPD and Audioscrobbler if the network + * Will try to reconnect to MusicPD and Audioscrobbler if the network connection fails - * Works with a password-protected MPD server + * Works with a password-protected MusicPD server * Can connect to Audioscrobbler through a proxy * Works when crossfading is enabled -WWW: http://scmpc.berlios.de/ +WWW: http://cmende.github.io/scmpc/ |