| Summary: | [PATCH] graphics/py-rabbyt: stage | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Bartek Rutkowski <robak> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | amdmi3 | ||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Bartek Rutkowski
2014-04-24 12:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188950 Date: Thu, 24 Apr 2014 17:16:56 +0400 > Aren't you by the chance interested in maintainership of this port?
No, thank you. I am just working on staging python ports at the moment.
Kind regards,
Bartek Rutkowski
State Changed From-To: open->closed Committed. Thanks! Author: amdmi3 Date: Thu Apr 24 14:17:23 2014 New Revision: 352005 URL: http://svnweb.freebsd.org/changeset/ports/352005 QAT: https://qat.redports.org/buildarchive/r352005/ Log: - Stage - Drop easy_install - Use auto plist - Pet portlint PR: 188950 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Modified: head/graphics/py-rabbyt/Makefile Modified: head/graphics/py-rabbyt/Makefile ============================================================================== --- head/graphics/py-rabbyt/Makefile Thu Apr 24 14:00:29 2014 (r352004) +++ head/graphics/py-rabbyt/Makefile Thu Apr 24 14:17:23 2014 (r352005) @@ -10,15 +10,13 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Rabbyt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org -COMMENT= A fast sprite library for Python +COMMENT= Fast sprite library for Python USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Rabbyt -PYEASYINSTALL_ARCHDEP= yes +PYDISTUTILS_ARCHDEP= yes USE_GL= gl glu -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include <bsd.port.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" |