FreeBSD Bugzilla – Attachment 214883 Details for
Bug 246383
[new port] www/hs-postgrest: PostgREST create a REST API to an existing Postgres database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
without-custom-install.diff
hs-postgrest.diff (text/plain), 2.21 KB, created by
Dmitry Wagin
on 2020-05-26 16:56:41 UTC
(
hide
)
Description:
without-custom-install.diff
Filename:
MIME Type:
Creator:
Dmitry Wagin
Created:
2020-05-26 16:56:41 UTC
Size:
2.21 KB
patch
obsolete
>Index: www/hs-postgrest/Makefile >=================================================================== >--- www/hs-postgrest/Makefile (revision 536631) >+++ www/hs-postgrest/Makefile (working copy) >@@ -2,6 +2,7 @@ > > PORTNAME= postgrest > PORTVERSION= 7.0.1 >+PORTREVISION= 1 > CATEGORIES= www databases haskell > > MAINTAINER= dmitry.wagin@ya.ru >@@ -202,10 +203,12 @@ > GROUPS= ${POSTGREST_GROUP} > > SUB_FILES= default.conf >-SUB_LIST= ETCDIR=${ETCDIR} \ >+SUB_LIST= CABAL_LIBEXEC=${CABAL_LIBEXEC} \ >+ ETCDIR=${ETCDIR} \ > POSTGREST_USER=${POSTGREST_USER} \ > POSTGREST_GROUP=${POSTGREST_GROUP} > >+PLIST_FILES= "@sample ${ETCDIR}/default.conf.sample" > PLIST_SUB= ETCDIR=${ETCDIR} \ > POSTGREST_USER=${POSTGREST_USER} \ > POSTGREST_GROUP=${POSTGREST_GROUP} >@@ -212,13 +215,8 @@ > > USE_RC_SUBR= postgrest > >-SKIP_CABAL_PLIST= yes >- >-do-install: >+post-install: > @${MKDIR} ${STAGEDIR}${ETCDIR} > ${INSTALL_DATA} ${WRKDIR}/default.conf ${STAGEDIR}${ETCDIR}/default.conf.sample >- ${INSTALL_PROGRAM} \ >- $$(find ${WRKSRC}/dist-newstyle -name ${EXECUTABLES} -type f -perm +111) \ >- ${STAGEDIR}${PREFIX}/sbin/${EXECUTABLES} > > .include <bsd.port.mk> >Index: www/hs-postgrest/files/postgrest.in >=================================================================== >--- www/hs-postgrest/files/postgrest.in (revision 536631) >+++ www/hs-postgrest/files/postgrest.in (working copy) >@@ -91,7 +91,7 @@ > fi > fi > >- procname="%%PREFIX%%/sbin/postgrest" >+ procname="%%PREFIX%%/%%CABAL_LIBEXEC%%/postgrest" > command="/usr/sbin/daemon" > command_args="-f ${_syslog_output_flags} -p ${_child_pidfile} -P ${_pidfile} -t ${name}.${_profile} ${procname} ${_config}" > >Index: www/hs-postgrest/pkg-plist >=================================================================== >--- www/hs-postgrest/pkg-plist (revision 536631) >+++ www/hs-postgrest/pkg-plist (nonexistent) >@@ -1,2 +0,0 @@ >-sbin/postgrest >-@sample %%ETCDIR%%/default.conf.sample > >Property changes on: www/hs-postgrest/pkg-plist >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property
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 246383
:
214387
|
214816
| 214883