--- Makefile (revision 494016) +++ Makefile (working copy) @@ -321,6 +321,7 @@ SUBDIR += p5-DBD-Google SUBDIR += p5-DBD-InterBase SUBDIR += p5-DBD-LDAP + SUBDIR += p5-DBD-MariaDB SUBDIR += p5-DBD-Mock SUBDIR += p5-DBD-Multi SUBDIR += p5-DBD-ODBC --- p5-DBD-MariaDB/Makefile (revision 494016) +++ p5-DBD-MariaDB/Makefile (working copy) @@ -1,15 +1,15 @@ # Created by: Sergey Skvortsov # $FreeBSD$ -PORTNAME= DBD-mysql -PORTVERSION= 4.050 +PORTNAME= DBD-MariaDB +PORTVERSION= 1.21 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:CAPTTOFU +MASTER_SITE_SUBDIR= CPAN:PALI PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT?= MySQL driver for the Perl5 Database Interface (DBI) +COMMENT= MariaDB driver for the Perl5 Database Interface (DBI) LICENSE= ART10 GPLv1+ LICENSE_COMB= dual @@ -20,18 +20,10 @@ RUN_DEPENDS= p5-DBI>=1.08:databases/p5-DBI TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep -CONFLICTS_INSTALL?= p5-DBD-mysql[45][0-9]-[0-9]* - -USES= mysql perl5 +USES= iconv mysql:client perl5 ssl USE_PERL5= configure -OPTIONS_DEFINE= SSL -SSL_RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay -SSL_CONFIGURE_OFF= --nossl -SSL_CONFIGURE_ON= --ssl -SSL_USES= ssl - post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/mysql/mysql.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DBD/MariaDB/MariaDB.so .include --- p5-DBD-MariaDB/distinfo (revision 494016) +++ p5-DBD-MariaDB/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1547619917 -SHA256 (DBD-mysql-4.050.tar.gz) = 4f48541ff15a0a7405f76adc10f81627c33996fbf56c95c26c094444c0928d78 -SIZE (DBD-mysql-4.050.tar.gz) = 161579 +TIMESTAMP = 1551271256 +SHA256 (DBD-MariaDB-1.21.tar.gz) = f5972b337a0d1d4726b2471eb79f23ee0cdd034bf43f4e13f2b5162597271419 +SIZE (DBD-MariaDB-1.21.tar.gz) = 179911 --- p5-DBD-MariaDB/pkg-descr (revision 494016) +++ p5-DBD-MariaDB/pkg-descr (working copy) @@ -1,8 +1,8 @@ -DBD::mysql is the Perl5 Database Interface driver for the MySQL -database. In other words: DBD::mysql is an interface between the Perl -programming language and the MySQL programming API that comes with the -MySQL relational database management system. Most functions provided by +DBD::MariaDB is the Perl5 Database Interface driver for the MariaDB +database. In other words: DBD::MariaDB is an interface between the Perl +programming language and the MariaDB programming API that comes with the +MariaDB relational database management system. Most functions provided by this programming API are supported. Some rarely used functions are missing, mainly because noone ever requested them. -WWW: https://metacpan.org/release/DBD-mysql +WWW: https://metacpan.org/release/DBD-MariaDB --- p5-DBD-MariaDB/pkg-plist (revision 494016) +++ p5-DBD-MariaDB/pkg-plist (working copy) @@ -1,8 +1,6 @@ -%%SITE_ARCH%%/Bundle/DBD/mysql.pm -%%SITE_ARCH%%/DBD/mysql.pm -%%SITE_ARCH%%/DBD/mysql/GetInfo.pm -%%SITE_ARCH%%/DBD/mysql/INSTALL.pod -%%SITE_ARCH%%/auto/DBD/mysql/mysql.so -%%PERL5_MAN3%%/Bundle::DBD::mysql.3.gz -%%PERL5_MAN3%%/DBD::mysql.3.gz -%%PERL5_MAN3%%/DBD::mysql::INSTALL.3.gz +%%SITE_ARCH%%/DBD/MariaDB.pm +%%SITE_ARCH%%/DBD/MariaDB.pod +%%SITE_ARCH%%/DBD/MariaDB/INSTALL.pod +%%SITE_ARCH%%/auto/DBD/MariaDB/MariaDB.so +%%PERL5_MAN3%%/DBD::MariaDB.3.gz +%%PERL5_MAN3%%/DBD::MariaDB::INSTALL.3.gz