From owner-svn-ports-head@freebsd.org Thu Aug 3 04:54:37 2017 Return-Path: Delivered-To: svn-ports-head@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 30989DC9B74; Thu, 3 Aug 2017 04:54:37 +0000 (UTC) (envelope-from jrm@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 F36A9667C0; Thu, 3 Aug 2017 04:54:36 +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 v734sadp028810; Thu, 3 Aug 2017 04:54:36 GMT (envelope-from jrm@FreeBSD.org) Received: (from jrm@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v734satx028809; Thu, 3 Aug 2017 04:54:36 GMT (envelope-from jrm@FreeBSD.org) Message-Id: <201708030454.v734satx028809@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jrm set sender to jrm@FreeBSD.org using -f From: Joseph Mingrone Date: Thu, 3 Aug 2017 04:54:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447194 - in head/net-im/mastodon: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jrm X-SVN-Commit-Paths: in head/net-im/mastodon: . files X-SVN-Commit-Revision: 447194 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2017 04:54:37 -0000 Author: jrm Date: Thu Aug 3 04:54:36 2017 New Revision: 447194 URL: https://svnweb.freebsd.org/changeset/ports/447194 Log: net-im/mastodon: Add run-time dependencies necessary for installing node modules. Also, re-add www/npm as a run-time dependency to prevent an error installing node modules. Deleted: head/net-im/mastodon/files/patch-package.json Modified: head/net-im/mastodon/Makefile Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Thu Aug 3 02:29:04 2017 (r447193) +++ head/net-im/mastodon/Makefile Thu Aug 3 04:54:36 2017 (r447194) @@ -3,6 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org @@ -13,7 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libidn2.so:dns/libidn2 RUN_DEPENDS= ffmpeg>0:multimedia/ffmpeg \ - libpqtypes>1.5.0:databases/libpqtypes + gmake>0:devel/gmake \ + libpqtypes>1.5.0:databases/libpqtypes \ + npm>=0:www/npm # Dependencies below match Gemfile layout RUN_DEPENDS+= rubygem-pkg-config>=1.2.0:devel/rubygem-pkg-config @@ -82,7 +85,7 @@ RUN_DEPENDS+= rubygem-active_model_serializers>0:datab RUN_DEPENDS+= rubygem-lograge-rails5>0:www/rubygem-lograge-rails5 \ rubygem-redis-rails-rails5>0:www/rubygem-redis-rails-rails5 -USES= gnome pgsql shebangfix +USES= gnome pgsql python:2 shebangfix USE_GITHUB= yes GH_ACCOUNT= tootsuite USE_GNOME= libxml2 libxslt