Skip to content

Conversation

@atagtm
Copy link

@atagtm atagtm commented Oct 22, 2025

Fixed pkg version for FreeBSD

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
  • Code style is correct (run the linters)

@atagtm atagtm requested a review from a team as a code owner October 22, 2025 07:52
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.


- Ports: `cd /usr/ports/net-im/py-matrix-synapse && make install clean`
- Packages: `pkg install py38-matrix-synapse`
- Packages: `pkg install py311-matrix-synapse`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How can I cross-reference this package name?

https://ports.freebsd.org/cgi/ports.cgi?query=matrix-synapse&stype=all&sektion=all shows py311-matrix-synapse-1.138.0_2 and when clicking on it, I see py-matrix-synapse in the URL

https://www.freshports.org/net-im/py-matrix-synapse/ shows py-matrix-synapse. I do finally see py311-matrix-synapse as a "package flavor" available.

Should we just suggest the default py-matrix-synapse

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package (py311-matrix-synapse) does not exist in the (default) quarterly repository, it's in "latest". The port is net-im/py-matrix-synapse

@MadLittleMods MadLittleMods changed the title Update installation instructions for Synapse packages Update installation instructions for Synapse packages on FreeBSD Oct 23, 2025

#### FreeBSD

Synapse can be installed via FreeBSD Ports or Packages contributed by Brendan Molloy from:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Per the 'Pull Request Checklist' in the PR description, this PR needs a changelog:

  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants