aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-connector-java
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Updated to 8.0.23Richard Gallamore2021-01-232-4/+4
| | | | | | | Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-23.html Notes: svn path=/head/; revision=562375
* Updated to 8.0.22Richard Gallamore2020-10-202-4/+4
| | | | | | | Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-22.html Notes: svn path=/head/; revision=552835
* Updated to 8.0.21Richard Gallamore2020-07-162-4/+4
| | | | | | | Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-21.html Notes: svn path=/head/; revision=542336
* Updated to 8.0.20Richard Gallamore2020-04-282-4/+4
| | | | | | | Changelog: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-20.html Notes: svn path=/head/; revision=533237
* Updated to 8.0.19Richard Gallamore2020-01-172-5/+5
| | | | | | | | | Removed white space to satisfy portlint Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-19.html Notes: svn path=/head/; revision=523269
* Updated to 8.0.18Richard Gallamore2019-10-162-4/+4
| | | | | | | Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-18.html Notes: svn path=/head/; revision=514573
* Updated to 8.0.17Richard Gallamore2019-08-012-4/+4
| | | | | | | Changes: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-17.html Notes: svn path=/head/; revision=507748
* Hand these ports over to Richard GallamoreMatthew Seaman2019-06-171-1/+1
| | | | Notes: svn path=/head/; revision=504389
* Update to 8.0.16Matthew Seaman2019-04-292-11/+7
| | | | | | | | | | | | Upstream has unbundled all of the 3rd party jars they used to ship in the tarball. We already preferred installing slf4j.jar and c3p0.jar from ports, so we just had to add a dependency (and create a port for) protobuf-java.jar ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-16.html Notes: svn path=/head/; revision=500380
* Update to 8.0.15Matthew Seaman2019-02-042-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-15.html Notes: svn path=/head/; revision=492101
* Update to 8.0.14Matthew Seaman2019-01-232-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/news-8-0-14.html Notes: svn path=/head/; revision=491035
* Update databases/mysql-connector-java to 8.0.13Matthew Seaman2019-01-083-55/+28
| | | | | | | | | | | | | | This now requires Java 1.8+ Repo-copy the orgiginal port to databases/mysql-connector-java51 to provide continued support for Java 1,6 and 1.7 users. Hook up to the tree. Summary of Changes: https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/ ChangeLogs: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Notes: svn path=/head/; revision=489740
* Update to 5.1.47Matthew Seaman2018-09-022-4/+4
| | | | | | | Release Notes: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-47.html Notes: svn path=/head/; revision=478761
* Update to 5.1.46Matthew Seaman2018-03-152-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-46.html Notes: svn path=/head/; revision=464626
* Update to 5.1.45Matthew Seaman2017-12-022-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-45.html Notes: svn path=/head/; revision=455381
* Update to 5.1.44Matthew Seaman2017-09-022-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-44.html Notes: svn path=/head/; revision=449157
* Update URL -- mysql.com site has been redesigned, plus it uses HTTPSMatthew Seaman2017-08-011-1/+1
| | | | Notes: svn path=/head/; revision=447024
* Update to 5.1.43Matthew Seaman2017-07-242-5/+5
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-43.html Notes: svn path=/head/; revision=446544
* Update to 5.1.42Matthew Seaman2017-05-012-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-42.html Notes: svn path=/head/; revision=439867
* Update to 5.1.41Matthew Seaman2017-02-282-4/+4
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-41.html Notes: svn path=/head/; revision=435112
* Update to 5.1.40Matthew Seaman2016-10-042-5/+4
| | | | | | | Changelog: https://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-40.html Notes: svn path=/head/; revision=423266
* Update to 5.1.39Matthew Seaman2016-05-232-27/+27
| | | | | | | | | | | | | | | | | - Modernize port: use option depended make targets - Add PORTSCOUT config - Support OpenJDK8 - Consequently make building the javadoc API docs contingent on the version of java used: only build when java 1.6 or 1.7 is in use. javadoc in OpenJDK 1.8 is much less forgiving than in earlier versions of java, and would require substantion patching of the sources to generate javadoc successfully. - Use COPYTREE_SHARE to install javadocs rather than rolling our own ChangeLog: http://dev.mysql.com/doc/relnotes/connector-j/5.1/en/news-5-1-39.html Notes: svn path=/head/; revision=415723
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update to 5.1.38Matthew Seaman2016-01-122-4/+4
| | | | | | | | | | - Don't insert a sed token into the plist when we can simply use a make(1) variable. ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-38.html Notes: svn path=/head/; revision=405834
* Update to 5.1.37Matthew Seaman2015-10-162-3/+3
| | | | | | | ReleaseNotes: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-37.html Notes: svn path=/head/; revision=399424
* Update to 5.1.36Matthew Seaman2015-07-042-4/+4
| | | | | | | | | | | - limit acceptable OpenJDK versions to 1.6 and 1.7 Change Log: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-36.html PR: 201317 Submitted by: glewis Notes: svn path=/head/; revision=391301
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Update to 5.1.35Matthew Seaman2015-03-242-3/+3
| | | | | | | ChangeLog: http://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-35.html Notes: svn path=/head/; revision=382081
* Update to 5.1.34Matthew Seaman2014-11-152-3/+3
| | | | | | | Release notes: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-34.html Notes: svn path=/head/; revision=372599
* Update to 5.1.33Matthew Seaman2014-09-262-3/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-33.html Notes: svn path=/head/; revision=369318
* Update to 5.1.32Matthew Seaman2014-09-142-4/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-32.html Notes: svn path=/head/; revision=368193
* Fix slipshod typing. This has nothing to do with the Council for theMatthew Seaman2014-07-131-1/+1
| | | | | | | Protection of Rural England. Notes: svn path=/head/; revision=361666
* Add CPE settingsMatthew Seaman2014-07-131-0/+5
| | | | Notes: svn path=/head/; revision=361665
* Update to 5.1.31Matthew Seaman2014-06-072-3/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-31.html Notes: svn path=/head/; revision=356934
* Update to 5.1.30Matthew Seaman2014-03-292-3/+3
| | | | | | | Change log: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-30.html Notes: svn path=/head/; revision=349580
* Remove trailing whitespaces from category databasesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345402
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Update to 5.1.29Matthew Seaman2014-02-042-3/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-29.html Notes: svn path=/head/; revision=342589
* Update to 5.1.28Matthew Seaman2013-12-242-3/+3
| | | | | | | | | This is a routine bugfix and incremental improvement release. ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-28.html Notes: svn path=/head/; revision=337321
* Update to 5.1.27Matthew Seaman2013-11-082-3/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-27.html Notes: svn path=/head/; revision=333183
* - stageifyMatthew Seaman2013-09-271-4/+3
| | | | Notes: svn path=/head/; revision=328439
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 5.1.26Matthew Seaman2013-08-022-3/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-26.html Notes: svn path=/head/; revision=324144
* Update to 5.1.25Matthew Seaman2013-05-022-3/+3
| | | | | | | ChangeLog: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-25.html Notes: svn path=/head/; revision=317131
* Update to 5.1.24Matthew Seaman2013-04-162-3/+3
| | | | | | | | | | | ChangeLogs: https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-23.html https://dev.mysql.com/doc/relnotes/connector-j/en/news-5-1-24.html Feature safe: yes Notes: svn path=/head/; revision=315904
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-1/+1
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Update to 5.1.22Matthew Seaman2012-11-252-9/+5
| | | | | | | | | | - Trim Makefile headers - ChangeLog: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-22.html Feature safe: yes Notes: svn path=/head/; revision=307753
* - Update to 5.1.21Matthew Seaman2012-08-032-3/+3
| | | | | | | - ChangeLogs: https://dev.mysql.com/doc/connector-j/en/cj-news-5-1-x.html Notes: svn path=/head/; revision=301946
* Remove redundant CONFLICTs settingMatthew Seaman2012-07-101-5/+2
| | | | | | | | | | | Reposition LICENSE to pacify portlint Submitted by: jgh PR: ports/169675 Approved by: shaun (mentor) Notes: svn path=/head/; revision=300702