The distribution file for Connector/J 5.1.17 does not appear to be available in .tar.gz format which prevents the port from being upgraded. Offered below is a patch which switches the port to the .zip format and corrects this issue. Fix: Patch offered below. How-To-Repeat: Attempt to source the distribution manually. bender# fetch http://mysql.mirrors.ilisys.com.au/Downloads/Connector-J/mysql-connector-java-5.1.17.tar.gz fetch: http://mysql.mirrors.ilisys.com.au/Downloads/Connector-J/mysql-connector-java-5.1.17.tar.gz: Not Found bender# fetch http://mysql.he.net/Downloads/Connector-J/mysql-connector-java-5.1.17.tar.gz fetch: http://mysql.he.net/Downloads/Connector-J/mysql-connector-java-5.1.17.tar.gz: Not Found bender#
Maintainer of databases/mysql-connector-java, Please note that PR ports/158754 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158754 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On 10/07/2011 03:20, Edwin Groothuis wrote: > Maintainer of databases/mysql-connector-java, > > Please note that PR ports/158754 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158754 > Yes, MySQL seem to be supplying this software only in zip format now. Maintainer approves. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW
State Changed From-To: feedback->open Maintainer approved.
arved 2011-07-10 18:23:30 UTC FreeBSD ports repository Modified files: databases/mysql-connector-java Makefile distinfo Log: Switch to zipfile as tar.gz became unavailable PR: 158754 Submitted by: Jarrod Sayers Approved by: Maintainer Revision Changes Path 1.59 +2 -0 ports/databases/mysql-connector-java/Makefile 1.37 +2 -2 ports/databases/mysql-connector-java/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks