Skip to content

Commit

Permalink
databases/p5-Test-mysqld: Update to 1.0030
Browse files Browse the repository at this point in the history
- Add MARIADB and MYSQL options

Changes:	https://metacpan.org/dist/Test-mysqld/changes
  • Loading branch information
sunpoet committed Apr 8, 2024
1 parent 18046ab commit 239868e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 11 additions & 3 deletions databases/p5-Test-mysqld/Makefile
@@ -1,6 +1,5 @@
PORTNAME= Test-mysqld
PORTVERSION= 1.0013
PORTREVISION= 1
PORTVERSION= 1.0030
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
Expand All @@ -15,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Accessor-Lite>=0:devel/p5-Class-Accessor-Lite \
${DBD_MYSQL} \
p5-DBI>=0:databases/p5-DBI \
p5-File-Copy-Recursive>=0:devel/p5-File-Copy-Recursive
TEST_DEPENDS= p5-Test-SharedFork>=0:devel/p5-Test-SharedFork
Expand All @@ -25,4 +23,14 @@ USE_PERL5= modbuildtiny

NO_ARCH= yes

OPTIONS_SINGLE= DB
OPTIONS_SINGLE_DB= MARIADB MYSQL
OPTIONS_DEFAULT=MYSQL
MARIADB_DESC= MariaDB database support

MARIADB_BUILD_DEPENDS= p5-DBD-MariaDB>=0:databases/p5-DBD-MariaDB
MARIADB_RUN_DEPENDS= p5-DBD-MariaDB>=0:databases/p5-DBD-MariaDB
MYSQL_BUILD_DEPENDS= ${DBD_MYSQL}
MYSQL_RUN_DEPENDS= ${DBD_MYSQL}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions databases/p5-Test-mysqld/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1650970281
SHA256 (Test-mysqld-1.0013.tar.gz) = 57ad41a09057c963b582c81a076efa50fa56ebae2177d830777de838605e3eef
SIZE (Test-mysqld-1.0013.tar.gz) = 16491
TIMESTAMP = 1712428000
SHA256 (Test-mysqld-1.0030.tar.gz) = 45d26088eca2971752b4fbcd350f2cf3e0e54295fd93b74e1132e16152d00c03
SIZE (Test-mysqld-1.0030.tar.gz) = 17462

0 comments on commit 239868e

Please sign in to comment.