[28734] trunk/dports/databases/db44/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Sep 8 02:03:11 PDT 2007


Revision: 28734
          http://trac.macosforge.org/projects/macports/changeset/28734
Author:   nox at macports.org
Date:     2007-09-08 02:03:11 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
db44:
 * Fixed homepage.
 * Fixed livecheck.

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

Modified: trunk/dports/databases/db44/Portfile
===================================================================
--- trunk/dports/databases/db44/Portfile	2007-09-08 08:54:08 UTC (rev 28733)
+++ trunk/dports/databases/db44/Portfile	2007-09-08 09:03:11 UTC (rev 28734)
@@ -1,13 +1,15 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
+
 name			db44
 version			4.4.20
 revision		1
 categories		databases
-maintainers		nomaintainer at macports.org
+maintainers		nomaintainer
 platforms		darwin
 description		The Berkeley DB package, version 4.4
+
 long_description	\
 			Version 4.4 of the Berkeley Data Base library which \
 			offers (key/value) storage with optional concurrent \
@@ -19,13 +21,15 @@
 			provided to maintain compatibility with programs \
 			using the v1.85 interface.
 
-homepage		http://www.sleepycat.com/update/
+homepage		http://www.oracle.com/database/berkeley-db/
 master_sites		http://downloads.sleepycat.com/
 patch_sites		http://www.oracle.com/technology/products/berkeley-db/db/update/${version}/
+
 patchfiles		patch.${version}.1 \
 			patch.${version}.2 \
 			patch.${version}.3 \
 			patch.${version}.4
+
 distname		db-${version}
 patch.dir               ${workpath}/${distname}
 
@@ -58,7 +62,7 @@
 		delete ${destroot}${prefix}/lib/db44/${lib}
 	}
 	foreach bin { archive hotbackup dump dump185 printlog upgrade checkpoint recover verify deadlock load stat } {
-		file rename ${destroot}${prefix}/bin/db_${bin} \
+		move ${destroot}${prefix}/bin/db_${bin} \
 			${destroot}${prefix}/bin/db44_${bin}
 	}
 }
@@ -70,3 +74,8 @@
 platform darwin 8 {
 	configure.compiler	gcc-4.0
 }
+
+livecheck.check	regex
+livecheck.url	http://www.oracle.com/technology/software/products/berkeley-db/db/
+livecheck.regex	"Berkeley DB (4\\.4\\.\\d+(?:\\.\\d+)*)"
+

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


More information about the macports-changes mailing list