svn commit: r358448 - head/www/gaeo
Marcus von Appen
mva at FreeBSD.org
Thu Jun 19 18:13:25 UTC 2014
Author: mva
Date: Thu Jun 19 18:13:25 2014
New Revision: 358448
URL: http://svnweb.freebsd.org/changeset/ports/358448
QAT: https://qat.redports.org/buildarchive/r358448/
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/www/gaeo/pkg-plist
Modified:
head/www/gaeo/Makefile
Modified: head/www/gaeo/Makefile
==============================================================================
--- head/www/gaeo/Makefile Thu Jun 19 18:08:13 2014 (r358447)
+++ head/www/gaeo/Makefile Thu Jun 19 18:13:25 2014 (r358448)
@@ -3,6 +3,7 @@
PORTNAME= gaeo
PORTVERSION= 0.3
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
@@ -16,18 +17,14 @@ RUN_DEPENDS= google-appengine>=1.1.0:${P
PROJECTHOST= google-app-engine-oil
USES= zip
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-
-GAEOHOME= ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
PORTDOCS= LICENSE NOTICE README.TXT CHANGELOG
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list