Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Nov 2017 00:31:51 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453713 - head/net-im/mastodon
Message-ID:  <201711080031.vA80Vq1p061547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711080031.vA80Vq1p061547>