svn commit: r344940 - head/security/py-yara

Antoine Brodin antoine at FreeBSD.org
Tue Feb 18 18:49:31 UTC 2014


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
 


More information about the svn-ports-all mailing list