[45499] trunk/dports/gnome/yelp/Portfile

jmr at macports.org jmr at macports.org
Fri Jan 16 10:42:39 PST 2009


Revision: 45499
          http://trac.macports.org/changeset/45499
Author:   jmr at macports.org
Date:     2009-01-16 10:42:38 -0800 (Fri, 16 Jan 2009)
Log Message:
-----------
yelp: update to 2.24.0, fix livecheck

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

Modified: trunk/dports/gnome/yelp/Portfile
===================================================================
--- trunk/dports/gnome/yelp/Portfile	2009-01-16 18:34:39 UTC (rev 45498)
+++ trunk/dports/gnome/yelp/Portfile	2009-01-16 18:42:38 UTC (rev 45499)
@@ -3,8 +3,8 @@
 PortSystem 1.0
 
 name            yelp
-version         2.22.0
-revision        2
+version         2.24.0
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description     Help browser for GNOME.
 long_description Yelp is the default help browser for the \
                 GNOME desktop. Yelp provides a simple graphical \
@@ -14,13 +14,16 @@
 categories      gnome
 platforms       darwin
 homepage        http://www.gnome.org/
-master_sites    gnome:sources/yelp/2.22/
-checksums       md5 941e67796bbc332c1db3d63771ae2590
+master_sites    gnome:sources/${name}/${branch}/
+checksums       md5 15eb2f538d970600c1e0a461f7d88b55 \
+                sha1 18082b28de342c170978c8433a2ce544361598b2
 
 depends_build   port:gnome-doc-utils
 depends_lib     port:gnome-vfs \
+                port:gtk-doc \
                 port:libgnomeui \
-                port:startup-notification \
+                port:libgtkhtml3 \
+                port:rarian \
                 port:firefox-x11
 
 use_bzip2       yes
@@ -44,3 +47,7 @@
         system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true"
         system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true"
 }
+
+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/ec02fef8/attachment.html>


More information about the macports-changes mailing list