pkgsrc-WIP-changes archive

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

*: Remove mysql51 support



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Fri Mar 13 10:09:50 2020 +0000
Changeset:	7f8532781e31f714824d3b427224aa00e3458095

Modified Files:
	dotproject/Makefile
	mysql-proxy/Makefile

Log Message:
*: Remove mysql51 support

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

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

diffstat:
 dotproject/Makefile  | 2 +-
 mysql-proxy/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/dotproject/Makefile b/dotproject/Makefile
index 0e0456bfc1..7957b6ec9f 100644
--- a/dotproject/Makefile
+++ b/dotproject/Makefile
@@ -13,7 +13,7 @@ LICENSE=	gnu-gpl-v2
 WRKSRC=				${WRKDIR}/dotproject
 USE_LANGUAGES=			# none
 
-MYSQL_VERSIONS_ACCEPTED=	51 55
+MYSQL_VERSIONS_ACCEPTED=	55
 
 # base on PHP package
 DEPENDS+=	${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.4.0:../../www/ap-php
diff --git a/mysql-proxy/Makefile b/mysql-proxy/Makefile
index 74a73b6d6a..979e69abc3 100644
--- a/mysql-proxy/Makefile
+++ b/mysql-proxy/Makefile
@@ -14,7 +14,7 @@ LICENSE=	gnu-gpl-v2
 PKG_DESTDIR_SUPPORT=	user-destdir
 
 LUA_VERSIONS_ACCEPTED=		51
-MYSQL_VERSIONS_ACCEPTED=	56 55 51
+MYSQL_VERSIONS_ACCEPTED=	56 55
 
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes


Home | Main Index | Thread Index | Old Index