- Staging http://poudriere.ithil.palantiri.org:8080/latest-per-pkg/py27-kqueue/1.4_2/ Port maintainer (ports2@dclg.ca) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Maintainer of devel/py-kqueue, Please note that PR ports/188506 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188506 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Author: swills Date: Tue Apr 15 01:28:15 2014 New Revision: 351299 URL: http://svnweb.freebsd.org/changeset/ports/351299 QAT: https://qat.redports.org/buildarchive/r351299/ Log: - Stage PR: ports/188506 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket) Modified: head/devel/py-kqueue/Makefile Modified: head/devel/py-kqueue/Makefile ============================================================================== --- head/devel/py-kqueue/Makefile Tue Apr 15 01:24:11 2014 (r351298) +++ head/devel/py-kqueue/Makefile Tue Apr 15 01:28:15 2014 (r351299) @@ -19,7 +19,6 @@ FILES= kqsyscallmodule.so KQueue.py KQ PLIST_FILES= ${FILES:S+^+%%PYTHON_SITELIBDIR%%/+g} MAKE_ENV= MAINCC=${CC} -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: @@ -37,9 +36,9 @@ post-build: ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC} do-install: - ${MKDIR} ${PYTHON_SITELIBDIR} - ${INSTALL_DATA} ${WRKSRC}/kqsyscallmodule.so ${PYTHON_SITELIBDIR}/ - ${INSTALL_DATA} ${WRKSRC}/KQueue.py ${PYTHON_SITELIBDIR}/ - ${INSTALL_DATA} ${WRKSRC}/KQueue.pyc ${PYTHON_SITELIBDIR}/ + ${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR} + ${INSTALL_DATA} ${WRKSRC}/kqsyscallmodule.so ${STAGEDIR}${PYTHON_SITELIBDIR}/ + ${INSTALL_DATA} ${WRKSRC}/KQueue.py ${STAGEDIR}${PYTHON_SITELIBDIR}/ + ${INSTALL_DATA} ${WRKSRC}/KQueue.pyc ${STAGEDIR}${PYTHON_SITELIBDIR}/ .include <bsd.port.post.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!