[29649] trunk/dports/gnome/gail/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 4 06:48:37 PDT 2007


Revision: 29649
          http://trac.macosforge.org/projects/macports/changeset/29649
Author:   nox at macports.org
Date:     2007-10-04 06:48:37 -0700 (Thu, 04 Oct 2007)

Log Message:
-----------
gail: Added livecheck.

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

Modified: trunk/dports/gnome/gail/Portfile
===================================================================
--- trunk/dports/gnome/gail/Portfile	2007-10-04 13:46:38 UTC (rev 29648)
+++ trunk/dports/gnome/gail/Portfile	2007-10-04 13:48:37 UTC (rev 29649)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		gail
 version		1.20.0
+set branch  [join [lrange [split ${version} .] 0 1] .]
 revision    1
 description	An implementation of the ATK interfaces for GTK+ widgets.
 long_description        Gail, the Gnome Accessibility Implementation \
@@ -11,7 +12,7 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/gail/[strsed ${version} {/\.[0-9]*$//}]/
+master_sites    gnome:sources/gail/${branch}/
 
 checksums	md5 697f83db831816946bb8944b8d34ec17 \
 		sha1 57d6304a0927c747490dda365b56de9339234a5f \
@@ -30,3 +31,7 @@
 
 configure.cppflags-append "-L${prefix}/lib"
 
+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/20071004/3ef508df/attachment.html


More information about the macports-changes mailing list