pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Revert "Various: Multi-MySQL/Percona support."



Module Name:	pkgsrc-wip
Committed By:	Jonathan Perkin <jperkin%joyent.com@localhost>
Pushed By:	jperkin
Date:		Wed Jun 7 11:59:24 2017 +0100
Changeset:	d6b3606f75aae9b4c5539b1c1b465b3812e354e3

Modified Files:
	koha/Makefile
	manatee/Makefile
	mtop/Makefile
	spamassassin-cvs/Makefile

Log Message:
Revert "Various: Multi-MySQL/Percona support."

This reverts commit c7e3216f98dcdd05089eff5e9ca1581a0c935deb.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d6b3606f75aae9b4c5539b1c1b465b3812e354e3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 koha/Makefile             | 2 +-
 manatee/Makefile          | 2 +-
 mtop/Makefile             | 2 +-
 spamassassin-cvs/Makefile | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/koha/Makefile b/koha/Makefile
index 6283dbcff5..4499f904ca 100644
--- a/koha/Makefile
+++ b/koha/Makefile
@@ -15,7 +15,7 @@ DEPENDS+=	apache>=2.2:../../www/apache22
 DEPENDS+=	p5-Date-Calc>=5.4:../../devel/p5-Date-Calc
 DEPENDS+=	p5-Date-Manip>=5.44:../../devel/p5-Date-Manip
 DEPENDS+=	p5-Digest-MD5>=2.35:../../security/p5-Digest-MD5
-DEPENDS+=	p5-DBD-{mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql
+DEPENDS+=	p5-DBD-mysql>=3.0002:../../databases/p5-DBD-mysql
 DEPENDS+=	p5-DBI>=1.56:../../databases/p5-DBI
 DEPENDS+=	p5-Event>=1.06:../../devel/p5-Event
 DEPENDS+=	p5-HTML-Template>=2.9:../../www/p5-HTML-Template
diff --git a/manatee/Makefile b/manatee/Makefile
index 5fb0bbf8df..a0f482da96 100644
--- a/manatee/Makefile
+++ b/manatee/Makefile
@@ -12,7 +12,7 @@ COMMENT=		Web-based gene evaluation and genome annotation tool
 WRKSRC=			${WRKDIR}/manatee
 
 DEPENDS+=		p5-CGI>=2.91:../../www/p5-CGI
-DEPENDS+=		p5-DBD-{mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql
+DEPENDS+=		p5-DBD-mysql>=2.1017:../../databases/p5-DBD-mysql
 DEPENDS+=		p5-XML-Parser>=2.31:../../textproc/p5-XML-Parser
 DEPENDS+=		p5-XML-Simple>=2.07:../../textproc/p5-XML-Simple
 DEPENDS+=		p5-HTML-Template>=2.6:../../www/p5-HTML-Template
diff --git a/mtop/Makefile b/mtop/Makefile
index a827f7d30f..ee2f6b547b 100644
--- a/mtop/Makefile
+++ b/mtop/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Curses-based MySQL server monitor
 LICENSE=	gnu-gpl-v2
 
 DEPENDS+=	p5-Curses>=0:../../devel/p5-Curses
-DEPENDS+=	p5-DBD-{mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql
+DEPENDS+=	p5-DBD-mysql>=0:../../databases/p5-DBD-mysql
 
 PERL5_PACKLIST=	auto/mtop/.packlist
 USE_LANGUAGES=	# none
diff --git a/spamassassin-cvs/Makefile b/spamassassin-cvs/Makefile
index fe604a874a..b0a3471aba 100644
--- a/spamassassin-cvs/Makefile
+++ b/spamassassin-cvs/Makefile
@@ -75,7 +75,7 @@ SA_SSLCERTS=		'$$LOCAL_RULES_DIR/certs'
 .if !empty(SPAMASSASSIN_USE_MYSQL:M[yY][eE][sS])
 .include "../../databases/p5-DBI/buildlink3.mk"
 DEPENDS+=		p5-DBI>=1.37:../../databases/p5-DBI
-DEPENDS+=		p5-DBD-{mysql,percona}*-[0-9]*:../../databases/p5-DBD-mysql
+DEPENDS+=		p5-DBD-mysql>=2.1017:../../databases/p5-DBD-mysql
 .endif
 
 .if !empty(SPAMASSASSIN_USE_RAZOR:M[yY][eE][sS])


Home | Main Index | Thread Index | Old Index