[68186] trunk/dports/comms

phw at macports.org phw at macports.org
Fri May 28 11:55:19 PDT 2010


Revision: 68186
          http://trac.macports.org/changeset/68186
Author:   phw at macports.org
Date:     2010-05-28 11:55:16 -0700 (Fri, 28 May 2010)
Log Message:
-----------
rgm3800py: Massive cleanup

Modified Paths:
--------------
    trunk/dports/comms/rgm3800py/Portfile

Added Paths:
-----------
    trunk/dports/comms/rgm3800py/

Removed Paths:
-------------
    trunk/dports/comms/rgm3800py/files/

Modified: trunk/dports/comms/rgm3800py/Portfile
===================================================================
--- trunk/dports/python/rgm3800py/Portfile	2010-05-28 18:31:33 UTC (rev 68183)
+++ trunk/dports/comms/rgm3800py/Portfile	2010-05-28 18:55:16 UTC (rev 68186)
@@ -3,8 +3,7 @@
 
 
 PortSystem          1.0
-PortGroup           python26 1.0
-categories			python comms 
+categories			comms python
 
 name                rgm3800py
 version             25
@@ -18,44 +17,20 @@
                     * Erase all tracks.
 
 platforms           darwin
+build               {}
+use_configure       no
 
 homepage            http://code.google.com/p/rgm3800py
 master_sites        http://rgm3800py.googlecode.com/files/
-distname            rgm3800py
+distname            rgm3800py.py
 distfiles           rgm3800-rev${version}.py
 
 checksums           md5     28f575cf28d32a00615a2fc8b69f54b0 \
                     sha1    e8cf2f6aad55ea00b5b81a3dca03e18c3859960d \
                     rmd160  d339eeb8a892e3aaf53209483f61cfbc39bd1d64
 
-post-extract {
-    xinstall -m 755 -d ${workpath}/${distname}
-    file rename ${distpath}/${distfiles} ${workpath}/${distname}/${distname}.py
-    file copy ${portpath}/${filesdir}/ANNOUNCE  ${workpath}/${distname}/
-    file copy ${portpath}/${filesdir}/CHANGES   ${workpath}/${distname}/
-    file copy ${portpath}/${filesdir}/README    ${workpath}/${distname}/
-    file copy ${portpath}/${filesdir}/TODO      ${workpath}/${distname}/
-    file copy ${portpath}/${filesdir}/setup.py  ${workpath}/${distname}/
-    }
-
-default_variants    python26
-
-
-variant python27 conflicts python24 python25 python26 description {Use ${name} with python27} {
-    PortGroup python27 1.0
+destroot {
+     xinstall ${distpath}/${distfiles} ${destroot}${prefix}/bin/${distname}
 }
 
-variant python26 conflicts python24 python25 python27 description {Use ${name} with python26 (default)} {
-    PortGroup python26 1.0
-}
-
-variant python25 conflicts python24 python26 python27 description {Use ${name} with python25} {
-    PortGroup python25 1.0
-}
-
-variant python24 conflicts python25 python26 python27 description {Use ${name} with python24} {
-    PortGroup python24 1.0
-}
-
-
 notes "RGM3800 needs a PL2303 USB driver, i.e. http://osx-pl2303.sourceforge.net/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100528/f52ef070/attachment-0001.html>


More information about the macports-changes mailing list