From owner-svn-ports-all@freebsd.org Wed Nov 8 00:33:08 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 12498E68BA5; Wed, 8 Nov 2017 00:33:08 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [96.47.72.37]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D651E7B966; Wed, 8 Nov 2017 00:33:07 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vA80VqR3061548; Wed, 8 Nov 2017 00:31:52 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vA80Vq1p061547; Wed, 8 Nov 2017 00:31:52 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201711080031.vA80Vq1p061547@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Wed, 8 Nov 2017 00:31:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453713 - head/net-im/mastodon X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: head/net-im/mastodon X-SVN-Commit-Revision: 453713 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 00:33:08 -0000 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/*