[48878] trunk/dports/ruby/rb-bdb/Portfile

jmr at macports.org jmr at macports.org
Mon Mar 30 21:36:10 PDT 2009


Revision: 48878
          http://trac.macports.org/changeset/48878
Author:   jmr at macports.org
Date:     2009-03-30 21:36:10 -0700 (Mon, 30 Mar 2009)
Log Message:
-----------
rb-bdb: update to 0.6.5

Modified Paths:
--------------
    trunk/dports/ruby/rb-bdb/Portfile

Modified: trunk/dports/ruby/rb-bdb/Portfile
===================================================================
--- trunk/dports/ruby/rb-bdb/Portfile	2009-03-31 04:04:06 UTC (rev 48877)
+++ trunk/dports/ruby/rb-bdb/Portfile	2009-03-31 04:36:10 UTC (rev 48878)
@@ -1,8 +1,9 @@
 # $Id$
+
 PortSystem		1.0
 PortGroup		ruby 1.0
 
-ruby.setup		bdb 0.5.8 extconf.rb {README.en bdb.html bdb.rd docs examples}
+ruby.setup		bdb 0.6.5 extconf.rb {README.en bdb.html bdb.rd docs examples}
 maintainers		nomaintainer
 description		Ruby interface to the embedded Berkeley DB
 long_description	Ruby BDB is an interface for using Berkeley DB \
@@ -15,18 +16,19 @@
 categories-append	databases
 homepage		http://moulon.inra.fr/ruby/${ruby.module}.html
 master_sites	ftp://moulon.inra.fr/pub/ruby/
-checksums		md5 b0c9eb2f4a8456bb71afad353161199c
+checksums		md5 a6b1b04eede935f1de5327e365e350fa \
+				sha1 9a9151801d2a02feb0bba866762634bec860e724
 platforms		darwin
 
-depends_lib-append		port:db44
+depends_lib-append		port:db46
 
-configure.args-append	--with-db-lib=${prefix}/lib/db44 \
-						--with-db-include=${prefix}/include/db44
+configure.args-append	--with-db-lib=${prefix}/lib/db46 \
+						--with-db-include=${prefix}/include/db46
 
 variant db3 {
-	depends_lib-delete		port:db44
+	depends_lib-delete		port:db46
 	depends_lib-append		port:db3
-	configure.args-delete	--with-db-lib=${prefix}/lib/db44 --with-db-include=${prefix}/include/db4
+	configure.args-delete	--with-db-lib=${prefix}/lib/db46 --with-db-include=${prefix}/include/db46
 	configure.args-append	--with-db-dir=${prefix} --with-db-include=${prefix}/include/db3 \
 							--with-db-version=3
 }
@@ -38,4 +40,3 @@
 
 test.run			yes
 #test.target			test
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090330/7caaf64c/attachment.html>


More information about the macports-changes mailing list