FreeBSD Bugzilla – Attachment 143792 Details for
Bug 191047
databases/memcacheq: Stagify; cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
memcacheq.patch.txt
memcacheq.diff (text/plain), 1.35 KB, created by
Keith Gaughan
on 2014-06-15 02:16:08 UTC
(
hide
)
Description:
memcacheq.patch.txt
Filename:
MIME Type:
Creator:
Keith Gaughan
Created:
2014-06-15 02:16:08 UTC
Size:
1.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 357806) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= memcacheq > PORTVERSION= 0.2.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases > MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ > ${MASTER_SITE_GENTOO} >@@ -12,7 +12,7 @@ > MAINTAINER= m.tsatsenko@gmail.com > COMMENT= Simple queue service over Memcache > >-LICENSE= BSD >+LICENSE= BSD3CLAUSE > > LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent > >@@ -27,18 +27,13 @@ > > PORTDOCS= README > >-MCQDIR?= /var/db/memcacheq >-PLIST_SUB= MCQDIR=${MCQDIR} >- >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > post-install: >-.if !defined(NOPORTDOCS) >- @${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+.if ${PORT_OPTIONS:MDOCS} >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > .endif >- ${MKDIR} ${MCQDIR} || ${TRUE} >- ${CHOWN} nobody:nobody ${MCQDIR} >+ ${MKDIR} ${STAGEDIR}/var/db/memcacheq > > .include <bsd.port.post.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 357806) >+++ pkg-plist (working copy) >@@ -1,2 +1,6 @@ >+@stopdaemon memcacheq > bin/memcacheq >-@exec /usr/bin/install -d -o nobody -g nobody %%MCQDIR%% || true >+@owner nobody >+@group nobody >+@mode 750 >+@dirrmtry /var/db/memcacheq
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:
linimon
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 191047
: 143792