Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 05:53:35 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334145 - head/audio/scmpc
Message-ID:  <201311180553.rAI5rZ7o045271@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Nov 18 05:53:34 2013
New Revision: 334145
URL: http://svnweb.freebsd.org/changeset/ports/334145

Log:
  - 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

Modified:
  head/audio/scmpc/Makefile
  head/audio/scmpc/distinfo
  head/audio/scmpc/pkg-descr

Modified: head/audio/scmpc/Makefile
==============================================================================
--- head/audio/scmpc/Makefile	Mon Nov 18 04:54:54 2013	(r334144)
+++ head/audio/scmpc/Makefile	Mon Nov 18 05:53:34 2013	(r334145)
@@ -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>

Modified: head/audio/scmpc/distinfo
==============================================================================
--- head/audio/scmpc/distinfo	Mon Nov 18 04:54:54 2013	(r334144)
+++ head/audio/scmpc/distinfo	Mon Nov 18 05:53:34 2013	(r334145)
@@ -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

Modified: head/audio/scmpc/pkg-descr
==============================================================================
--- head/audio/scmpc/pkg-descr	Mon Nov 18 04:54:54 2013	(r334144)
+++ head/audio/scmpc/pkg-descr	Mon Nov 18 05:53:34 2013	(r334145)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311180553.rAI5rZ7o045271>