Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/matrix-synapse chat/matrix-synapse: Add perl:run ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6525cf33015c
branches:  trunk
changeset: 438117:6525cf33015c
user:      js <js%pkgsrc.org@localhost>
date:      Fri Sep 04 21:16:22 2020 +0000

description:
chat/matrix-synapse: Add perl:run to tools, add to BUILD_DEFS

diffstat:

 chat/matrix-synapse/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 84e7cc58044e -r 6525cf33015c chat/matrix-synapse/Makefile
--- a/chat/matrix-synapse/Makefile      Fri Sep 04 20:35:23 2020 +0000
+++ b/chat/matrix-synapse/Makefile      Fri Sep 04 21:16:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/09/04 20:34:11 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/09/04 21:16:22 js Exp $
 
 DISTNAME=      matrix-synapse-1.19.1
 CATEGORIES=    chat
@@ -44,11 +44,13 @@
 DEPENDS+=      ${PYPKGPREFIX}-psycopg2>=2.7:../../databases/py-psycopg2
 
 USE_LANGUAGES= # none
+USE_TOOLS+=    perl:run
 REPLACE_PERL+= scripts/sync_room_to_group.pl
 
 SYNAPSE_USER?= synapse
 SYNAPSE_GROUP?=        ${SYNAPSE_USER}
 SYNAPSE_DATA?= ${VARBASE}/db/matrix-synapse
+BUILD_DEFS+=   SYNAPSE_USER SYNAPSE_GROUP SYNAPSE_DATA VARBASE
 
 OWN_DIRS_PERMS+=       ${SYNAPSE_DATA} ${SYNAPSE_USER} ${SYNAPSE_GROUP} 0770
 



Home | Main Index | Thread Index | Old Index