Revision: 74443 http://trac.macports.org/changeset/74443 Author: rene@macports.org Date: 2010-12-17 10:48:45 -0800 (Fri, 17 Dec 2010) Log Message: ----------- net/gajim: Update to latest stable version (0.14.1). Modified Paths: -------------- trunk/dports/net/gajim/Portfile Modified: trunk/dports/net/gajim/Portfile =================================================================== --- trunk/dports/net/gajim/Portfile 2010-12-17 12:54:17 UTC (rev 74442) +++ trunk/dports/net/gajim/Portfile 2010-12-17 18:48:45 UTC (rev 74443) @@ -4,7 +4,7 @@ PortSystem 1.0 name gajim -version 0.11.4 +version 0.14.1 homepage http://www.gajim.org/ categories net chat x11 @@ -18,30 +18,25 @@ platforms darwin -master_sites http://www.gajim.org/downloads/ +master_sites http://www.gajim.org/downloads/0.14/ use_bzip2 yes -checksums md5 53eb80b280674678f6615eae4a552374 \ - sha1 66c3c2aba9cea8e0e48581e87e412b445040ac15 \ - rmd160 77ddba3f06c1b4dc80c0c3efe1951cbb0fac07e0 +checksums md5 d5e421da6eef7bb5e802231d93cb090f \ + sha1 d2fdf32ded4a5fb3c7a277a765f84a5453931f34 \ + rmd160 859cbd4a9f190adfc6b84c23ef03e3c3cab09d8d post-patch { - set py25includes [ exec ${prefix}/bin/python2.5-config --includes ] # Force usage of MacPorts python - reinplace "s|@PYTHON@|${prefix}/bin/python2.5|" \ - ${worksrcpath}/scripts/gajim-remote.in - reinplace "s|@PYTHON@|${prefix}/bin/python2.5|" \ + reinplace "s|@PYTHON@|${prefix}/bin/python2.6|" \ ${worksrcpath}/scripts/gajim.in - reinplace "s|\$(PYTHON_INCLUDES)|${py25includes}|" \ - ${worksrcpath}/src/Makefile.in - } depends_lib port:gettext \ port:gtk2 \ - port:py25-gtk \ - port:py25-gobject \ - port:py25-docutils \ - port:dbus-python25 + port:py26-gtk \ + port:py26-gobject \ + port:py26-docutils \ + port:py26-openssl \ + port:dbus-python26 configure.args --disable-trayicon \ --enable-idle \ @@ -86,6 +81,6 @@ } livecheck.type regex -livecheck.url ${homepage}/downloads.php +livecheck.url ${homepage}/downloads.php?lang=en livecheck.regex "Latest version of Gajim is\\s+<strong>(\\d+.\\d+.\\d+)<"
participants (1)
-
rene@macports.org