[77925] trunk/dports/python/py31-blist/Portfile

phw at macports.org phw at macports.org
Sun Apr 17 10:15:08 PDT 2011


Revision: 77925
          http://trac.macports.org/changeset/77925
Author:   phw at macports.org
Date:     2011-04-17 10:15:07 -0700 (Sun, 17 Apr 2011)
Log Message:
-----------
Updated py31-blist, added livecheck

Modified Paths:
--------------
    trunk/dports/python/py31-blist/Portfile

Modified: trunk/dports/python/py31-blist/Portfile
===================================================================
--- trunk/dports/python/py31-blist/Portfile	2011-04-17 17:14:19 UTC (rev 77924)
+++ trunk/dports/python/py31-blist/Portfile	2011-04-17 17:15:07 UTC (rev 77925)
@@ -4,7 +4,7 @@
 PortGroup           python31 1.0
 
 name                py31-blist
-version             1.0.1
+version             1.3.4
 categories          python 
 platforms           darwin
 
@@ -15,14 +15,18 @@
 master_sites        http://pypi.python.org/packages/source/b/blist/
 distname            blist-${version}
 
-checksums           md5     ff160b71f23d6730b743e84869f5d6fa \
-                    sha1    f755fd752a8f89f438d44ba71ea2336b96d0081e \
-                    rmd160  332e4c73e34a1b1a9a15a47876f4bee9d89ef384
+checksums           md5     02e8bf33cffec9cc802f4567f39ffa6f \
+                    sha1    a8a7401c6c3f12f27a79757b4d5f7ebc996aeb76 \
+                    rmd160  1409f817660b9c9b9bf814c8b629118b47542b0d
 
 
 build.args-append -f
 
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath} README.txt LICENSE ${destroot}${prefix}/share/doc/${name}
+	xinstall -m 644 -W ${worksrcpath} LICENSE ${destroot}${prefix}/share/doc/${name}
 }
+
+livecheck.url		${master_sites}
+livecheck.regex		"blist-((\\d+(\\.)*)+)\\.tar\\.gz"
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110417/99bdc970/attachment.html>


More information about the macports-changes mailing list