FreeBSD Bugzilla – Attachment 142922 Details for
Bug 190026
[patch] Add staging support to www/cmsmadesimple
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.52 KB, created by
joe
on 2014-05-20 19:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
joe
Created:
2014-05-20 19:20:00 UTC
Size:
1.52 KB
patch
obsolete
>diff --git a/www/cmsmadesimple/Makefile b/www/cmsmadesimple/Makefile >index 14e61c2..7c2a519 100644 >--- a/www/cmsmadesimple/Makefile >+++ b/www/cmsmadesimple/Makefile >@@ -25,23 +25,22 @@ CMS_FILES= favicon_cms.ico fileloc.php include.php \ > WRITABLE_DIRS= tmp tmp/templates_c tmp/cache \ > uploads uploads/images modules > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > post-extract: > @cd ${WRKSRC} && ${RM} -f config.php > > do-install: > .for i in ${CMS_DIRS} >- @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${WWWDIR} >+ @cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${WWWDIR} > .endfor > .for i in ${CMS_FILES} >- @cd ${WRKSRC} && ${CP} ${i} ${WWWDIR}/${i} >+ @cd ${WRKSRC} && ${CP} ${i} ${STAGEDIR}${WWWDIR}/${i} > .endfor >- @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} >- @${CHMOD} -R 755 ${WWWDIR} >+ @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} >+ @${CHMOD} -R 755 ${STAGEDIR}${WWWDIR} > >- @if [ ! -f ${WWWDIR}/config.php ]; then \ >- ${TOUCH} ${WWWDIR}/config.php ; fi >+ @if [ ! -f ${STAGEDIR}${WWWDIR}/config.php ]; then \ >+ ${TOUCH} ${STAGEDIR}${WWWDIR}/config.php ; fi > > post-install: > @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ >@@ -50,12 +49,12 @@ post-install: > >> ${TMPPLIST} > > .for i in ${WRITABLE_DIRS} >- @${CHMOD} 775 ${WWWDIR}/${i} >+ @${CHMOD} 775 ${STAGEDIR}${WWWDIR}/${i} > @${ECHO_CMD} '@exec ${CHMOD} 775 ${WWWDIR}/${i}' \ > >> ${TMPPLIST} > .endfor > >- @${CHMOD} 666 ${WWWDIR}/config.php >+ @${CHMOD} 666 ${STAGEDIR}${WWWDIR}/config.php > @${ECHO_CMD} '@exec ${CHMOD} 666 ${WWWDIR}/config.php' \ > >> ${TMPPLIST}
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 190026
: 142922