[45296] trunk/dports/gnome/devhelp/Portfile

devans at macports.org devans at macports.org
Mon Jan 12 22:32:28 PST 2009


Revision: 45296
          http://trac.macports.org/changeset/45296
Author:   devans at macports.org
Date:     2009-01-12 22:32:27 -0800 (Mon, 12 Jan 2009)
Log Message:
-----------
devhelp: update homepage, master_sites, checksums, add mode line, livecheck.

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

Modified: trunk/dports/gnome/devhelp/Portfile
===================================================================
--- trunk/dports/gnome/devhelp/Portfile	2009-01-13 06:07:07 UTC (rev 45295)
+++ trunk/dports/gnome/devhelp/Portfile	2009-01-13 06:32:27 UTC (rev 45296)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -5,16 +6,21 @@
 name		devhelp
 version		0.19
 revision        1
+set branch      [join [lrange [split ${version} .] 0 1] .]
 description	DevHelp is to be an API documentation browser for GNOME.
 long_description	DevHelp's primary goal is to be an API documentation \
 			browser for GNOME.
 maintainers	nomaintainer
 categories	gnome
 platforms	darwin
-homepage	http://www.imendio.com/projects/devhelp/
-master_sites    gnome:sources/devhelp/0.19/
+homepage	http://live.gnome.org/${name}
+master_sites    gnome:sources/${name}/${branch}/
 use_bzip2	yes
-checksums	md5 66c9fb480e123c96eb1efdbad56b2d90
+
+checksums       md5     66c9fb480e123c96eb1efdbad56b2d90 \
+                sha1    8d0976b4004a156b491379befb55391208d8a945 \
+                rmd160  d6fb8b820d448459c219a360a2aca569960b5f02
+
 depends_lib	port:libgnomeui \
 		port:firefox-x11 \
 		port:libwnck \
@@ -31,3 +37,7 @@
         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/20090112/ec8861a6/attachment.html>


More information about the macports-changes mailing list