FreeBSD Bugzilla – Attachment 160703 Details for
Bug 202888
devel/py-usb: allow concurrent install
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-usb.diff (text/plain), 885 bytes, created by
Max Brazhnikov
on 2015-09-04 08:55:35 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2015-09-04 08:55:35 UTC
Size:
885 bytes
patch
obsolete
>Index: devel/py-usb/Makefile >=================================================================== >--- devel/py-usb/Makefile (revision 395954) >+++ devel/py-usb/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= usb > PORTVERSION= 1.0.0b1 >+PORTREVISION= 1 > CATEGORIES= devel python > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > >@@ -11,7 +12,7 @@ > LICENSE= BSD3CLAUSE > > USES= python >-USE_PYTHON= distutils autoplist >+USE_PYTHON= autoplist concurrent distutils > > USE_GITHUB= yes > GH_ACCOUNT= walac >@@ -18,12 +19,11 @@ > GH_PROJECT= py${PORTNAME} > GH_TAGNAME= 0546cad > >-DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX:C/...$//}-${PORTNAME} > PORTDOCS= *.rst > > OPTIONS_DEFINE= DOCS > >-post-install: >+do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
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 202888
: 160703