[35404] trunk/dports/python/py-pmw/Portfile

jmr at macports.org jmr at macports.org
Thu Mar 27 11:10:00 PDT 2008


Revision: 35404
          http://trac.macosforge.org/projects/macports/changeset/35404
Author:   jmr at macports.org
Date:     2008-03-27 11:10:00 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
py-pmw: bump version to 1.3.2, and make use of the python24 portgroup.

Modified Paths:
--------------
    trunk/dports/python/py-pmw/Portfile

Modified: trunk/dports/python/py-pmw/Portfile
===================================================================
--- trunk/dports/python/py-pmw/Portfile	2008-03-27 18:02:08 UTC (rev 35403)
+++ trunk/dports/python/py-pmw/Portfile	2008-03-27 18:10:00 UTC (rev 35404)
@@ -1,27 +1,22 @@
+# -*- 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
+PortGroup python24 1.0
 
 name                py-pmw
-version             1.2
-categories          python
+version             1.3.2
 maintainers         nomaintainer
 platforms           darwin freebsd
-description         Pmw is a toolkit for building high-level compound widgets in Python using the Tkinter module.
-long_description    ${description}
+description         high-level compound widget toolkit
+long_description    Pmw is a toolkit for building high-level compound widgets in Python using \
+					the Tkinter module.
 
-homepage            http://pmw.sourceforge.net
+homepage            http://pmw.sourceforge.net/
 master_sites        sourceforge:pmw
 distname            Pmw.${version}
-checksums           md5 75c49c30595217c8d9376c36aa5426aa
-worksrcdir          
+checksums           md5 7f30886fe9885ab3cf85dac6ce1fbda5 \
+                    sha1 e2d8dd6eed7378acf8723c860107a12d7e808227
+worksrcdir          ${distname}/src
 
-depends_lib					port:python24 port:py-tkinter
-
-use_configure       no
-build {}
-
-destroot {
-    xinstall -m 755 -d ${destroot}${prefix}/lib/python2.4/site-packages
-    file copy ${workpath}/Pmw ${destroot}${prefix}/lib/python2.4/site-packages
-}
+depends_lib-append					port:py-tkinter

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080327/ba42fde5/attachment.html 


More information about the macports-changes mailing list