FreeBSD Bugzilla – Attachment 173372 Details for
Bug 211636
[UPDATE] www/seahub: Small revision fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
seahub.diff
seahub.diff (text/plain), 1.16 KB, created by
Ultima
on 2016-08-07 01:13:02 UTC
(
hide
)
Description:
seahub.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2016-08-07 01:13:02 UTC
Size:
1.16 KB
patch
obsolete
>Index: www/seahub/Makefile >=================================================================== >--- www/seahub/Makefile (revision 419531) >+++ www/seahub/Makefile (working copy) >@@ -4,6 +4,7 @@ > PORTVERSION= 5.1.10 > DISTVERSIONPREFIX= v > DISTVERSIONSUFFIX= -pro >+PORTREVISION= 1 > CATEGORIES= www > > MAINTAINER= ultima1252@gmail.com >@@ -60,6 +61,7 @@ > SEAHUBDIR= ${SEAFILE_SERVER}/seahub > SEALIB= ${SEAFILE_SERVER}/seafile/lib > SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart >+SEAFILE_VER= `${CAT} ${.CURDIR}/../../net-mgmt/seafile/Makefile | ${GREP} -Eom1 '[0-9]+\.[0-9]+\.[0-9]+'` > SEAHUB_DATA_DIR= ${HAIWENDIR}/seahub-data > > USERS= seafile >@@ -85,7 +87,7 @@ > echo "${WRKSRC}..." > @${MKDIR} ${WRKSRC}/runtime > ${CP} ${FILESDIR}/runtime_seahub.conf ${WRKSRC}/runtime/seahub.conf >- ${REINPLACE_CMD} -e "s|SEAFILE_VERSION = '[0-9].[0-9].[0-9]'|SEAFILE_VERSION = '${PORTVERSION}'|" \ >+ ${REINPLACE_CMD} -Ee "s|SEAFILE_VERSION = '[0-9]+\.[0-9]+\.[0-9]+'|SEAFILE_VERSION = '${SEAFILE_VER}'|" \ > ${WRKSRC}/seahub/settings.py > ${REINPLACE_CMD} -e 's|##FIX_WWWDIR##|${PREFIX}/${HAIWENDIR}|' ${WRKSRC}/*.template > ${REINPLACE_CMD} -e 's|##FIX_SEALIB##|${PREFIX}/${SEALIB}|' ${WRKSRC}/*.template
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
Flags:
Ultima1252
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 211636
: 173372