[52950] trunk/dports/gnome/xchat-gnome/Portfile

devans at macports.org devans at macports.org
Thu Jun 25 22:01:59 PDT 2009


Revision: 52950
          http://trac.macports.org/changeset/52950
Author:   devans at macports.org
Date:     2009-06-25 22:01:58 -0700 (Thu, 25 Jun 2009)
Log Message:
-----------
xchat-gnome: 

  * update to version 0.26.1
  * update dependencies, configuration
  * update scrollkeeper and gconf schemas post-activate
  * add mode line

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

Modified: trunk/dports/gnome/xchat-gnome/Portfile
===================================================================
--- trunk/dports/gnome/xchat-gnome/Portfile	2009-06-26 03:22:03 UTC (rev 52949)
+++ trunk/dports/gnome/xchat-gnome/Portfile	2009-06-26 05:01:58 UTC (rev 52950)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,5 +4,5 @@
 
 name                xchat-gnome
-version             0.18
+version             0.26.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         xchat-gnome is a new frontend to X-Chat.
@@ -16,18 +17,42 @@
 
 homepage            http://xchat-gnome.navi.cx/
 master_sites        gnome:sources/${name}/${branch}/
-checksums           md5     4976cd34a0e9115c800b5d317e121182 \
-                    sha1    0391bfeaac53697cc080478c74c5e0de0423c636 \
-                    rmd160  5f8aa69e04f8ab540abd83ebb71edf2835f0aba2
+
+checksums           md5     c9ce3d6e549736edfc1a1dc0282fb363 \
+                    sha1    85d205baeca5f10be9245c582ae53fbb40a4ef17 \
+                    rmd160  ff2228aa5258a2c5a3bd7c391e83a15b2f030aff
+
 use_bzip2           yes
 
-depends_build       port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:p5-xml-parser \
+                    port:gnome-doc-utils
 
-depends_lib         port:gnome-session port:libsexy
+depends_lib         port:libgnomeui \
+                    port:libglade2 \
+                    port:gconf \
+                    port:libsexy \
+                    port:libnotify \
+                    port:libcanberra  \
+                    port:openssl
 
-configure.args      --enable-gnomefe --disable-python --disable-mmx
-configure.cflags-append   -fnested-functions
+pre-configure {
+        reinplace "s|-fgnu89-inline||" ${worksrcpath}/configure
+}
 
+configure.python    ${prefix}/bin/python2.5
+
+configure.args      --disable-mmx \
+                    --disable-scrollkeeper \
+                    --disable-schemas-install
+
+post-activate    {
+    system "${prefix}/bin/scrollkeeper-update"
+    system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
+        gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
+}
+
 livecheck.check     regex
 livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090625/5775f41f/attachment.html>


More information about the macports-changes mailing list