FreeBSD Bugzilla – Attachment 157710 Details for
Bug 200840
www/redmine: fix bsd.redmine.mk plist generation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
bsd.redmine.mk patch
bsd.redmine.mk_plist.diff (text/plain), 644 bytes, created by
Serhii (Sergey) Kozlov
on 2015-06-13 17:24:01 UTC
(
hide
)
Description:
bsd.redmine.mk patch
Filename:
MIME Type:
Creator:
Serhii (Sergey) Kozlov
Created:
2015-06-13 17:24:01 UTC
Size:
644 bytes
patch
obsolete
>Index: bsd.redmine.mk >=================================================================== >--- bsd.redmine.mk (revision 389291) >+++ bsd.redmine.mk (working copy) >@@ -68,7 +68,7 @@ > redmine-plugin-plist: > .if defined(_GEN_PLIST) > cd ${WRKSRC} && ${FIND} . -type f | ${GREP} -v '\.orig$$' | ${SED} -e's|^\.|${WWWDIR_REL}/plugins/${REDMINE_PLUGIN_NAME}|' >> ${PLIST} >- cd ${WRKSRC} && ${FIND} -d . -type d | ${SED} -e's|^\.|@dirrm ${WWWDIR_REL}/plugins/${REDMINE_PLUGIN_NAME}|' >> ${PLIST} >+ cd ${WRKSRC} && ${FIND} -d . -type d -empty | ${SED} -e's|^\.|@dir ${WWWDIR_REL}/plugins/${REDMINE_PLUGIN_NAME}|' >> ${PLIST} > .else > @${DO_NADA} > .endif
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 200840
: 157710 |
157711