svn commit: r358786 - head/science/psychopy
Marcus von Appen
mva at FreeBSD.org
Sun Jun 22 10:55:51 UTC 2014
Author: mva
Date: Sun Jun 22 10:55:50 2014
New Revision: 358786
URL: http://svnweb.freebsd.org/changeset/ports/358786
QAT: https://qat.redports.org/buildarchive/r358786/
Log:
- Enable stagedir support
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit)
Deleted:
head/science/psychopy/pkg-plist
Modified:
head/science/psychopy/Makefile
Modified: head/science/psychopy/Makefile
==============================================================================
--- head/science/psychopy/Makefile Sun Jun 22 10:49:16 2014 (r358785)
+++ head/science/psychopy/Makefile Sun Jun 22 10:55:50 2014 (r358786)
@@ -3,7 +3,7 @@
PORTNAME= psychopy
PORTVERSION= 1.77.00
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= PsychoPy-${PORTVERSION}
@@ -21,8 +21,12 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= zip
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= PsychoPy
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
+
+# needed to avoid polluting /root, since psychopy
+# tries to create some configuration files on import
+# through distutils
+MAKE_ENV+= HOME=/dev/null
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list