[78097] trunk/dports/graphics/librsvg/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat Apr 23 08:48:59 PDT 2011


Revision: 78097
          http://trac.macports.org/changeset/78097
Author:   mcalhoun at macports.org
Date:     2011-04-23 08:48:57 -0700 (Sat, 23 Apr 2011)
Log Message:
-----------
librsvg: Update version 2.32.1 -> 2.34.0; Use python2.7 instead of python2.6.

Modified Paths:
--------------
    trunk/dports/graphics/librsvg/Portfile

Modified: trunk/dports/graphics/librsvg/Portfile
===================================================================
--- trunk/dports/graphics/librsvg/Portfile	2011-04-23 15:34:30 UTC (rev 78096)
+++ trunk/dports/graphics/librsvg/Portfile	2011-04-23 15:48:57 UTC (rev 78097)
@@ -5,8 +5,8 @@
 PortGroup       archcheck 1.0
 
 name            librsvg
-version         2.32.1
-revision        1
+version         2.34.0
+revision        0
 license         GPL-2 LGPL-2
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      graphics gnome
@@ -21,9 +21,9 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     4b00d0fee130c936644892c152f42db7 \
-                sha1    2762cfa3a4e9c9ee845c7f23a824dbd13583ebf0 \
-                rmd160  ac039d36667854292f2326aaadec9de6ea2873b6
+checksums           md5     5eb2fcd0765aa5e47a4999985e3c27ab \
+                    sha1    59e01568a6b201fc45828a76b942f790859cddeb \
+                    rmd160  02638bcf084156e4e209a325a20e99d2e88e9fd8
 
 depends_build   port:pkgconfig
 
@@ -39,8 +39,10 @@
     port:libxml2 \
     path:lib/pkgconfig/pango.pc:pango
 
-depends_run     port:python26
 
+set pyversion 2.7
+depends_run     port:python[join [split ${pyversion} "."] ""]
+
 archcheck.files \
     lib/libart_lgpl_2.dylib \
     lib/libcairo.dylib \
@@ -53,7 +55,7 @@
     lib/libxml2.dylib
 
 post-destroot {
-    set python.branch 2.6
+    set python.branch ${pyversion}
     set python.bin ${frameworks_dir}/Python.framework/Versions/${python.branch}/bin/python${python.branch}
     reinplace "s|^#!/usr/bin/env python|#!${python.bin}|g" \
         ${destroot}${prefix}/bin/rsvg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110423/1412dad0/attachment-0001.html>


More information about the macports-changes mailing list