Hi @ports & Henrik (MAINTAINER)
I decided to run a personal jabber server and started going through
the typical setup.
Reading /usr/local/share/doc/pkg-readmes/prosody-0.9.8p0 led me to
a probably outdated package name for one of the lua packages needed
to get the software running with a PostgreSQL backend.
The docs state to install luadbi-postgresql which does not exist
but a similar package named luadbi-pgsql does. The mysql package
seems to still match what's distributed with the ports tree.
I'm attaching a patch to update the README to the currently used
package names.
PS.
Talk about being rusty. Forgot to include ports@ in the initial
email. Sorry Henrik for the double mail.
Index: README
===================================================================
RCS file: /cvs/ports/net/prosody/pkg/README,v
retrieving revision 1.7
diff -u -p -r1.7 README
--- README 8 Oct 2012 09:11:35 -0000 1.7
+++ README 22 Aug 2015 20:31:19 -0000
@@ -41,4 +41,4 @@ Using Prosody in an OpenBSD environment
5) In case you decide to enable 'mod_storage_sql', the default SQLite3
driver has already been installed. If you like to use MySQL or
PostgreSQL for the database, please install luadbi-mysql,${FLAVOR}
- or luadbi-postgresql,${FLAVOR} respectively.
+ or luadbi-pgsql,${FLAVOR} respectively.