Skip to content

Commit

Permalink
databases/mysql-connector-j: Renamed and updated to 8.1.0
Browse files Browse the repository at this point in the history
Starting on 8.0.31, upstream has renamed the port to mysql-connector-j
and the groupId and artifactId has changed to comply with proper naming
guidelines. Please read the changelog for more details.

Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.1/en/news-8-1-0.html
  • Loading branch information
Richard Gallamore authored and Richard Gallamore committed Aug 27, 2023
1 parent 131e682 commit 99af02b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -7836,3 +7836,4 @@ devel/py-zope.location||2023-08-27|Remove leaf zope ports that have no sense in
textproc/py-zope.i18nmessageid||2023-08-27|Remove leaf zope ports that have no sense in absence of zope itself
textproc/py-zope.structuredtext||2023-08-27|Remove leaf zope ports that have no sense in absence of zope itself
textproc/py-zope.tal||2023-08-27|Remove leaf zope ports that have no sense in absence of zope itself
databases/mysql-connector-java|databases/mysql-connector-j|2023-08-27|Following rename with upstream
2 changes: 1 addition & 1 deletion databases/Makefile
Expand Up @@ -199,7 +199,7 @@
SUBDIR += mydumper
SUBDIR += mysql++
SUBDIR += mysql-connector-c++
SUBDIR += mysql-connector-java
SUBDIR += mysql-connector-j
SUBDIR += mysql-connector-java51
SUBDIR += mysql-connector-odbc-80
SUBDIR += mysql-udf
Expand Down
@@ -1,5 +1,5 @@
PORTNAME= mysql-connector-java
PORTVERSION= 8.0.30
PORTNAME= mysql-connector-j
PORTVERSION= 8.1.0
CATEGORIES= databases java
MASTER_SITES= MYSQL/Connector-J

Expand Down
3 changes: 3 additions & 0 deletions databases/mysql-connector-j/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1693155206
SHA256 (mysql-connector-j-8.1.0.tar.gz) = d16855f9cf180f9c128b202d43c1ea0fc8a03863d34006a06fc76f64565fe2e9
SIZE (mysql-connector-j-8.1.0.tar.gz) = 4241696
File renamed without changes.
3 changes: 0 additions & 3 deletions databases/mysql-connector-java/distinfo

This file was deleted.

0 comments on commit 99af02b

Please sign in to comment.