Revision
122867
Author
afb@macports.org
Date
2014-08-01 05:35:06 -0700 (Fri, 01 Aug 2014)

Log Message

db60: new port (from db53)

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/dports/databases/db60/Portfile (122734 => 122867)


--- trunk/dports/databases/db53/Portfile	2014-07-28 08:36:18 UTC (rev 122734)
+++ trunk/dports/databases/db60/Portfile	2014-08-01 12:35:06 UTC (rev 122867)
@@ -4,17 +4,16 @@
 PortSystem 1.0
 PortGroup  muniversal 1.0
 
-name            db53
-version         5.3.21
-revision        2
+name            db60
+version         6.0.30
 set branch      [join [lrange [split ${version} .] 0 1] {}]
 categories      databases
-license         Sleepycat
+license         agpl-3
 maintainers     afb openmaintainer
 platforms       darwin
-description     The Berkeley DB package, version 5.3
+description     The Berkeley DB package, version 6.0
 long_description \
-    Version 5.3 of the Berkeley Data Base library which \
+    Version 6.0 of the Berkeley Data Base library which \
     offers (key/value) storage with optional concurrent \
     access or transactions interface.  This port will \
     install the AES (American Encryption Standard) \
@@ -25,12 +24,10 @@
 
 distname        db-${version}
 
-checksums       md5     3fda0b004acdaa6fa350bfc41a3b95ca \
-                sha1    32e43c4898c8996750c958a90c174bd116fcba83 \
-                rmd160  5768a4d835d02020165c6561cc5c406339662fa0
+checksums       md5     ad28eb86ad3203b5422844db179c585b \
+                sha1    038dca3ef2984c6cb95ff088d1ab7c7b9da40883 \
+                rmd160  8684dba9e28ddc14dede4b633f2afb56f79c3b89
 
-patchfiles      patch-src_dbinc_atomic.h
-
 configure.dir   ${worksrcpath}/build_unix
 build.dir       ${configure.dir}
 
@@ -85,7 +82,6 @@
 }
 
 variant sql description {Build the SQL API} {
-    patchfiles-append       patch-sqlite.diff
     configure.args-append   --enable-sql
 }
 default_variants +sql
@@ -109,4 +105,4 @@
 
 livecheck.type  regex
 livecheck.url   http://www.oracle.com/technetwork/database/berkeleydb/downloads/index-082944.html
-livecheck.regex {(5\.3(?:\.\d+)*)\.tar\.gz}
+livecheck.regex {(6\.0(?:\.\d+)*)\.tar\.gz}