[45498] trunk/dports/gnome/vino/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 16 10:34:40 PST 2009


Revision: 45498
          http://trac.macports.org/changeset/45498
Author:   jmr at macports.org
Date:     2009-01-16 10:34:39 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
vino: update to 2.24.1

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

Modified: trunk/dports/gnome/vino/Portfile
===================================================================
--- trunk/dports/gnome/vino/Portfile	2009-01-16 18:34:27 UTC (rev 45497)
+++ trunk/dports/gnome/vino/Portfile	2009-01-16 18:34:39 UTC (rev 45498)
@@ -1,19 +1,24 @@
 # $Id$
 
 PortSystem	1.0
+
 name		vino
-version		2.20.1
+version		2.24.1
+set branch  [join [lrange [split ${version} .] 0 1] .]
 homepage	http://www.gnome.org
 description	Vino is a VNC server for the current GNOME user
 long_description	${description}
 categories	gnome
 platforms	darwin
 maintainers	nomaintainer
-master_sites	gnome:sources/vino/[join [lrange [split ${version} .] 0 1] .]/
-checksums	md5 c45379bd177e0bc9a937a3388fc81650
+master_sites	gnome:sources/${name}/${branch}/
+checksums	md5 b373292a7a5443d7fad1cce5eb07f37f \
+            sha1 54aa94364bafcf4d33295b6bdf50e4bcd40c6fe2
 use_bzip2	yes
-depends_lib	port:libgcrypt \
-		port:gnutls \
-		port:avahi \
-		port:gnome-platform-suite
+depends_lib	port:libgnomeui \
+            port:gconf
 configure.args	mandir=${prefix}/share/man
+
+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/20090116/8413ceb3/attachment.html>


More information about the macports-changes mailing list