summaryrefslogtreecommitdiff
path: root/databases/ruby-gdbm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Use a static PORTEPOCH for a while. We have a problem with the variableStanislav Sedov2007-04-051-1/+1
| | | | | | | | | | initialization order. Reported by: many Thanks to: pav Notes: svn path=/head/; revision=189263
* - Update ruby to 1.8.6Stanislav Sedov2007-04-031-2/+3
| | | | | | | | - Synchronise portversions and portepochs in all ruby subports - Take maintainerships of all ruby subports. Notes: svn path=/head/; revision=189129
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mkSergey Matveychuk2005-11-151-0/+1
| | | | | | | Reported by: chkversion script Notes: svn path=/head/; revision=148313
* 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
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75772
* Unbreak packaging for ruby 1.8.Akinori MUSHA2003-01-231-1/+7
| | | | Notes: svn path=/head/; revision=73874
* chase gdbm lib versionYing-Chieh Liao2003-01-031-1/+1
| | | | Notes: svn path=/head/; revision=72367
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-301-1/+1
| | | | Notes: svn path=/head/; revision=56946
* Update ruby to the 1.6.5 release.Akinori MUSHA2001-09-191-1/+0
| | | | Notes: svn path=/head/; revision=47989
* 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
* Alter the build process for the standard libraries of Ruby.Akinori MUSHA2001-03-191-6/+7
| | | | Notes: svn path=/head/; revision=40043
* Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC.Akinori MUSHA2000-10-201-3/+3
| | | | Notes: svn path=/head/; revision=34040
* Fix MD5_FILE (files/md5 -> distinfo).Satoshi Asami2000-10-081-1/+1
| | | | Notes: svn path=/head/; revision=33579
* Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)Akinori MUSHA2000-09-281-0/+2
| | | | | | | | | | | | | | | | Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>, with his approval. I can never thank him too much for his previous work which led me in the right direction! :) lang/ruby: - Add a patch for find.rb, which fixes the bug found after 1.6.1 was released. databases/ruby-gdbm, */ruby-{tcltklib,tk}: - Remove files/md5 and refer to lang/ruby's one. Notes: svn path=/head/; revision=33227
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYAkinori MUSHA2000-09-261-3/+1
| | | | | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly. Notes: svn path=/head/; revision=33130
* Update to Ruby 1.6.0 official release.Akinori MUSHA2000-09-191-4/+4
| | | | | | | | | | | | lang/ruby: - Do not force lib/ruby/site_ruby and lib/ruby removals, because a user may have his/her stuff installed there. x11-toolkits/ruby-tk: - Fix duplicated PKGNAMEPREFIX. Notes: svn path=/head/; revision=32851
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.Akinori MUSHA2000-09-061-1/+1
| | | | | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green Notes: svn path=/head/; revision=32358
* Update to 1.6.0-preview3.Akinori MUSHA2000-09-062-22/+11
| | | | | | | Utilize bsd.ruby.mk. Notes: svn path=/head/; revision=32355
* Use MASTER_SITE_RUBY.Akinori MUSHA2000-09-051-8/+2
| | | | Notes: svn path=/head/; revision=32305
* Add ruby-gdbm, a Ruby extension to GDBM library.Akinori MUSHA2000-08-235-0/+60
Notes: svn path=/head/; revision=31909