Date: Thu, 3 Aug 2017 04:54:36 +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: r447194 - in head/net-im/mastodon: . files Message-ID: <201708030454.v734satx028809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708030454.v734satx028809>