[71027] trunk/dports/python/py26-cairo/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sun Aug 29 22:56:09 PDT 2010


Revision: 71027
          http://trac.macports.org/changeset/71027
Author:   mcalhoun at macports.org
Date:     2010-08-29 22:56:06 -0700 (Sun, 29 Aug 2010)
Log Message:
-----------
py26-cairo: Update Version 1.8.8 -> 1.8.10. Add openmaintainer. Fixes #25195.

Modified Paths:
--------------
    trunk/dports/python/py26-cairo/Portfile

Modified: trunk/dports/python/py26-cairo/Portfile
===================================================================
--- trunk/dports/python/py26-cairo/Portfile	2010-08-30 05:21:20 UTC (rev 71026)
+++ trunk/dports/python/py26-cairo/Portfile	2010-08-30 05:56:06 UTC (rev 71027)
@@ -4,11 +4,11 @@
 PortSystem      1.0
 
 name            py26-cairo
-set my_name     pycairo
-version         1.8.8
+set my_name     py2cairo
+version         1.8.10
 categories      python x11
 platforms       darwin
-maintainers     mcalhoun
+maintainers     mcalhoun openmaintainer
 description     Pycairo is set of Python bindings for the cairo graphics library
 
 long_description \
@@ -17,15 +17,14 @@
 homepage        http://cairographics.org/pycairo/
 master_sites    http://cairographics.org/releases/
 distname        ${my_name}-${version}
+worksrcdir         pycairo-${version}
 
-checksums       \
-    md5     054da6c125cb427a003f5fd6c54f853e \
-    sha1    b127ed59bd876ca0fe5d0cf0f69735835c599e9b \
-    rmd160  d7e40be061140992e05f714b45182c498ae19311
+checksums           md5     87421a6a70304120555ba7ba238f3dc3 \
+                    sha1    6bb0b3e0249bce9fc0480aadad0c602d32f26ec1 \
+                    rmd160  932e19f2f582bdf5735bdc92720b76edfb0a0c8e
 
 depends_build   port:pkgconfig
-depends_lib     port:python26 \
-                path:lib/pkgconfig/cairo.pc:cairo \
+depends_lib     path:lib/pkgconfig/cairo.pc:cairo \
                 port:py26-numpy
 
 configure.python    ${prefix}/bin/python2.6
@@ -50,4 +49,4 @@
 
 livecheck.type   regex
 livecheck.url    http://cairographics.org/releases/
-livecheck.regex  LATEST-pycairo-(\\d+(?:\\.\\d+)*)
+livecheck.regex "${my_name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100829/f0e679fc/attachment-0001.html>


More information about the macports-changes mailing list