git: f189ddaaa8c1 - main - finance/quickfix: Update OPTIONS_DEFAULT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 22:57:41 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f189ddaaa8c1007a35fa7b81acb8f89d0d491481
commit f189ddaaa8c1007a35fa7b81acb8f89d0d491481
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-29 19:08:47 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-29 22:53:38 +0000
finance/quickfix: Update OPTIONS_DEFAULT
As MySQL57 is marked for deletion change the OPTIONS_DEFAULT to PGSQL
Approved by: portmgr (blanket)
---
finance/quickfix/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/finance/quickfix/Makefile b/finance/quickfix/Makefile
index 9d4619274c79..0bcae8292c78 100644
--- a/finance/quickfix/Makefile
+++ b/finance/quickfix/Makefile
@@ -1,7 +1,7 @@
PORTNAME= quickfix
PORTVERSION= 1.15.1
DISTVERSIONPREFIX= v
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= finance devel
MAINTAINER= m.tsatsenko@gmail.com
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CXX=${CXX} CC=${CC} LIBS=-L${LOCALBASE}/lib/
CONFIGURE_ARGS+= --without-python2
OPTIONS_DEFINE= MYSQL PGSQL PYTHON RUBY JAVA
-OPTIONS_DEFAULT= MYSQL
+OPTIONS_DEFAULT= PGSQL
OPTIONS_SUB= YES
PGSQL_USES= pgsql
PGSQL_CONFIGURE_WITH= postgresql