pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/p5-DBD-MariaDB
Module Name: pkgsrc
Committed By: nia
Date: Fri Jul 14 13:26:43 UTC 2023
Modified Files:
pkgsrc/databases/p5-DBD-MariaDB: Makefile
Log Message:
p5-DBD-MariaDB: use MARIADB_VERSIONS_ALL
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/p5-DBD-MariaDB/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/p5-DBD-MariaDB/Makefile
diff -u pkgsrc/databases/p5-DBD-MariaDB/Makefile:1.4 pkgsrc/databases/p5-DBD-MariaDB/Makefile:1.5
--- pkgsrc/databases/p5-DBD-MariaDB/Makefile:1.4 Fri Jul 14 13:04:55 2023
+++ pkgsrc/databases/p5-DBD-MariaDB/Makefile Fri Jul 14 13:26:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2023/07/14 13:04:55 abs Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/14 13:26:43 nia Exp $
DISTNAME= DBD-MariaDB-1.21
PKGNAME= p5-${DISTNAME}
@@ -20,7 +20,7 @@ REPLACE_PERL= lib/DBD/MariaDB.pm
# MAKE_PARAMS+= --nocatchstderr
-MYSQL_VERSIONS_ACCEPTED= mariadb1011 mariadb106 mariadb105 mariadb104
+MYSQL_VERSIONS_ACCEPTED= ${MARIADB_VERSIONS_ALL}
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
Home |
Main Index |
Thread Index |
Old Index