From owner-svn-ports-head@FreeBSD.ORG Wed May 14 21:40:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B7C1FF3; Wed, 14 May 2014 21:40:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 388442D83; Wed, 14 May 2014 21:40:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4ELeGrd069190; Wed, 14 May 2014 21:40:16 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4ELeGTn069189; Wed, 14 May 2014 21:40:16 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201405142140.s4ELeGTn069189@svn.freebsd.org> From: Guido Falsi Date: Wed, 14 May 2014 21:40:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354089 - head/audio/mpdas X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 21:40:16 -0000 Author: madpilot Date: Wed May 14 21:40:15 2014 New Revision: 354089 URL: http://svnweb.freebsd.org/changeset/ports/354089 QAT: https://qat.redports.org/buildarchive/r354089/ Log: - Convert to staging - Update maintainer email (verified via private mail) - Convert to USES tar PR: ports/189814 Submitted by: Henrik Friedrichsen (maintainer) Modified: head/audio/mpdas/Makefile Modified: head/audio/mpdas/Makefile ============================================================================== --- head/audio/mpdas/Makefile Wed May 14 21:37:18 2014 (r354088) +++ head/audio/mpdas/Makefile Wed May 14 21:40:15 2014 (r354089) @@ -3,36 +3,27 @@ PORTNAME= mpdas PORTVERSION= 0.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= http://50hz.ws/mpdas/ -MAINTAINER= hrkfdn@gmail.com +MAINTAINER= henrik@affekt.org COMMENT= MPD AudioScrobbler written in C++ supporting the latest protocol LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ libmpd.so:${PORTSDIR}/audio/libmpd -USES= pkgconfig -NO_STAGE= yes -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_RC_SUBR= mpdas SUB_FILES= pkg-message -PLIST_FILES= bin/mpdas +PLIST_FILES= bin/mpdas \ + man/man1/mpdas.1.gz -MAN1= mpdas.1 -MANCOMPRESSED= no - -post-patch: - @${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#g; \ - s#MANPREFIX#MAN_PREFIX#g' ${WRKSRC}/Makefile - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${PREFIX}/man/man1 .include