[96597] trunk/dports/python/py-logilab-common/Portfile

blair at macports.org blair at macports.org
Tue Aug 14 18:59:30 PDT 2012


Revision: 96597
          https://trac.macports.org/changeset/96597
Author:   blair at macports.org
Date:     2012-08-14 18:59:30 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
py-logilab-common: fix broken pytest-${python.branch} symlink.

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

Modified: trunk/dports/python/py-logilab-common/Portfile
===================================================================
--- trunk/dports/python/py-logilab-common/Portfile	2012-08-15 01:42:58 UTC (rev 96596)
+++ trunk/dports/python/py-logilab-common/Portfile	2012-08-15 01:59:30 UTC (rev 96597)
@@ -6,6 +6,7 @@
 
 name                py-logilab-common
 version             0.56.0
+revision            1
 license             LGPL-2.1+
 maintainers         dh stromnov openmaintainer
 description         A number of modules used by various projects from Logilab
@@ -31,6 +32,8 @@
         ${destroot}${prefix}/share/doc/${subport}
 
         move ${destroot}${python.prefix}/bin/pytest ${destroot}${python.prefix}/bin/pytest-${python.branch}
+        ln -sf ${python.prefix}/bin/pytest-${python.branch} \
+            ${destroot}${prefix}/bin/pytest-${python.branch}
     }
     
     livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/e91966ff/attachment.html>


More information about the macports-changes mailing list