[65625] trunk/dports/python/py31-postgresql/Portfile

blb at macports.org blb at macports.org
Sun Mar 28 23:31:27 PDT 2010


Revision: 65625
          http://trac.macports.org/changeset/65625
Author:   blb at macports.org
Date:     2010-03-28 23:31:24 -0700 (Sun, 28 Mar 2010)
Log Message:
-----------
python/py31-postgresql - update to 1.0.0

Modified Paths:
--------------
    trunk/dports/python/py31-postgresql/Portfile

Modified: trunk/dports/python/py31-postgresql/Portfile
===================================================================
--- trunk/dports/python/py31-postgresql/Portfile	2010-03-29 04:54:37 UTC (rev 65624)
+++ trunk/dports/python/py31-postgresql/Portfile	2010-03-29 06:31:24 UTC (rev 65625)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           python31 1.0
 name                py31-postgresql
-version             0.9.3
+version             1.0.0
 categories-append   devel databases
 maintainers         blb openmaintainer
 description         Python interface to PostgreSQL
@@ -20,19 +20,14 @@
 master_sites        ${homepage}files
 distname            py-postgresql-${version}
 
-checksums           md5     748d347fbb081e082fdc381b63604e97 \
-                    sha1    b388538930303943825f37783885c6446776ccb6 \
-                    rmd160  6eb9ab31d5de5085d344002210224dc29a93d8dc
+checksums           md5     84e3fd8feda35bf60191d276cfebcd2b \
+                    sha1    4d00ceb808dfde838a5e821d32c8c49947a0a7e2 \
+                    rmd160  ceba0a61d1023f7e07ed00110f1b7982f49697ac
 
 post-destroot {
    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} AUTHORS LICENSE README \
       ${destroot}${prefix}/share/doc/${name}
-
-    foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
-        ln -s ${python.prefix}/bin/${binfile} \
-            ${destroot}${prefix}/bin/${binfile}
-    }
 }
 
 livecheck.type      regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100328/36770039/attachment.html>


More information about the macports-changes mailing list