Date: Tue, 6 Mar 2018 00:02:16 +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: r463674 - head/net-im/mastodon Message-ID: <201803060002.w2602Gcp089531@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jrm Date: Tue Mar 6 00:02:16 2018 New Revision: 463674 URL: https://svnweb.freebsd.org/changeset/ports/463674 Log: net-im/mastodon: Fix build after r463576 Modified: head/net-im/mastodon/Makefile (contents, props changed) head/net-im/mastodon/pkg-plist (contents, props changed) Modified: head/net-im/mastodon/Makefile ============================================================================== --- head/net-im/mastodon/Makefile Mon Mar 5 23:54:39 2018 (r463673) +++ head/net-im/mastodon/Makefile Tue Mar 6 00:02:16 2018 (r463674) @@ -3,7 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org @@ -119,12 +119,12 @@ do-build: @${RM} ${WRKSRC}/Gemfile.lock HOME=${WRKSRC_mn} yarn config set yarn-offline-mirror ${WRKSRC_mn} --offline HOME=${WRKSRC_mn} yarn config set nodedir ${LOCALBASE} --offline - HOME=${WRKSRC_mn} yarn config set python ${PYTHON_CMD} + HOME=${WRKSRC_mn} yarn config set python ${PYTHON_CMD} --offline @${CP} ${FILESDIR}/yarn.lock.in ${WRKSRC}/yarn.lock (cd ${WRKSRC};\ HOME=${WRKSRC_mn} yarn --offline;\ - SECRET_KEY_BASE=x RAILS_ENV=production rails --trace\ - assets:precompile) + SECRET_KEY_BASE=x RAILS_ENV=production rails webpacker:binstubs;\ + SECRET_KEY_BASE=x RAILS_ENV=production rails --trace assets:precompile) (cd ${WRKSRC}/public/assets &&\ ${MV} .sprockets-manifest-*.json .sprockets-manifest-${X}.json &&\ ${MV} doorkeeper/application-*.css doorkeeper/application-${XX}.css &&\ Modified: head/net-im/mastodon/pkg-plist ============================================================================== --- head/net-im/mastodon/pkg-plist Mon Mar 5 23:54:39 2018 (r463673) +++ head/net-im/mastodon/pkg-plist Tue Mar 6 00:02:16 2018 (r463674) @@ -14009,7 +14009,6 @@ %%WWWDIR%%/node_modules/prepend-http/index.js %%WWWDIR%%/node_modules/prepend-http/license %%WWWDIR%%/node_modules/prepend-http/package.json -%%WWWDIR%%/node_modules/preserve/.verb.md %%WWWDIR%%/node_modules/preserve/LICENSE %%WWWDIR%%/node_modules/preserve/index.js %%WWWDIR%%/node_modules/preserve/package.json
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803060002.w2602Gcp089531>