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

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Oct 29 17:34:19 PDT 2009


Revision: 60037
          http://trac.macports.org/changeset/60037
Author:   macsforever2000 at macports.org
Date:     2009-10-29 17:34:19 -0700 (Thu, 29 Oct 2009)
Log Message:
-----------
Add livecheck. Make portfile look like py26-pmw.

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

Modified: trunk/dports/python/py-pmw/Portfile
===================================================================
--- trunk/dports/python/py-pmw/Portfile	2009-10-30 00:33:43 UTC (rev 60036)
+++ trunk/dports/python/py-pmw/Portfile	2009-10-30 00:34:19 UTC (rev 60037)
@@ -1,22 +1,30 @@
 # -*- 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
+PortSystem          1.0
+PortGroup python24  1.0
 
 name                py-pmw
 version             1.3.2
 maintainers         nomaintainer
-platforms           darwin freebsd
+platforms           darwin
+
 description         high-level compound widget toolkit
 long_description    Pmw is a toolkit for building high-level compound widgets in Python using \
-					the Tkinter module.
+                    the Tkinter module.
 
 homepage            http://pmw.sourceforge.net/
 master_sites        sourceforge:pmw
 distname            Pmw.${version}
-checksums           md5 7f30886fe9885ab3cf85dac6ce1fbda5 \
-                    sha1 e2d8dd6eed7378acf8723c860107a12d7e808227
+
+checksums           md5    7f30886fe9885ab3cf85dac6ce1fbda5 \
+                    sha1   e2d8dd6eed7378acf8723c860107a12d7e808227 \
+                    rmd160 ad3fca73405a8c8a7e2ec81096b00665e2937964
+
 worksrcdir          ${distname}/src
 
-depends_lib-append					port:py-tkinter
+depends_lib-append  port:py-tkinter
+
+livecheck.type      regex
+livecheck.url       http://sourceforge.net/projects/pmw/files/
+livecheck.regex     Pmw.(\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]).tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091029/cecf7b8f/attachment.html>


More information about the macports-changes mailing list