[29658] trunk/dports/gnome/libbonobo/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Oct 4 07:11:44 PDT 2007


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

Log Message:
-----------
libbonobo: Fixed livecheck.

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

Modified: trunk/dports/gnome/libbonobo/Portfile
===================================================================
--- trunk/dports/gnome/libbonobo/Portfile	2007-10-04 14:09:26 UTC (rev 29657)
+++ trunk/dports/gnome/libbonobo/Portfile	2007-10-04 14:11:43 UTC (rev 29658)
@@ -2,6 +2,7 @@
 PortSystem 1.0
 name		libbonobo
 version		2.20.0
+set branch  [join [lrange [split ${version} .] 0 1] .]
 revision    1
 description	A library for creating reusable components
 long_description        Bonobo is a set of language and system \
@@ -12,7 +13,7 @@
 categories	gnome
 platforms	darwin 
 homepage	http://www.gnome.org/
-master_sites    gnome:sources/libbonobo/[strsed ${version} {/\.[0-9]*$//}]
+master_sites    gnome:sources/${name}/${branch}
 checksums	md5 5656fc628f2b327cfdcab493a8f95f7f \
 		sha1 a39faafb68428a12e651a51edf726060f96b664c \
 		rmd160 e74be58317c804911f2275a2cd301d31ad382a4f
@@ -39,3 +40,8 @@
 
 test.run	yes
 test.target	check
+
+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/f432d951/attachment.html


More information about the macports-changes mailing list