Revision: 79922 http://trac.macports.org/changeset/79922 Author: afb@macports.org Date: 2011-06-29 04:03:45 -0700 (Wed, 29 Jun 2011) Log Message: ----------- db52: new port/major Modified Paths: -------------- trunk/dports/databases/db52/Portfile Added Paths: ----------- trunk/dports/databases/db52/ Modified: trunk/dports/databases/db52/Portfile =================================================================== --- trunk/dports/databases/db51/Portfile 2011-06-29 09:48:43 UTC (rev 79920) +++ trunk/dports/databases/db52/Portfile 2011-06-29 11:03:45 UTC (rev 79922) @@ -4,16 +4,16 @@ PortSystem 1.0 PortGroup muniversal 1.0 -name db51 -version 5.1.25 +name db52 +version 5.2.28 set branch [join [lrange [split ${version} .] 0 1] {}] categories databases license Sleepycat maintainers afb openmaintainer platforms darwin -description The Berkeley DB package, version 5.1 +description The Berkeley DB package, version 5.2 long_description \ - Version 5.1 of the Berkeley Data Base library which \ + Version 5.2 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) \ @@ -28,9 +28,9 @@ distname db-${version} checksums \ - md5 06656429bfc1abb6c0498eaeff70cd04 \ - sha1 1a216821957ce910a269bf9916bf49aba0f08b4d \ - rmd160 f9da0d6f970ab2647c2fc20d63ca9f7fad0bbf23 + md5 c0130828427d7ab179027185d09fda66 \ + sha1 e6572e3356cf8bc998da4e889db3b12638833435 \ + rmd160 b54918e88cfea6584dbe2e4994aa16ec24f04a83 configure.dir ${worksrcpath}/build_unix build.dir ${configure.dir} @@ -87,5 +87,5 @@ } livecheck.type regexm -livecheck.url http://www.oracle.com/technetwork/database/berkeleydb/downloads/ -livecheck.regex {Berkeley\s+DB\s+(\d+(?:\.\d+)*)\.tar\.gz} +livecheck.url http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html +livecheck.regex {Berkeley\s+DB\s+(5\.2(?:\.\d+)*)\.tar\.gz}