[70528] trunk/dports/gnome/devhelp/Portfile

devans at macports.org devans at macports.org
Thu Aug 12 09:15:05 PDT 2010


Revision: 70528
          http://trac.macports.org/changeset/70528
Author:   devans at macports.org
Date:     2010-08-12 09:15:04 -0700 (Thu, 12 Aug 2010)
Log Message:
-----------
devhelp: update to version 2.30.1, use python26.

Modified Paths:
--------------
    trunk/dports/gnome/devhelp/Portfile

Modified: trunk/dports/gnome/devhelp/Portfile
===================================================================
--- trunk/dports/gnome/devhelp/Portfile	2010-08-12 16:09:20 UTC (rev 70527)
+++ trunk/dports/gnome/devhelp/Portfile	2010-08-12 16:15:04 UTC (rev 70528)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name            devhelp
-version         0.23.1
+version         2.30.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Devhelp is an API documentation browser for GTK+ and GNOME.
 long_description \
@@ -20,21 +20,21 @@
 master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
-checksums       md5     9bb80a1e82eb0de57cdd7f4234880b2f \
-                sha1    9ce37ef216adb2a7573a111a3181ae5e4ed7b7a6 \
-                rmd160  c6521c8f48449ac73e6115187423ee9ce2f25506
+checksums       md5     447413a54d3bec2480e9a290e261703d \
+                sha1    51eda53f04080eaae75b6e62e222b98fe5bb0d6f \
+                rmd160  2ce6762a7838afad03f237ab0ac662cae426163c
 
 depends_build   port:pkgconfig \
-                port:python25
+                port:python26
 
 depends_lib     port:webkit-gtk \
                 port:gconf  \
-                port:libwnck
+                port:libwnck \
+                port:libunique
 
-configure.args  --disable-schemas-install \
-                --with-compile-warnings=yes
+configure.args  --disable-schemas-install
 
-configure.python ${prefix}/bin/python2.5
+configure.python ${prefix}/bin/python2.6
 
 post-activate {
         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100812/5370b4c1/attachment.html>


More information about the macports-changes mailing list