Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 May 2014 18:42:28 GMT
From:      Henrik Friedrichsen <hrkfdn@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189814: [MAINTAINER] stagify audio/mpdas
Message-ID:  <201405141842.s4EIgSvi038390@cgiserv.freebsd.org>
Resent-Message-ID: <201405141850.s4EIo0Eo080855@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         189814
>Category:       ports
>Synopsis:       [MAINTAINER] stagify audio/mpdas
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 14 18:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        10.0-STABLE
>Organization:
>Environment:
FreeBSD nevada 10.0-STABLE FreeBSD 10.0-STABLE #0 r265408: Tue May  6 05:15:14 UTC 2014     root@grind.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Stagify mpdas
Update maintainer mail address
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Naur -Naur ../_mpdas/Makefile ./Makefile
--- ../_mpdas/Makefile	2014-05-14 22:19:58.000000000 +0200
+++ ./Makefile	2014-05-14 22:38:20.000000000 +0200
@@ -7,28 +7,26 @@
 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
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/mpdas ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/mpdas.1 ${STAGEDIR}${PREFIX}/man/man1
 
 post-install:
 	@${ECHO_MSG}


>Release-Note:
>Audit-Trail:
>Unformatted:



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