Date: Sun, 9 Feb 2014 10:31:37 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343448 - head/audio/py-mpd Message-ID: <201402091031.s19AVbbk059865@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091031.s19AVbbk059865>