[Bug 290097] net-im/mastodon port: upgrading

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 08 Oct 2025 19:32:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290097

            Bug ID: 290097
           Summary: net-im/mastodon port: upgrading
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: atagster@gmail.com

I couldn't wait more for an updated version (since they have security updates
too), so I did it myself.
Edited the version tag in Makefile (4.4.5), then: 
make makesum
make deinstall reinstall

Worked without ANY issues

My post-upgrade steps were (following the wiki):

su -l mastodon
cd
bundle install -j$(getconf _NPROCESSORS_ONLN)
yarn install --refresh-lockfile              # small change in syntax
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec rake tmp:cache:clear
RAILS_ENV=production bundle exec rails assets:precompile
exit


Everything works fine, zero issues so far.

-- 
You are receiving this mail because:
You are the assignee for the bug.