Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ xbps-install -S synapse
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.


- 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


#### OpenBSD

Expand Down