[51802] trunk/dports/gnome/gnome-mud/Portfile

devans at macports.org devans at macports.org
Wed Jun 3 11:37:43 PDT 2009


Revision: 51802
          http://trac.macports.org/changeset/51802
Author:   devans at macports.org
Date:     2009-06-03 11:37:42 -0700 (Wed, 03 Jun 2009)
Log Message:
-----------
gnome-mud: update to version 0.11.2, install/update gconf schemas post activate, fix livecheck, mode line, lint.

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

Modified: trunk/dports/gnome/gnome-mud/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mud/Portfile	2009-06-03 18:34:46 UTC (rev 51801)
+++ trunk/dports/gnome/gnome-mud/Portfile	2009-06-03 18:37:42 UTC (rev 51802)
@@ -1,22 +1,46 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name		gnome-mud
-version		0.10.5
-description	GNOME-Mud is a mudclient for the GNOME platform. 
+version		0.11.2
+set branch      [join [lrange [split ${version} .] 0 1] .]
+description	GNOME-Mud is a mudclient for the GNOME platform.
 long_description        ${description}
 maintainers	nomaintainer
 categories	gnome games
-platforms	darwin 
+platforms	darwin
 homepage	http://amcl.sourceforge.net/
-master_sites    sourceforge:amcl
-checksums	md5 74908bc30500f9876715fc624d271340
-depends_lib	bin:gnome-session:gnome-session
-configure.cppflags-append "-L${prefix}/lib"
-configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
-configure.args	--without-python --mandir=${prefix}/share/man
-post-destroot	{
-		file copy ${destroot}${prefix}/games/gnome-mud \
-			  ${destroot}${prefix}/bin/gnome-mud
-		file delete ${destroot}${prefix}/games/gnome-mud
-		}
+master_sites    gnome:sources/${name}/${branch}/ \
+                master_sites    gnome:sources/${name}/${branch}/
+
+checksums       md5     aa41b2afb55158e7a9d2e14831223949 \
+                sha1    27e2537842f976efe075f5dc57dbfb9bfe5f6f2f \
+                rmd160  2218fd5f325823506edf75034dcfe674ca2606df
+
+depends_build   port:pkgconfig \
+                port:intltool \
+                port:p5-xml-parser \
+                port:gnome-doc-utils
+
+depends_lib	port:gconf  \
+                port:libglade2 \
+                port:gnet2 \
+                port:vte \
+                port:pcre \
+                port:gstreamer
+                
+patchfiles      patch-src-mud-telnet.h.diff
+
+configure.args	--mandir=${prefix}/share/man \
+                --disable-schemas-install
+
+post-activate {
+   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/20090603/e1770954/attachment-0001.html>


More information about the macports-changes mailing list