summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2017-11-08 00:31:51 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2017-11-08 00:31:51 +0000
commita751a9df05e1828e4b02848b44acea9887e7c884 (patch)
tree85723b1cf8dc1b758800de0d387119a6b8c9ec0b /net-im
parent- Update to 1.4.6 (diff)
net-im/mastodon: Handle upgrade of www/node to version 9.0.0
Notes
Notes: svn path=/head/; revision=453713
Diffstat (limited to 'net-im')
-rw-r--r--net-im/mastodon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile
index 10e5c52075b3..41b6ee69a7fc 100644
--- a/net-im/mastodon/Makefile
+++ b/net-im/mastodon/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mastodon
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net-im www
MAINTAINER= jrm@FreeBSD.org
@@ -96,7 +96,7 @@ USE_RC_SUBR= mastodon_stream mastodon_web mastodon_workers
USE_RUBY= yes
NODE_BIN= ${LOCALBASE}/bin/node
-NODE_ABI= ${NODE_VER:C/v4.*/46/:C/v6.*/48/:C/v8.*/57/}
+NODE_ABI= ${NODE_VER:C/v4.*/46/:C/v6.*/48/:C/v8.*/57/:C/v9.*/59/}
PLIST_SUB= NODE_ABI=${NODE_ABI}
SHEBANG_FILES= bin/*