Date: Tue, 18 Feb 2014 18:49:31 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344940 - head/security/py-yara Message-ID: <201402181849.s1IInV20091182@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Feb 18 18:49:30 2014 New Revision: 344940 URL: http://svnweb.freebsd.org/changeset/ports/344940 QAT: https://qat.redports.org/buildarchive/r344940/ Log: - Stage support - New LIB_DEPENDS syntax - Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST Modified: head/security/py-yara/Makefile Modified: head/security/py-yara/Makefile ============================================================================== --- head/security/py-yara/Makefile Tue Feb 18 18:45:40 2014 (r344939) +++ head/security/py-yara/Makefile Tue Feb 18 18:49:30 2014 (r344940) @@ -13,18 +13,15 @@ GH_ACCOUNT= plusvic GH_TAGNAME= v2.0.0 GH_COMMIT= d5dbefb -LIB_DEPENDS= yara:${PORTSDIR}/security/yara +LIB_DEPENDS= libyara.so:${PORTSDIR}/security/yara USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_EGGINFO= yara_python-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info BUILD_WRKSRC= ${WRKSRC}/yara-python INSTALL_WRKSRC= ${WRKSRC}/yara-python -NO_STAGE= yes - post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${BUILD_WRKSRC}/setup.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181849.s1IInV20091182>