svn commit: r453713 - head/net-im/mastodon

Joseph Mingrone jrm at FreeBSD.org
Wed Nov 8 00:33:08 UTC 2017


Author: jrm
Date: Wed Nov  8 00:31:51 2017
New Revision: 453713
URL: https://svnweb.freebsd.org/changeset/ports/453713

Log:
  net-im/mastodon: Handle upgrade of www/node to version 9.0.0

Modified:
  head/net-im/mastodon/Makefile

Modified: head/net-im/mastodon/Makefile
==============================================================================
--- head/net-im/mastodon/Makefile	Tue Nov  7 23:42:06 2017	(r453712)
+++ head/net-im/mastodon/Makefile	Wed Nov  8 00:31:51 2017	(r453713)
@@ -3,7 +3,7 @@
 PORTNAME=	mastodon
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.0.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im www
 
 MAINTAINER=	jrm at FreeBSD.org
@@ -96,7 +96,7 @@ USE_RC_SUBR=	mastodon_stream mastodon_web mastodon_wor
 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/*


More information about the svn-ports-head mailing list