From 332ccbad2f531e53c696b8250475bc6b035c7ca6 Mon Sep 17 00:00:00 2001 From: jrm Date: Sat, 16 Sep 2017 12:01:42 +0000 Subject: net-im/mastodon: Fix issue running database migration script Reported by: Marcin Cieslak --- net-im/mastodon/Makefile | 9 ++++----- net-im/mastodon/pkg-plist | 9 +++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'net-im/mastodon') diff --git a/net-im/mastodon/Makefile b/net-im/mastodon/Makefile index ebb441027ba2..c33e7905587a 100644 --- a/net-im/mastodon/Makefile +++ b/net-im/mastodon/Makefile @@ -3,6 +3,7 @@ PORTNAME= mastodon DISTVERSIONPREFIX= v DISTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= net-im www MAINTAINER= jrm@FreeBSD.org @@ -140,13 +141,11 @@ do-install: ${INSTALL_DATA} ${WRKDIR}/nginx-include.conf \ ${STAGEDIR}${WWWDIR}/nginx-include.conf.sample ${INSTALL_DATA} ${WRKSRC}/.env.production.sample ${WRKSRC}/app.json \ - ${WRKSRC}/config.ru ${WRKSRC}/Gemfile \ - ${WRKSRC}/LICENSE ${WRKSRC}/package.json \ - ${WRKSRC}/Rakefile \ + ${WRKSRC}/config.ru ${WRKSRC}/Gemfile ${WRKSRC}/LICENSE \ + ${WRKSRC}/package.json ${WRKSRC}/Rakefile \ ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \ - "app config db lib log node_modules public spec \ - streaming vendor" \ + "app bin config db lib log node_modules public spec streaming vendor" \ ${STAGEDIR}${WWWDIR}) .include diff --git a/net-im/mastodon/pkg-plist b/net-im/mastodon/pkg-plist index 2fefde1cf5f8..60cc4c4be1d8 100644 --- a/net-im/mastodon/pkg-plist +++ b/net-im/mastodon/pkg-plist @@ -139,6 +139,7 @@ @dir %%WWWDIR%%/app/workers/admin @dir %%WWWDIR%%/app/workers/pubsubhubbub @dir %%WWWDIR%%/app/workers/scheduler +@dir %%WWWDIR%%/bin @dir %%WWWDIR%%/config @dir %%WWWDIR%%/config/environments @dir %%WWWDIR%%/config/initializers @@ -3250,6 +3251,14 @@ %%WWWDIR%%/app/workers/unfavourite_worker.rb %%WWWDIR%%/app/workers/unmerge_worker.rb %%WWWDIR%%/app/workers/web_push_notification_worker.rb +%%WWWDIR%%/bin/bundle +%%WWWDIR%%/bin/rails +%%WWWDIR%%/bin/rake +%%WWWDIR%%/bin/rspec +%%WWWDIR%%/bin/setup +%%WWWDIR%%/bin/update +%%WWWDIR%%/bin/webpack +%%WWWDIR%%/bin/webpack-dev-server %%WWWDIR%%/config.ru %%WWWDIR%%/config/application.rb %%WWWDIR%%/config/boot.rb -- cgit