diff options
author | jrm <jrm@FreeBSD.org> | 2017-11-08 08:31:51 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-11-08 08:31:51 +0800 |
commit | 58145394d370db6b3fcfd2674892964a9c6d3f3e (patch) | |
tree | 85723b1cf8dc1b758800de0d387119a6b8c9ec0b /net-im | |
parent | 59bb5a0f9f394b83ce6978bc8beffe3a67ee0737 (diff) | |
download | freebsd-ports-gnome-58145394d370db6b3fcfd2674892964a9c6d3f3e.tar.gz freebsd-ports-gnome-58145394d370db6b3fcfd2674892964a9c6d3f3e.tar.zst freebsd-ports-gnome-58145394d370db6b3fcfd2674892964a9c6d3f3e.zip |
net-im/mastodon: Handle upgrade of www/node to version 9.0.0
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mastodon/Makefile | 4 |
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/* |