MySQL Workbench is a cross-platform, visual database design tool developed by MySQL. It is the highly anticipated successor application of the DBDesigner4 project. WWW: http://dev.mysql.com/workbench/ Special thanks to Mykola Dzham for testing and advices. Fix: Patch attached with submission follows:
I've missed that some files was in DOS format, and gnats stripped \r's from shar :( Next patch should fix this --- mysql-workbench51/Makefile.orig 2009-06-27 21:06:16.000000000 +0300 +++ mysql-workbench51/Makefile 2009-06-27 21:19:16.000000000 +0300 @@ -29,6 +29,8 @@ ACLOCAL_ARGS= AUTOCONF_ARGS= SUBDIRS= ext/yassl/taocrypt ext/yassl . +USE_DOS2UNIX= yes +DOS2UNIX_REGEX= .*ext/yassl/.*(Makefile.am|configure.in) OPTIONS= PYTHON "Enable Python scripting and modules" off
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
Update to 5.1.16 --- mysql-workbench51/Makefile.orig 2009-07-09 13:05:02.000000000 +0300 +++ mysql-workbench51/Makefile 2009-07-09 14:04:57.000000000 +0300 @@ -6,7 +6,7 @@ # PORTNAME= mysql-workbench-oss -PORTVERSION?= 5.1.15 +PORTVERSION?= 5.1.16 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_MYSQL} MASTER_SITE_SUBDIR= MySQLGUITools --- mysql-workbench51/distinfo.orig 2009-06-26 23:00:52.000000000 +0300 +++ mysql-workbench51/distinfo 2009-07-09 13:05:54.000000000 +0300 @@ -1,3 +1,3 @@ -MD5 (mysql-workbench-oss-5.1.15.tar.gz) = 675ea3e720a1b57bea5093c96f3455e4 -SHA256 (mysql-workbench-oss-5.1.15.tar.gz) = 951a99385da65e852bb8c6cafbf18a61780cab8d5ab15f35cfc7359b3ba9ad84 -SIZE (mysql-workbench-oss-5.1.15.tar.gz) = 12404269 +MD5 (mysql-workbench-oss-5.1.16.tar.gz) = e2f4ddea185e6988887d28a62e7cbbb5 +SHA256 (mysql-workbench-oss-5.1.16.tar.gz) = 114767f2a82730f009c748d4905fa94b1564fd9653e66a8ef20502475140ff12 +SIZE (mysql-workbench-oss-5.1.16.tar.gz) = 12419040
State Changed From-To: open->closed Committed, with minor changes. Thanks!
State Changed From-To: closed->open has 2 parts