[85686] trunk/dports/python/py-postgresql/Portfile

blb at macports.org blb at macports.org
Sat Oct 15 16:14:23 PDT 2011


Revision: 85686
          http://trac.macports.org/changeset/85686
Author:   blb at macports.org
Date:     2011-10-15 16:14:20 -0700 (Sat, 15 Oct 2011)
Log Message:
-----------
python/py-postgresql - update to 1.0.3; make sure docs are installed in proper subport subdirectory

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

Modified: trunk/dports/python/py-postgresql/Portfile
===================================================================
--- trunk/dports/python/py-postgresql/Portfile	2011-10-15 21:26:26 UTC (rev 85685)
+++ trunk/dports/python/py-postgresql/Portfile	2011-10-15 23:14:20 UTC (rev 85686)
@@ -3,7 +3,7 @@
 PortSystem          1.0
 PortGroup           python 1.0
 name                py-postgresql
-version             1.0.2
+version             1.0.3
 categories-append   devel databases
 license             BSD
 maintainers         blb openmaintainer
@@ -21,15 +21,14 @@
 master_sites        ${homepage}files
 distname            py-postgresql-${version}
 
-checksums           md5     12c7ef62c78c9466a7fdd7fa985890e1 \
-                    sha1    b855f0f432ea075237a6d00a3e34453a0db61c70 \
-                    rmd160  77e36a3b2961a1561b3397d1ff5c374e47e37d76
+checksums           sha1    fd39fd2c8fe8010761f733761d3cd29406e1f562 \
+                    rmd160  7af6df6988e380d24b9fb4159e96f7abe07c5c34
 
 if {${name} != ${subport}} {
    post-destroot {
-      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+      xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}
       xinstall -m 644 -W ${worksrcpath} AUTHORS LICENSE README \
-         ${destroot}${prefix}/share/doc/${name}
+         ${destroot}${prefix}/share/doc/${subport}
    }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111015/c88dddfa/attachment-0001.html>


More information about the macports-changes mailing list