svn commit: r347638 - head/security/py-pycryptopp
Martin Wilke
miwi at FreeBSD.org
Sun Mar 9 14:44:06 UTC 2014
Author: miwi
Date: Sun Mar 9 14:44:06 2014
New Revision: 347638
URL: http://svnweb.freebsd.org/changeset/ports/347638
QAT: https://qat.redports.org/buildarchive/r347638/
Log:
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Deleted:
head/security/py-pycryptopp/pkg-plist
Modified:
head/security/py-pycryptopp/Makefile
Modified: head/security/py-pycryptopp/Makefile
==============================================================================
--- head/security/py-pycryptopp/Makefile Sun Mar 9 14:43:50 2014 (r347637)
+++ head/security/py-pycryptopp/Makefile Sun Mar 9 14:44:06 2014 (r347638)
@@ -16,10 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_GCC= yes
-USE_PYDISTUTILS=easy_install
-PYEASYINSTALL_ARCHDEP= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
post-extract:
@${REINPLACE_CMD} -e 's#<malloc.h>#<stdlib.h>#g' \
${WRKSRC}/embeddedcryptopp/rijndael.cpp \
More information about the svn-ports-all
mailing list