aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-24 19:47:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-04-24 19:47:31 +0000
commitb3316bb8028cb5734f164a8b05558d92b53a7bc6 (patch)
treee98a5efaa781c82618cfdefa24bd33c1c2c158cf /net-im
parentf0ca6cb0f9181f4d003833c89f84989858079bc1 (diff)
downloadports-b3316bb8028cb5734f164a8b05558d92b53a7bc6.tar.gz
ports-b3316bb8028cb5734f164a8b05558d92b53a7bc6.zip
Fix msgpack dependency
- While I'm here, remove .include <bsd.port.options.mk> - Bump PORTREVISION for package change
Notes
Notes: svn path=/head/; revision=468236
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-matrix-synapse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/py-matrix-synapse/Makefile b/net-im/py-matrix-synapse/Makefile
index 2c168a85de4f..8f560c562d0b 100644
--- a/net-im/py-matrix-synapse/Makefile
+++ b/net-im/py-matrix-synapse/Makefile
@@ -4,7 +4,7 @@
PORTNAME= matrix-synapse
DISTVERSIONPREFIX= v
DISTVERSION= 0.27.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net-im python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -82,7 +82,8 @@ LDAP_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}matrix-synapse-ldap3>=0.1:net/py-matri
PGSQL_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}psycopg2>0:databases/py-psycopg2@${FLAVOR}
SQLITE_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${FLAVOR}
-.include <bsd.port.options.mk>
+post-patch:
+ @${REINPLACE_CMD} -e 's|msgpack-python|msgpack|' ${WRKSRC}/synapse/python_dependencies.py
do-test:
# -epy27 added to skip running python packaging and other dist tests