Commit Graph

22 Commits

Author SHA1 Message Date
Christopher Chavez 67a02c822f MySQL ports: use mysql mirror sites for master_sites
Applies to mysql4, mysql-connector-odbc, mysql-connector-java,
mysql55-connector-cpp (and subports mysql51-connector-cpp,
mysql56-connector-cpp, mysql57-connector-cpp, mariadb-connector-cpp,
percona-connector-cpp).
2021-02-07 20:25:34 -08:00
Christopher Chavez 1ac2af4657 MySQL ports: Use HTTPS URLs
Use HTTPS for www.mysql.com and dev.mysql.com
2019-06-27 05:15:16 +01:00
Ken Cunningham 62e1735234 multiple ports: fix https redirects
all nomaintainer
2018-02-01 07:51:35 -05:00
Lawrence Velázquez 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00
Ryan Schmidt fcad1adf23 mysql-connector-java: also apply JDK 1.6 patch on Lion; see https://trac.macports.org/ticket/30929
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@82946 d073be05-634f-4543-b044-5fe20cf6d1d6
2011-08-22 14:11:48 +00:00
James D. Berry 642169f6c6 Drop maintainership of my recently ill-maintained java ports. I may still look in on them from time to time, but this feels better than to just ignore thme. Free to a good home.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@72252 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-10-08 23:20:28 +00:00
Anthony Ramine 7c6f1da14c Update mysql-connector-java to 5.1.12
Changes:
> 02-18-10 - Version 5.1.12
>
>     - NO_INDEX_USED and NO_GOOD_INDEX used were only being set when profileSQL
>       was set to "true", and in some cases their values were reversed.
>
>     - Fix for Bug#51022 - conn.getMetaData().getProcedures("schema",null,"%");
>       returns all stored procedures from all databases and not only for given
>       one.
>
>     - Fixed Bug#50538 - ${svn.revno} shows up in DBMD.getDriverVersion().
>
>     - Removed usage of timestamp nanoseconds in
>       PreparedStatement.setTimestamp(), as long as Bug#50774 exists in the
>       server and there's no real support for nanos/micros in TIMESTAMPs, avoid
>       the performance regression usage of them causes.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@64741 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-03-15 13:14:38 +00:00
Anthony Ramine a8190267f1 Update mysql-connector-java to 5.1.11
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@63017 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-01-23 16:34:19 +00:00
Anthony Ramine b43c70a5c6 Fix mysql-connector-java homepage and livecheck
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@62102 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-12-29 00:49:44 +00:00
Anthony Ramine 7ea35bc518 Add Snow Leopard support to mysql-connector-java
mysql-connector-java requires JDK 1.5 and cannot compile with
JDK 1.6, complaining that some abstract methods are not defined
in concrete classes. patch-JDK-1.6.diff fixes that.

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@61130 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-12-02 21:51:18 +00:00
Ryan Schmidt af27891385 Change deprecated livecheck.check to livecheck.type
See http://lists.macosforge.org/pipermail/macports-dev/2009-August/009699.html

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@57375 d073be05-634f-4543-b044-5fe20cf6d1d6
2009-09-10 08:16:41 +00:00
James D. Berry cd367ef034 obfuscate my maintainer email addresses
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@35275 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-03-23 15:54:42 +00:00
Juan Manuel Palacios 30f26913c5 Openmaintainer address abstraction in java category.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@30199 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-10-22 21:00:27 +00:00
James D. Berry 8a05d62ff4 Add livecheck to mysql-connector-java
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@29319 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-09-20 21:36:44 +00:00
Simon Ruderich 27d74b8947 java/mysql-connector-java: Updated to version 5.0.7 to fix download failure, closes https://trac.macports.org/ticket/12452. Thanks to Scott Harper for reporting the update works.
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@28601 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-09-04 15:13:44 +00:00
James D. Berry a5bf406478 Add openmaintainer to my ports
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@24558 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-04-28 04:00:37 +00:00
James D. Berry 473c55a96b Update mysql-connector-java --> 5.0.4
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@21100 d073be05-634f-4543-b044-5fe20cf6d1d6
2007-01-01 18:19:18 +00:00
Blair Zajac ce2062627d Set the svn:keywords property to 'Id' for all Portfile's. This
re-enables the Id keyword substitution that was present in the CVS
repository.

See this thread for more information:
http://lists.macosforge.org/pipermail/macports-dev/2006-October/000180.html

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@20317 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-11-01 22:34:01 +00:00
James D. Berry cb62334017 Upgrade mysql-connector-java --> 5.0.3
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@19960 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-10-06 18:38:30 +00:00
James D. Berry 6d941e467b Update to my @macports email address in all my ports
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@19406 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-09-03 16:12:08 +00:00
James D. Berry 10cc33734c Update mysql-connector-java --> 3.1.12
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@16188 d073be05-634f-4543-b044-5fe20cf6d1d6
2006-02-01 15:44:35 +00:00
James D. Berry 7b54bddeb3 New port mysql-connector-java 3.1.10, the official JDBC connector for MySQL
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@13663 d073be05-634f-4543-b044-5fe20cf6d1d6
2005-08-24 04:22:43 +00:00