[51239] trunk/dports/gnome/libgnomeuimm/Portfile

devans at macports.org devans at macports.org
Thu May 21 09:33:18 PDT 2009


Revision: 51239
          http://trac.macports.org/changeset/51239
Author:   devans at macports.org
Date:     2009-05-21 09:33:18 -0700 (Thu, 21 May 2009)
Log Message:
-----------
libgnomeuimm: update to version 2.26.0, update dependencies, fix livecheck, add mode line.

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

Modified: trunk/dports/gnome/libgnomeuimm/Portfile
===================================================================
--- trunk/dports/gnome/libgnomeuimm/Portfile	2009-05-21 15:53:21 UTC (rev 51238)
+++ trunk/dports/gnome/libgnomeuimm/Portfile	2009-05-21 16:33:18 UTC (rev 51239)
@@ -1,20 +1,36 @@
+# -*- 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		libgnomeuimm
-version		2.20.0
-revision	1
+version		2.26.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description	libgnomemm provides C++ wrappers for libgnomeui.
 long_description        ${description}
 maintainers	nomaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gtkmm.org/
-master_sites    gnome:sources/libgnomeuimm/[strsed ${version} {/\.[0-9]*$//}]
+master_sites    gnome:sources/${name}/${branch}/
+
 use_bzip2	yes
-checksums	md5 350d3424247611a009432395aff8619f
+
+checksums       md5     7a9c8426a227a80ca70f2c976fcb1ae3 \
+                sha1    40e04046bd9b7f80542378df974dc0d1634a1721 \
+                rmd160  58c48df45f879aacf1813a265681628ee5b0b864
+
+depends_build   \
+        port:pkgconfig
+
 depends_lib	\
-	port:libgnomecanvasmm \
-	port:libgnomeui \
-	port:gnome-vfsmm \
-	port:libiconv
+	port:libgnomemm \
+        port:libgnomecanvasmm \
+	port:libglademm \
+        port:gconfmm \
+        port:gnome-vfsmm \
+	port:libgnomeui
 
+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/20090521/1aaf0277/attachment.html>


More information about the macports-changes mailing list