summaryrefslogtreecommitdiff
path: root/databases/ruby-bdb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.6.0.Akinori MUSHA2007-02-043-5/+17
| | | | | | | | PR: ports/108672 Submitted by: clsung Notes: svn path=/head/; revision=184136
* - Fix the last commit: --with-db-lib -> --with-db-versionSergey Matveychuk2006-07-151-2/+2
| | | | | | | Reported by: remko Notes: svn path=/head/; revision=167924
* - Fix a bug when databases/ruby-bdb port links only with highest version ofSergey Matveychuk2006-07-151-1/+3
| | | | | | | | | | | | databases/db* ports. If user sets other version with WITH_BDB_VER ruby-bdb builds with a port that user set, but links with highest version. it's caused ruby-bdb unworkable. PR: ports/99697 Submitted: Matthias Andree <matthias.andree_at_gmx.de> Notes: svn path=/head/; revision=167921
* Add SHA256 sums. I'll upgrade my 4.x box to 6 soon...Akinori MUSHA2006-06-071-0/+1
| | | | Notes: svn path=/head/; revision=164669
* - Update to 0.5.9, which now supports bdb 4.4.Akinori MUSHA2006-06-073-349/+19
| | | | | | | | | | | | | - Make good use of USE_BDB instead of tedious WITH_BDB* knobs. - Use 'PORTDOCS=*' to avoid maintaining a list of automatically generated document files that are renumbered on every release. PR: ports/98059 (update to 0.5.8) Submitted by: skv Notes: svn path=/head/; revision=164667
* Fix an installation bug when WITH_BDB_VER is set to 42 or 43.Akinori MUSHA2005-11-301-2/+2
| | | | | | | Submitted by: Jarrod Sayers <jarrod@netleader.com.au> Notes: svn path=/head/; revision=150054
* Update to 0.5.7.Akinori MUSHA2005-11-143-12/+13
| | | | Notes: svn path=/head/; revision=148222
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* - Support bdb43Pav Lucistnik2005-09-101-0/+3
| | | | | | | | | PR: ports/82924 Submitted by: delphij Approved by: maintainer timeout (knu; 2 months) Notes: svn path=/head/; revision=142387
* Update to 0.5.3.Akinori MUSHA2004-12-233-49/+82
| | | | | | | Submitted by: sumikawa Notes: svn path=/head/; revision=124995
* Update to 0.5.1.Akinori MUSHA2004-08-123-192/+448
| | | | | | | Build ri documents. Notes: svn path=/head/; revision=116012
* Add support for db2 and db42 in addition to db3, db4 and db41.Akinori MUSHA2004-05-121-3/+11
| | | | | | | Add CONFLICTS entries. Notes: svn path=/head/; revision=109027
* - Build with db4 instead of db3 by default.Akinori MUSHA2004-05-121-19/+12
| | | | | | | - Always suffix db's version number to PKGNAME. Notes: svn path=/head/; revision=109026
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Update to 0.5.0.Akinori MUSHA2003-12-232-2/+2
| | | | Notes: svn path=/head/; revision=96489
* Update to 0.4.9.Akinori MUSHA2003-12-153-3/+4
| | | | Notes: svn path=/head/; revision=95840
* Chase a repack and add another checksum to distinfo.Akinori MUSHA2003-09-141-0/+1
| | | | | | | | | | The difference is a trivial fix against README.en and debug print removal from examples/lock.rb. Submitted by: bento Notes: svn path=/head/; revision=88982
* Update to 0.4.8.Akinori MUSHA2003-09-063-3/+2
| | | | Notes: svn path=/head/; revision=88637
* Update to 0.4.7.Akinori MUSHA2003-07-292-5/+8
| | | | Notes: svn path=/head/; revision=85845
* Update to 0.4.3.Akinori MUSHA2003-06-262-2/+2
| | | | Notes: svn path=/head/; revision=83619
* Update to 0.4.3.Akinori MUSHA2003-06-152-2/+2
| | | | Notes: svn path=/head/; revision=83050
* Update to 0.4.2.Akinori MUSHA2003-06-012-2/+2
| | | | Notes: svn path=/head/; revision=81892
* Update to 0.4.1.Akinori MUSHA2003-04-052-2/+2
| | | | Notes: svn path=/head/; revision=78298
* Update to 0.4.0.Akinori MUSHA2003-03-032-2/+2
| | | | Notes: svn path=/head/; revision=76808
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75772
* Update to 0.3.9.Akinori MUSHA2003-02-073-5/+7
| | | | Notes: svn path=/head/; revision=75056
* Update to 0.3.8, which is compatible with the latest ruby 1.8.Akinori MUSHA2003-01-013-6/+320
| | | | Notes: svn path=/head/; revision=72032
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-52/+52
| | | | Notes: svn path=/head/; revision=67504
* Update to 0.3.5. (adapted for db 4.1.24)Akinori MUSHA2002-09-192-2/+2
| | | | Notes: svn path=/head/; revision=66731
* Update to 0.3.4.Akinori MUSHA2002-09-083-6/+3
| | | | Notes: svn path=/head/; revision=65823
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-221-1/+2
| | | | | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x Notes: svn path=/head/; revision=64836
* Update to 0.3.3. (now supports db 4.1.16)Akinori MUSHA2002-08-162-5/+5
| | | | Notes: svn path=/head/; revision=64573
* Update to 0.3.2.Akinori MUSHA2002-07-142-2/+5
| | | | Notes: svn path=/head/; revision=62938
* Update to 0.3.1.Akinori MUSHA2002-03-164-64/+8
| | | | Notes: svn path=/head/; revision=56217
* Build a module with a correct combination of headers and library on aAkinori MUSHA2002-02-132-2/+63
| | | | | | | | | system where db3 and db4 are both installed. For those who have built dysfunctional modules, bump the PORTREVISION. Notes: svn path=/head/; revision=54632
* Update to 0.3.0.Akinori MUSHA2002-02-103-2/+12
| | | | Notes: svn path=/head/; revision=54498
* Add a WITH_BDB4 knob.Akinori MUSHA2002-01-151-2/+12
| | | | Notes: svn path=/head/; revision=53133
* Remove an obsolete patch (Perl substitution) against extconf.rb.Akinori MUSHA2002-01-151-3/+0
| | | | Notes: svn path=/head/; revision=53132
* Update to 0.2.9.Akinori MUSHA2002-01-153-2/+3
| | | | Notes: svn path=/head/; revision=53118
* Update to 0.2.7.Akinori MUSHA2001-12-132-2/+2
| | | | Notes: svn path=/head/; revision=51449
* Update to 0.2.6.Akinori MUSHA2001-11-283-3/+3
| | | | Notes: svn path=/head/; revision=50695
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Chase a repack.Akinori MUSHA2001-09-131-1/+1
| | | | | | | This seems to be another update without a version bump. Notes: svn path=/head/; revision=47807
* Update to 0.2.5.Akinori MUSHA2001-09-122-2/+2
| | | | Notes: svn path=/head/; revision=47755
* Update to 0.2.4.Akinori MUSHA2001-08-283-2/+3
| | | | Notes: svn path=/head/; revision=47022
* Update to 0.2.3.Akinori MUSHA2001-08-183-3/+3
| | | | Notes: svn path=/head/; revision=46439
* Link with -ldb3 instead of -ldb.Akinori MUSHA2001-08-021-0/+3
| | | | Notes: svn path=/head/; revision=45723
* Back out the db3 port update because some of these dependent ports hadAkinori MUSHA2001-08-011-1/+2
| | | | | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time. Notes: svn path=/head/; revision=45700
* Update to 0.2.2.Akinori MUSHA2001-07-292-3/+2
| | | | Notes: svn path=/head/; revision=45584
* Reflect databases/db3's shlib version bump from 2 to 3.Akinori MUSHA2001-07-251-1/+2
| | | | Notes: svn path=/head/; revision=45472