[54069] trunk/dports/python/py26-logilab-common/Portfile

dh at macports.org dh at macports.org
Sun Jul 19 17:45:40 PDT 2009


Revision: 54069
          http://trac.macports.org/changeset/54069
Author:   dh at macports.org
Date:     2009-07-19 17:45:40 -0700 (Sun, 19 Jul 2009)
Log Message:
-----------
Update version to 0.42.0

Modified Paths:
--------------
    trunk/dports/python/py26-logilab-common/Portfile

Modified: trunk/dports/python/py26-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py26-logilab-common/Portfile	2009-07-20 00:45:27 UTC (rev 54068)
+++ trunk/dports/python/py26-logilab-common/Portfile	2009-07-20 00:45:40 UTC (rev 54069)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -4,8 +5,8 @@
 PortGroup           python26 1.0
 
 name                py26-logilab-common
-version             0.39.0
-maintainers         nomaintainer
+version             0.42.0
+maintainers         dh openmaintainer
 description         A number of modules used by various projects from Logilab
 long_description    ${description}
 
@@ -15,13 +16,16 @@
 master_sites        ftp://ftp.logilab.fr/pub/common/
 distname            logilab-common-${version}
 
-checksums           md5     9b49a710eb08225919aceedb84f1f28c \
-                    sha1    596657988e024d5d0286ba3a2a71f167eca9af1a \
-                    rmd160  02de1650175e8c3e383c71f8e0aa935d2b132e87
+checksums           md5     836b1f9f928a98a85c5d3f4965e75480 \
+                    sha1    e4393f749da1cb3ac55212e37557ece2b08c0bc8 \
+                    rmd160  d2e4acdde23733b63fa53ec21e636a2c8510f7fe
 
 post-destroot {
+   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
    xinstall -m 644 -W ${worksrcpath} ChangeLog README \
       ${destroot}${prefix}/share/doc/${name}
+
+   # alter the install name of pytest to include version name
    ln -s ${python.prefix}/bin/pytest ${destroot}${prefix}/bin/pytest2.6
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090719/6a1ab45c/attachment.html>


More information about the macports-changes mailing list