git: 2ef2d943eec5 - main - databases/p5-DBD-mysql: Enable SSL by default.
Mathieu Arnold
mat at FreeBSD.org
Fri Apr 16 14:11:32 UTC 2021
The branch main has been updated by mat:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2ef2d943eec51c95c26a8aeda9d51286c38c86be
commit 2ef2d943eec51c95c26a8aeda9d51286c38c86be
Author: Mathieu Arnold <mat at FreeBSD.org>
AuthorDate: 2021-04-16 11:47:09 +0000
Commit: Mathieu Arnold <mat at FreeBSD.org>
CommitDate: 2021-04-16 14:11:13 +0000
databases/p5-DBD-mysql: Enable SSL by default.
MySQL always has SSL enabled, and DBD::mysql has the knob on by default,
make sense to follow the trend.
Reported by: Ryan Perry (email to perl@)
---
databases/p5-DBD-mysql/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile
index fb35806bdc18..18db492d67c9 100644
--- a/databases/p5-DBD-mysql/Makefile
+++ b/databases/p5-DBD-mysql/Makefile
@@ -2,6 +2,7 @@
PORTNAME= DBD-mysql
PORTVERSION= 4.050
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CAPTTOFU
@@ -27,6 +28,8 @@ CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --li
USE_PERL5= configure
OPTIONS_DEFINE= SSL
+OPTIONS_DEFAULT= SSL
+
SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay
SSL_CONFIGURE_OFF= --nossl
SSL_CONFIGURE_ON= --ssl
More information about the dev-commits-ports-all
mailing list