svn commit: r463674 - head/net-im/mastodon
Joseph Mingrone
jrm at FreeBSD.org
Tue Mar 6 00:02:17 UTC 2018
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 at 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
More information about the svn-ports-all
mailing list