Date: Wed, 19 Mar 2014 13:08:10 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348618 - head/audio/sonice Message-ID: <201403191308.s2JD8AdT041701@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Wed Mar 19 13:08:09 2014 New Revision: 348618 URL: http://svnweb.freebsd.org/changeset/ports/348618 QAT: https://qat.redports.org/buildarchive/r348618/ Log: - Switch to path independent RUN_DEPENDS - Staging support Modified: head/audio/sonice/Makefile Modified: head/audio/sonice/Makefile ============================================================================== --- head/audio/sonice/Makefile Wed Mar 19 12:36:57 2014 (r348617) +++ head/audio/sonice/Makefile Wed Mar 19 13:08:09 2014 (r348618) @@ -13,15 +13,15 @@ COMMENT= Sonice eases reencoding of .ogg RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools \ flac:${PORTSDIR}/audio/flac \ vorbisgain:${PORTSDIR}/audio/vorbisgain \ - ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml -NO_STAGE= yes USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes WRKSRC= ${WRKDIR}/sonice -post-install: - @${MV} ${PREFIX}/bin/sonice.py ${PREFIX}/bin/sonice +post-patch: + @${MV} ${WRKSRC}/bin/sonice.py ${WRKSRC}/bin/sonice + @${REINPLACE_CMD} '/binify/ s|\.py||' ${WRKSRC}/setup.py .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403191308.s2JD8AdT041701>