pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/matrix-synapse



Module Name:    pkgsrc
Committed By:   js
Date:           Fri Sep  4 21:16:22 UTC 2020

Modified Files:
        pkgsrc/chat/matrix-synapse: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/chat/matrix-synapse/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/matrix-synapse/Makefile
diff -u pkgsrc/chat/matrix-synapse/Makefile:1.1 pkgsrc/chat/matrix-synapse/Makefile:1.2
--- pkgsrc/chat/matrix-synapse/Makefile:1.1     Fri Sep  4 20:34:11 2020
+++ pkgsrc/chat/matrix-synapse/Makefile Fri Sep  4 21:16:22 2020
@@ -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}-typing-extensio
 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