[91347] trunk/dports/python/py-robotframework-ride/Portfile

jwa at macports.org jwa at macports.org
Fri Mar 30 08:14:53 PDT 2012


Revision: 91347
          https://trac.macports.org/changeset/91347
Author:   jwa at macports.org
Date:     2012-03-30 08:14:53 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
version bump to 0.43.3, drop post-destroot linking giving an extraneous name, change the name in notes

Modified Paths:
--------------
    trunk/dports/python/py-robotframework-ride/Portfile

Modified: trunk/dports/python/py-robotframework-ride/Portfile
===================================================================
--- trunk/dports/python/py-robotframework-ride/Portfile	2012-03-30 15:12:39 UTC (rev 91346)
+++ trunk/dports/python/py-robotframework-ride/Portfile	2012-03-30 15:14:53 UTC (rev 91347)
@@ -7,7 +7,7 @@
 name				py-robotframework-ride
 set internal_name	robotframework-ride
 
-version             0.43.2
+version             0.43.3
 categories-append   devel
 maintainers         jwa
 description         Robot Framework test case editor
@@ -25,8 +25,8 @@
 master_sites        https://github.com/downloads/robotframework/RIDE/
 distname            ${internal_name}-${version}
 
-checksums           rmd160  54128a093c2c620a7fc3fd067e552237102bd585 \
-                    sha256  8d37a398b8dcb2f47db104ba66ad2786b4a2e028c556002bc5542e56802cb5b8
+checksums           rmd160  8cbdeaefa6e891ebb2c1de4c7bbab152d596603c \
+                    sha256  6b9dd1231e93dcd3c889ce1206dead41d030c050f9d3bd9d8a73f9f54de99f93
 
 #python.link_binaries no
 
@@ -36,11 +36,8 @@
     depends_lib-append	port:py${python.version}-robotframework \
         port:py${python.version}-wxpython \
         port:py${python.version}-paver
-    post-destroot {
-        ln -s ${python.prefix}/bin/ride.py ${destroot}${prefix}/bin/ride-${python.branch}.py
-    }
 
-    notes "To run, use 'arch -i386 ride-${python.branch}.py' to use 32bit architecture"
+    notes "To run, use 'arch -i386 ride.py-${python.branch}' to use 32bit architecture"
 }
 
 if {$subport == $name} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/e3c0e4f7/attachment.html>


More information about the macports-changes mailing list