[61616] trunk/dports/python/py26-sqlalchemy/Portfile

jmr at macports.org jmr at macports.org
Wed Dec 16 14:15:16 PST 2009


Revision: 61616
          http://trac.macports.org/changeset/61616
Author:   jmr at macports.org
Date:     2009-12-16 14:15:13 -0800 (Wed, 16 Dec 2009)
Log Message:
-----------
py26-sqlalchemy: update to 0.5.6, add livecheck (#22806)

Modified Paths:
--------------
    trunk/dports/python/py26-sqlalchemy/Portfile

Modified: trunk/dports/python/py26-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py26-sqlalchemy/Portfile	2009-12-16 21:54:49 UTC (rev 61615)
+++ trunk/dports/python/py26-sqlalchemy/Portfile	2009-12-16 22:15:13 UTC (rev 61616)
@@ -5,7 +5,7 @@
 PortGroup python26 1.0
 
 name                    py26-sqlalchemy
-version                 0.5.2
+version                 0.5.6
 categories-append       databases
 platforms               darwin
 maintainers             akitada openmaintainer
@@ -14,12 +14,12 @@
                         Relational Mapper that gives application developers \
                         the full power and flexibility of SQL.
 
-homepage                http://www.sqlalchemy.org
+homepage                http://www.sqlalchemy.org/
 master_sites            sourceforge:sqlalchemy
 distname                SQLAlchemy-${version}
-checksums               md5 d2b041f5877bf108b8ecf7a624e1bec0 \
-                        sha1 2c221b8e3821e8a3ea5aa788130dcd94207f5f07 \
-                        rmd160 503b8a2f15e435b52688ef3c312dafd627bf3cde
+checksums               md5 7bcb9d7ddeb34d7423ded7db898268c1 \
+                        sha1 b8ff7521f5b87bfca459b4832ed29b649dbcf318 \
+                        rmd160 180dc06f66cac4357c07ce041bfff90ce56ec432
 depends_lib             port:py26-setuptools
 
 post-destroot {
@@ -32,3 +32,7 @@
         copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
     }
 }
+
+livecheck.regex         {<a href="/download\.html"><b>(.+?)</b></a>}
+livecheck.type          regex
+livecheck.url           ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091216/08e6a386/attachment.html>


More information about the macports-changes mailing list