[40411] trunk/dports/devel/gvfs/Portfile

jmr at macports.org jmr at macports.org
Tue Sep 30 17:50:42 PDT 2008


Revision: 40411
          http://trac.macports.org/changeset/40411
Author:   jmr at macports.org
Date:     2008-09-30 17:50:42 -0700 (Tue, 30 Sep 2008)
Log Message:
-----------
gvfs: add livecheck

Modified Paths:
--------------
    trunk/dports/devel/gvfs/Portfile

Modified: trunk/dports/devel/gvfs/Portfile
===================================================================
--- trunk/dports/devel/gvfs/Portfile	2008-10-01 00:45:30 UTC (rev 40410)
+++ trunk/dports/devel/gvfs/Portfile	2008-10-01 00:50:42 UTC (rev 40411)
@@ -5,6 +5,7 @@
 
 name            gvfs
 version         1.0.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      devel
 platforms       darwin
@@ -26,7 +27,7 @@
                 that lets you run commands (like cat, ls, stat, etc) \
                 on files in the gvfs.
 homepage        http://www.gnome.org/
-master_sites    gnome:sources/${name}/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 checksums       md5 0d123f87e3e660271cd9d11b8c592c5a \
                 sha1 691f543a294899e582c912c2ad500e67966dfd6f \
@@ -46,3 +47,7 @@
                 --disable-keyring \
                 --disable-samba \
                 --disable-archive
+
+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/20080930/9adbb730/attachment.html 


More information about the macports-changes mailing list