[63053] trunk/dports/devel/bzr/Portfile

raimue at macports.org raimue at macports.org
Sun Jan 24 12:20:30 PST 2010


Revision: 63053
          http://trac.macports.org/changeset/63053
Author:   raimue at macports.org
Date:     2010-01-24 12:20:27 -0800 (Sun, 24 Jan 2010)
Log Message:
-----------
Disable link_binaries feature of the python26 port group to avoid 
additional ${prefix}/bin/bzr-2.6

Modified Paths:
--------------
    trunk/dports/devel/bzr/Portfile

Modified: trunk/dports/devel/bzr/Portfile
===================================================================
--- trunk/dports/devel/bzr/Portfile	2010-01-24 19:54:39 UTC (rev 63052)
+++ trunk/dports/devel/bzr/Portfile	2010-01-24 20:20:27 UTC (rev 63053)
@@ -5,6 +5,7 @@
 
 name          bzr
 version       2.0.3
+revision      1
 set branch    [join [lrange [split ${version} .] 0 1] .]
 categories    devel python
 platforms     darwin
@@ -38,6 +39,8 @@
 test.cmd      make
 test.target   check
 
+python.link_binaries no
+
 post-destroot {
     ln -s ${python.prefix}/bin/bzr ${destroot}${prefix}/bin/
     ln -s ${python.prefix}/share/man/man1/bzr.1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100124/8695a467/attachment.html>


More information about the macports-changes mailing list