FreeBSD Bugzilla – Attachment 188478 Details for
Bug 224042
textproc/py-docutils: symlinks broken for non default flavored package
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
pdct.diff (text/plain), 604 bytes, created by
Antoine Brodin
on 2017-12-02 21:28:14 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2017-12-02 21:28:14 UTC
Size:
604 bytes
patch
obsolete
>Index: textproc/py-docutils/Makefile >=================================================================== >--- textproc/py-docutils/Makefile (revision 455378) >+++ textproc/py-docutils/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= docutils > PORTVERSION= 0.14 >+PORTREVISION= 1 > CATEGORIES= textproc python > MASTER_SITES= CHEESESHOP > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >@@ -28,7 +29,7 @@ > > post-install: > .for script in ${SCRIPTS} >- ${LN} -s ${script}.py ${STAGEDIR}${PREFIX}/bin/${script} >+ ${LN} -s ${script}.py-${PYTHON_VER} ${STAGEDIR}${PREFIX}/bin/${script} > .endfor > > .include <bsd.port.mk>
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 224042
:
188477
| 188478