svn commit: r354089 - head/audio/mpdas

Guido Falsi madpilot at FreeBSD.org
Wed May 14 21:40:16 UTC 2014


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 <hrkfdn at gmail.com> (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 at gmail.com
+MAINTAINER=	henrik at 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 <bsd.port.mk>


More information about the svn-ports-all mailing list