[33691] trunk/dports/databases/libgda3/Portfile

gui_dos at macports.org gui_dos at macports.org
Sun Feb 3 07:04:26 PST 2008


Revision: 33691
          http://trac.macosforge.org/projects/macports/changeset/33691
Author:   gui_dos at macports.org
Date:     2008-02-03 07:04:23 -0800 (Sun, 03 Feb 2008)

Log Message:
-----------
libgda3:
 * Update to 3.0.2
 * Updated dependency on db46

Modified Paths:
--------------
    trunk/dports/databases/libgda3/Portfile

Modified: trunk/dports/databases/libgda3/Portfile
===================================================================
--- trunk/dports/databases/libgda3/Portfile	2008-02-03 14:47:19 UTC (rev 33690)
+++ trunk/dports/databases/libgda3/Portfile	2008-02-03 15:04:23 UTC (rev 33691)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		libgda3
-version		3.0.1
+version		3.0.2
 description	GDA provides uniform access to diffent kinds of data sources.
 long_description	\
     GNU Data Access (GDA) is an attempt to provide \
@@ -14,9 +14,9 @@
 homepage	http://www.gnome-db.org/
 distname	libgda-${version}
 master_sites    gnome:sources/libgda/3.0/
-checksums	md5 1aaf23c27ba94d0b231f2b123350110a \
-		sha1 78c9054c4c40463020b8f62da72fca909dd9df03 \
-		rmd160 a9a1f71cc3a6faf8086bf3044b8de91dfc3f3032
+checksums	md5 81969ad23b58517b83eee69875d696a1 \
+		sha1 9152ddbada84ef635dbee39ff063a25a5c979e7b \
+		rmd160 823465360c440822c11a872f50ab18c673213a26
 use_bzip2	yes
 
 depends_lib	\
@@ -46,7 +46,7 @@
 	}
 }
 
-default_variants +with_bdb44
+default_variants +with_bdb46
 
 variant with_mysql3 conflicts with_mysql4 with_mysql5 {
 	depends_lib-append	port:mysql
@@ -73,11 +73,11 @@
 #	configure.args-append	--with-postgres=${prefix}/lib/postgresql82
 }
 
-variant with_bdb44 conflicts without_bdb with_bdb {
-	depends_lib-append	port:db44
+variant with_bdb46 conflicts without_bdb with_bdb {
+	depends_lib-append	port:db46
 	configure.args-append	--with-bdb=${prefix}
-	configure.cppflags-append	"-I${prefix}/include/db44"
-	configure.ldflags-append	"-L${prefix}/lib/db44"
+	configure.cppflags-append	"-I${prefix}/include/db46"
+	configure.ldflags-append	"-L${prefix}/lib/db46"
 	
 }
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080203/cb0ebc01/attachment.html


More information about the macports-changes mailing list