mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
databases/mysql-connector-j: Renamed and updated to 8.1.0
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
This commit is contained in:
parent
131e682e61
commit
99af02b525
6 changed files with 7 additions and 6 deletions
1
MOVED
1
MOVED
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
3
databases/mysql-connector-j/distinfo
Normal file
3
databases/mysql-connector-j/distinfo
Normal file
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1660023225
|
||||
SHA256 (mysql-connector-java-8.0.30.tar.gz) = 392f4af8ebdd58c832031d748d482db32b28f82e3913a9ca2d58bd05d45ae526
|
||||
SIZE (mysql-connector-java-8.0.30.tar.gz) = 4264088
|
Loading…
Add table
Reference in a new issue