[51227] trunk/dports/gnome/gnome-vfsmm/Portfile

devans at macports.org devans at macports.org
Thu May 21 02:22:16 PDT 2009


Revision: 51227
          http://trac.macports.org/changeset/51227
Author:   devans at macports.org
Date:     2009-05-21 02:22:14 -0700 (Thu, 21 May 2009)
Log Message:
-----------
gnome-vfsmm: update to version 2.26.0, update dependencies, fix livecheck, add mode line, lint.

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

Modified: trunk/dports/gnome/gnome-vfsmm/Portfile
===================================================================
--- trunk/dports/gnome/gnome-vfsmm/Portfile	2009-05-21 08:59:07 UTC (rev 51226)
+++ trunk/dports/gnome/gnome-vfsmm/Portfile	2009-05-21 09:22:14 UTC (rev 51227)
@@ -1,21 +1,31 @@
+# -*- 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
+
 name		gnome-vfsmm
-version		2.18.0
+version		2.26.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description	gnome-vfsmm provides C++ wrappers for gnome-vfs.
 long_description        ${description}
 maintainers	nomaintainer
 categories	gnome
-platforms	darwin 
+platforms	darwin
 homepage	http://www.gtkmm.org/
-master_sites    gnome:sources/gnome-vfsmm/2.18
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
-checksums	md5 1c5c0ef2ffcf52e682375fa11facebbf \
-			sha1 ec550c43f84669dc747038afd5d643a2909d453d \
-			rmd160 1a3c54186aa286054251f7624976e17627936c07
-depends_lib	lib:libgconfmm-2:gconfmm lib:libgnomevfs-2:gnome-vfs \
-		lib:libiconv.2:libiconv
+
+checksums       md5     d27d34b6a8722c557366729071c1baab \
+                sha1    a8a8093c3b99b3391981b5ff063ba32f91af4479 \
+                rmd160  3181c6671c0af2e31c9a06a969e1754cae3167ca
+
+depends_lib	port:glibmm \
+                port:gnome-vfs
+
 configure.cflags-append -no-cpp-precomp
 configure.cflags-append -flat_namespace
 configure.cflags-append "-undefined suppress"
 
+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/69422d6c/attachment.html>


More information about the macports-changes mailing list