Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Oct 2025 19:32:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 290097] net-im/mastodon port: upgrading
Message-ID:  <bug-290097-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290097-7788>