svn commit: r343448 - head/audio/py-mpd

Martin Wilke miwi at FreeBSD.org
Sun Feb 9 10:31:38 UTC 2014


Author: miwi
Date: Sun Feb  9 10:31:37 2014
New Revision: 343448
URL: http://svnweb.freebsd.org/changeset/ports/343448
QAT: https://qat.redports.org/buildarchive/r343448/

Log:
  - Stage support
  - Bump PORTREVISION
  - Convert to AUTOPLIST

Deleted:
  head/audio/py-mpd/pkg-plist
Modified:
  head/audio/py-mpd/Makefile

Modified: head/audio/py-mpd/Makefile
==============================================================================
--- head/audio/py-mpd/Makefile	Sun Feb  9 10:31:35 2014	(r343447)
+++ head/audio/py-mpd/Makefile	Sun Feb  9 10:31:37 2014	(r343448)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mpd
 PORTVERSION=	0.3.0
-#PORTREVISION=	0
+PORTREVISION=	1
 #PORTEPOCH=	0
 CATEGORIES=	audio python
 MASTER_SITES=	CHEESESHOP
@@ -14,18 +14,8 @@ MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	Python MPD client library
 
 USE_PYTHON=	yes
-NO_STAGE=	yes
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	python_mpd
+PYDISTUTILS_AUTOPLIST=	yes
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-
-post-install:
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/commands.txt ${DOCSDIR}/
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list