[29659] trunk/dports/gnome/libcroco/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 4 07:12:56 PDT 2007


Revision: 29659
          http://trac.macosforge.org/projects/macports/changeset/29659
Author:   nox at macports.org
Date:     2007-10-04 07:12:56 -0700 (Thu, 04 Oct 2007)

Log Message:
-----------
libcroco: Fixed livecheck.

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

Modified: trunk/dports/gnome/libcroco/Portfile
===================================================================
--- trunk/dports/gnome/libcroco/Portfile	2007-10-04 14:11:43 UTC (rev 29658)
+++ trunk/dports/gnome/libcroco/Portfile	2007-10-04 14:12:56 UTC (rev 29659)
@@ -4,6 +4,7 @@
 
 name            libcroco
 version         0.6.1
+set branch      [join [lrange [split ${version} .] 0 1] .]
 revision        1
 categories      gnome
 platforms       darwin
@@ -15,7 +16,7 @@
     toolkit for GNOME applications that need CSS support.
 
 homepage        http://www.freespiders.org/projects/libcroco/
-master_sites    gnome:sources/${name}/[join [lrange [split ${version} .] 0 1] .]/
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2       yes
 
 checksums       md5 b0975bd01eb11964f1b3f254f267a43d \
@@ -41,3 +42,7 @@
         NEWS README TODO ${destroot}${docdir}
 }
 
+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/a70ddf15/attachment.html


More information about the macports-changes mailing list