Date: Thu, 16 May 2024 08:29:54 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1b08b51b7e64 - main - databases/p5-DBD-MariaDB: update to 1.23 Message-ID: <202405160829.44G8Tsb8040169@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1b08b51b7e64b23dc56f7aa6585fa9e73b050e5b commit 1b08b51b7e64b23dc56f7aa6585fa9e73b050e5b Author: Eero Hänninen <fax@nohik.ee> AuthorDate: 2024-05-16 08:21:51 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-05-16 08:29:11 +0000 databases/p5-DBD-MariaDB: update to 1.23 Changelog: https://metacpan.org/release/PALI/DBD-MariaDB-1.23/source/Changes PR: 277944 --- databases/p5-DBD-MariaDB/Makefile | 11 +++++------ databases/p5-DBD-MariaDB/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/databases/p5-DBD-MariaDB/Makefile b/databases/p5-DBD-MariaDB/Makefile index 886c05aa4e78..299c44425210 100644 --- a/databases/p5-DBD-MariaDB/Makefile +++ b/databases/p5-DBD-MariaDB/Makefile @@ -1,12 +1,12 @@ PORTNAME= DBD-MariaDB -PORTVERSION= 1.21 +PORTVERSION= 1.23 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CAPTTOFU PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT?= MariaDB driver for the Perl5 Database Interface (DBI) +COMMENT= MariaDB driver for the Perl5 Database Interface (DBI) WWW= https://metacpan.org/release/DBD-MariaDB LICENSE= ART10 GPLv1+ @@ -18,16 +18,15 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ RUN_DEPENDS= p5-DBI>=1.08:databases/p5-DBI TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep -CONFLICTS_INSTALL?= p5-DBD-mysql* - USES= compiler:c11 mysql perl5 +USE_PERL5= configure + CONFIGURE_ARGS= ${CONFIGURE_ARGS_${CHOSEN_COMPILER_TYPE}} CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --libs | ${SED} 's/-pthread //'`" -USE_PERL5= configure OPTIONS_DEFINE= SSL SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay -SSL_USES= ssl +SSL_USES= ssl:run post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/MariaDB/MariaDB.so diff --git a/databases/p5-DBD-MariaDB/distinfo b/databases/p5-DBD-MariaDB/distinfo index 3858f5eb9ad0..fbcf0a567302 100644 --- a/databases/p5-DBD-MariaDB/distinfo +++ b/databases/p5-DBD-MariaDB/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590929587 -SHA256 (DBD-MariaDB-1.21.tar.gz) = f5972b337a0d1d4726b2471eb79f23ee0cdd034bf43f4e13f2b5162597271419 -SIZE (DBD-MariaDB-1.21.tar.gz) = 179911 +TIMESTAMP = 1711357073 +SHA256 (DBD-MariaDB-1.23.tar.gz) = 0d0c76c660ddd55570e48f3e2fdea8f621a69ac0ed48190e8cfcafcb5e9b859d +SIZE (DBD-MariaDB-1.23.tar.gz) = 186522
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160829.44G8Tsb8040169>