Re: git: cd16748194e2 - main - databases/p5-DBD-mysql: update 4.050 -> 5.004
- In reply to: Dag-Erling Smørgrav : "git: cd16748194e2 - main - databases/p5-DBD-mysql: update 4.050 -> 5.004"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 17:37:59 UTC
There are 2 files missing on a 13 build. The Bundle/ files. > pkg-static: Unable to access file /wrkdirs/usr/ports/databases/p5-DBD-mysql/work/stage/usr/local/lib/perl5/site_perl/mach/5.36/Bundle/DBD/mysql.pm:No such file or directory > pkg-static: Unable to access file /wrkdirs/usr/ports/databases/p5-DBD-mysql/work/stage/usr/local/lib/perl5/site_perl/man/man3/Bundle::DBD::mysql.3.gz:No such file or directory On 3/22/2024 2:12 AM, Dag-Erling Smørgrav wrote: > The branch main has been updated by des: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=cd16748194e215d07c4d04ab1825fe5e48be689e > > commit cd16748194e215d07c4d04ab1825fe5e48be689e > Author: Remko Catersels <sirdice@gmail.com> > AuthorDate: 2024-03-20 10:59:32 +0000 > Commit: Dag-Erling Smørgrav <des@FreeBSD.org> > CommitDate: 2024-03-22 09:11:28 +0000 > > databases/p5-DBD-mysql: update 4.050 -> 5.004 > > PR: 275100 > --- > databases/p5-DBD-mysql/Makefile | 15 +++------------ > databases/p5-DBD-mysql/distinfo | 6 +++--- > 2 files changed, 6 insertions(+), 15 deletions(-) > > diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile > index c895b1f70888..9d3b238bc878 100644 > --- a/databases/p5-DBD-mysql/Makefile > +++ b/databases/p5-DBD-mysql/Makefile > @@ -1,12 +1,11 @@ > PORTNAME= DBD-mysql > -PORTVERSION= 4.050 > -PORTREVISION= 1 > +PORTVERSION= 5.004 > CATEGORIES= databases perl5 > MASTER_SITES= CPAN > -MASTER_SITE_SUBDIR= CPAN:CAPTTOFU > +MASTER_SITE_SUBDIR= CPAN:DVEEDEN > PKGNAMEPREFIX= p5- > > -MAINTAINER= perl@FreeBSD.org > +MAINTAINER= sirdice@gmail.com > COMMENT= MySQL driver for the Perl5 Database Interface (DBI) > WWW= https://metacpan.org/release/DBD-mysql > > @@ -27,14 +26,6 @@ _CONFIGURE_ARGS_gcc= --libs="-L${PREFIX}/lib/gcc${GCC_DEFAULT} `mysql_config --l > > CONFLICTS_INSTALL= p5-DBD-mysql[45][0-9] > > -OPTIONS_DEFINE= SSL > -OPTIONS_DEFAULT= SSL > - > -SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay > -SSL_USES= ssl > -SSL_CONFIGURE_ON= --ssl > -SSL_CONFIGURE_OFF= --nossl > - > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/mysql/mysql.so > > diff --git a/databases/p5-DBD-mysql/distinfo b/databases/p5-DBD-mysql/distinfo > index d1cd673c0463..a9cc98408822 100644 > --- a/databases/p5-DBD-mysql/distinfo > +++ b/databases/p5-DBD-mysql/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1547619917 > -SHA256 (DBD-mysql-4.050.tar.gz) = 4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78 > -SIZE (DBD-mysql-4.050.tar.gz) = 161579 > +TIMESTAMP = 1710964481 > +SHA256 (DBD-mysql-5.004.tar.gz) = 33a6bf1b685cc50c46eb1187a3eb259ae240917bc189d26b81418790aa6da5df > +SIZE (DBD-mysql-5.004.tar.gz) = 156428 -- Bryan Drewery