FreeBSD Bugzilla – Attachment 141980 Details for
Bug 188914
[PATCH] graphics/py-editobj: stage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-editobj-0.5.7.patch
py-editobj-0.5.7.patch (text/plain), 2.51 KB, created by
Bartek Rutkowski
on 2014-04-23 13:10:00 UTC
(
hide
)
Description:
py-editobj-0.5.7.patch
Filename:
MIME Type:
Creator:
Bartek Rutkowski
Created:
2014-04-23 13:10:00 UTC
Size:
2.51 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 351925) >+++ Makefile (working copy) >@@ -18,11 +18,8 @@ > WRKSRC= ${WRKDIR}/EditObj-${PORTVERSION} > EXAMPLESDIR= ${PREFIX}/share/examples/py-editobj > >-NO_STAGE= yes > post-install: >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${EXAMPLESDIR} >- ${INSTALL_DATA} ${WRKSRC}/demo/* ${EXAMPLESDIR} >-.endif >+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ ${INSTALL_DATA} ${WRKSRC}/demo/* ${STAGEDIR}${EXAMPLESDIR} > > .include <bsd.port.mk> >Index: pkg-descr >=================================================================== >--- pkg-descr (revision 351925) >+++ pkg-descr (working copy) >@@ -6,4 +6,4 @@ > 3D editor,... It also includes a Python console > (thanks to Ka-Ping Yee). > >-WWW: http://home.gna.org/oomadness/en/editobj/index.html >+WWW: http://home.gna.org/oomadness/en/editobj/index.html >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 351925) >+++ pkg-plist (working copy) >@@ -6,6 +6,7 @@ > %%PYTHON_SITELIBDIR%%/editobj/eventobj.py > %%PYTHON_SITELIBDIR%%/editobj/main.py > %%PYTHON_SITELIBDIR%%/editobj/observe.py >+%%PYTHON_SITELIBDIR%%/editobj/setup.py > %%PYTHON_SITELIBDIR%%/editobj/treewidget.py > %%PYTHON_SITELIBDIR%%/editobj/__init__.pyc > %%PYTHON_SITELIBDIR%%/editobj/cancel.pyc >@@ -15,6 +16,7 @@ > %%PYTHON_SITELIBDIR%%/editobj/eventobj.pyc > %%PYTHON_SITELIBDIR%%/editobj/main.pyc > %%PYTHON_SITELIBDIR%%/editobj/observe.pyc >+%%PYTHON_SITELIBDIR%%/editobj/setup.pyc > %%PYTHON_SITELIBDIR%%/editobj/treewidget.pyc > %%PYTHON_SITELIBDIR%%/editobj/__init__.pyo > %%PYTHON_SITELIBDIR%%/editobj/cancel.pyo >@@ -24,6 +26,7 @@ > %%PYTHON_SITELIBDIR%%/editobj/eventobj.pyo > %%PYTHON_SITELIBDIR%%/editobj/main.pyo > %%PYTHON_SITELIBDIR%%/editobj/observe.pyo >+%%PYTHON_SITELIBDIR%%/editobj/setup.pyo > %%PYTHON_SITELIBDIR%%/editobj/treewidget.pyo > %%PYTHON_SITELIBDIR%%/editobj/icons/folder.pgm > %%PYTHON_SITELIBDIR%%/editobj/icons/minus.pgm >@@ -30,10 +33,10 @@ > %%PYTHON_SITELIBDIR%%/editobj/icons/openfolder.pgm > %%PYTHON_SITELIBDIR%%/editobj/icons/plus.pgm > %%PYTHON_SITELIBDIR%%/editobj/icons/python.pgm >-%%PORTDOCS%%%%EXAMPLESDIR%%/demo.py >-%%PORTDOCS%%%%EXAMPLESDIR%%/test_observe.py >-%%PORTDOCS%%%%EXAMPLESDIR%%/tree_demo.py >-%%PORTDOCS%%%%EXAMPLESDIR%%/tree_demo2.py >-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% >+%%EXAMPLESDIR%%/demo.py >+%%EXAMPLESDIR%%/test_observe.py >+%%EXAMPLESDIR%%/tree_demo.py >+%%EXAMPLESDIR%%/tree_demo2.py >+@dirrm %%EXAMPLESDIR%% > @dirrm %%PYTHON_SITELIBDIR%%/editobj/icons > @dirrm %%PYTHON_SITELIBDIR%%/editobj
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188914
: 141980