Re: git: cd16748194e2 - main - databases/p5-DBD-mysql: update 4.050 -> 5.004

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Tue, 26 Mar 2024 12:00:35 UTC
24.03.2024 17:18, Vladimir Druzenko пишет:
> 22.03.2024 12:12, Dag-Erling Smørgrav пишет:
>> 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
>
> Hello!
>
> Please revert it - this update break configurations with MariaDB.
>
> Then create separate ports for 4.050 and 5.x and maintainers of 
> consumers ports can configure dependencies.
> We can remove 4.050 only after upstreams of all consumers add support 
> for p5-DBD-MariaDB (or upstream of the p5-DBD-mysql return back 
> support of the MariaDB).
>
> Some details are here: 
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c10
>
Can I revert it self?

-- 
Best regards,
Vladimir Druzenko