git: ee6588e8e25f - main - net-im/py-matrix-synapse: fix typo in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Jul 2022 15:56:33 UTC
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ee6588e8e25fa4fe15658d46de33c8755d577ec2
commit ee6588e8e25fa4fe15658d46de33c8755d577ec2
Author: Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2022-07-16 15:55:26 +0000
Commit: Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2022-07-16 15:55:26 +0000
net-im/py-matrix-synapse: fix typo in pkg-message
sqlite is supposed to be migrated to postgresql not postfix
---
net-im/py-matrix-synapse/files/pkg-message.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-im/py-matrix-synapse/files/pkg-message.in b/net-im/py-matrix-synapse/files/pkg-message.in
index 7121cf97a00f..0be9a350bed2 100644
--- a/net-im/py-matrix-synapse/files/pkg-message.in
+++ b/net-im/py-matrix-synapse/files/pkg-message.in
@@ -79,7 +79,7 @@ EOM
message: <<EOM
Starting with synapse 1.62.0, this port will no longer ship with sqlite support
by default. If you rely on sqlite for your setup, please either migrate to
-postfix, install the sqlite dependency manually or build a custom flavor of the
+postgresql, install the sqlite dependency manually or build a custom flavor of the
port.
EOM
}