summaryrefslogtreecommitdiff
path: root/databases/mysql-navigator (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to frameworkPav Lucistnik2007-02-131-2/+1
| | | | | | | | Submitted by: rafan Tested on: pointyhat Notes: svn path=/head/; revision=185058
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Conversion to a single libtool environment.Ade Lovett2006-02-231-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-1/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix build with MySQL 4.1.x.Dmitry Sivachenko2004-12-311-0/+14
| | | | | | | | Submitted by: Michael Hambly <mike@blackbirdsoftware.com> PR: 74237 Notes: svn path=/head/; revision=125598
* Fix MASTER_SITE_SUBDIR.Dmitry Sivachenko2004-05-311-2/+2
| | | | | | | | PR: 67227 Submitted by: Roman Neuhauser <neuhauser@chello.cz> Notes: svn path=/head/; revision=110483
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.Joe Marcus Clarke2004-04-051-1/+1
| | | | Notes: svn path=/head/; revision=106175
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Project has moved to SourceForge.Dmitry Sivachenko2004-03-102-3/+4
| | | | | | | | PR: 64018 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=103499
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix build on -current;Dmitry Sivachenko2004-01-023-3/+59
| | | | | | | | | | | utilize USE_MYSQL; minor improvements to pet portlint. PR: 59699 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=97139
* Fix MASTER_SITES [1];Dmitry Sivachenko2003-04-303-10/+3
| | | | | | | | | | Update to version 1.4.2. PR: 51266 [1] Submitted by: Kirill Ponomarew <ponomarew@oberon.net> Notes: svn path=/head/; revision=79909
* Update to version 1.4.1;Dmitry Sivachenko2003-02-233-3/+4
| | | | | | | De-pkg-comment. Notes: svn path=/head/; revision=76260
* Fix braino: add USE_REINPLACE.Will Andrews2002-09-211-0/+1
| | | | Notes: svn path=/head/; revision=66965
* Update to 1.3.12, which works on KDE3.Will Andrews2002-09-213-15/+10
| | | | Notes: svn path=/head/; revision=66964
* Upgrade to version 1.3.7.Dmitry Sivachenko2002-01-263-14/+15
| | | | Notes: svn path=/head/; revision=53803
* Upgrade to 1.3.3.6.Dmitry Sivachenko2002-01-016-122/+22
| | | | Notes: svn path=/head/; revision=52463
* Update to 1.2.4.Dmitry Sivachenko2001-08-024-10/+16
| | | | Notes: svn path=/head/; revision=45719
* Update to 1.2.2Dmitry Sivachenko2001-06-014-9/+28
| | | | Notes: svn path=/head/; revision=43380
* Upgrade to 1.1.0Dmitry Sivachenko2001-05-162-2/+2
| | | | Notes: svn path=/head/; revision=42633
* Upgrade to 0.9.5.1Dmitry Sivachenko2001-05-035-33/+41
| | | | Notes: svn path=/head/; revision=42205
* Update to use bsd.kde.mkDmitry Sivachenko2001-04-131-3/+2
| | | | Notes: svn path=/head/; revision=41329
* Update to version 0.7.5Dmitry Sivachenko2001-04-023-5/+5
| | | | Notes: svn path=/head/; revision=40743
* Update to version 0.7.0.Dmitry Sivachenko2001-03-306-32/+98
| | | | Notes: svn path=/head/; revision=40579
* Newest versions of this port use QT+KDE instead of GTK+GNOME, so dropMaxim Sobolev2001-03-301-1/+1
| | | | | | | | | maintainership, because I don't have a QT/KDE installed and certainly won't install it just to test this port. Hopefully some QT/KDE addict would take care of it. Notes: svn path=/head/; revision=40578
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Whitespace-only:Maxim Sobolev2000-11-011-1/+1
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-052-4/+4
| | | | Notes: svn path=/head/; revision=33428
* Update md5. The new version of distfile insludes path, which is the onlyMaxim Sobolev2000-09-122-2/+1
| | | | | | | | | difference. Submitted by: bento Notes: svn path=/head/; revision=32560
* Update to 0.3.2.Maxim Sobolev2000-07-172-7/+2
| | | | Notes: svn path=/head/; revision=30735
* New port of mysql-navigator - a MySQL database server administration packageMaxim Sobolev2000-07-036-0/+61
for Gnome desktop. Notes: svn path=/head/; revision=30140