FreeBSD Bugzilla – Attachment 169569 Details for
Bug 205669
devel/libsearpc: Revision
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libsearpc.diff
libsearpc.diff (text/plain), 1.25 KB, created by
Ultima
on 2016-04-22 17:33:14 UTC
(
hide
)
Description:
libsearpc.diff
Filename:
MIME Type:
Creator:
Ultima
Created:
2016-04-22 17:33:14 UTC
Size:
1.25 KB
patch
obsolete
>Index: devel/libsearpc/Makefile >=================================================================== >--- devel/libsearpc/Makefile (revision 413771) >+++ devel/libsearpc/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= libsearpc > PORTVERSION= 3.0.7 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= ultima1252@gmail.com >@@ -28,11 +29,11 @@ > SEAFILE_SERVER= ${HAIWENDIR}/seafile-server > SEALIB= ${SEAFILE_SERVER}/seafile/lib > >-SEAFILE_USERNAME?= www >-SEAFILE_GROUPNAME?= ${SEAFILE_USERNAME} >+USERS= seafile >+GROUPS= ${USERS} > >-PLIST_SUB= SEAFILE_USERNAME=${SEAFILE_USERNAME} \ >- SEAFILE_GROUPNAME=${SEAFILE_GROUPNAME} \ >+PLIST_SUB= USERS=${USERS} \ >+ GROUPS=${GROUPS} \ > SEAFILE_SERVER=${SEAFILE_SERVER} \ > HAIWENDIR=${HAIWENDIR} > >Index: devel/libsearpc/pkg-plist >=================================================================== >--- devel/libsearpc/pkg-plist (revision 413771) >+++ devel/libsearpc/pkg-plist (working copy) >@@ -20,4 +20,4 @@ > %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.py > %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyc > %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/pysearpc/server.pyo >-@dir(%%SEAFILE_USERNAME%%,%%SEAFILE_GROUPNAME%%,755) %%HAIWENDIR%% >+@dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%
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 205669
:
164773
|
164804
|
169569
|
169644