[42024] trunk/dports/devel/orbit/Portfile

devans at macports.org devans at macports.org
Thu Nov 13 09:25:27 PST 2008


Revision: 42024
          http://trac.macports.org/changeset/42024
Author:   devans at macports.org
Date:     2008-11-13 09:25:27 -0800 (Thu, 13 Nov 2008)
Log Message:
-----------
orbit: lint, fix livecheck, add mode line.

Modified Paths:
--------------
    trunk/dports/devel/orbit/Portfile

Modified: trunk/dports/devel/orbit/Portfile
===================================================================
--- trunk/dports/devel/orbit/Portfile	2008-11-13 17:15:39 UTC (rev 42023)
+++ trunk/dports/devel/orbit/Portfile	2008-11-13 17:25:27 UTC (rev 42024)
@@ -1,9 +1,12 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
+
 name		orbit
 version		0.5.17
 revision	3
+set branch      [join [lrange [split ${version} .] 0 1] .]
 categories	devel
 maintainers	nomaintainer
 description 	High-performance CORBA ORB with C lang support
@@ -14,7 +17,7 @@
     programs.
 homepage    	http://orbit-resource.sourceforge.net/
 platforms	darwin
-master_sites    gnome:sources/ORBit/0.5/
+master_sites    gnome:sources/ORBit/${branch}/
 checksums	md5 35acc6f8d49d930b566104fcceb893d3
 distname    	ORBit-${version}
 use_bzip2	yes
@@ -29,3 +32,8 @@
 	depends_lib-append	lib:libdl:dlcompat
 	patchfiles	patch
 }
+
+livecheck.check regex
+livecheck.url   http://ftp.gnome.org/pub/gnome/sources/ORBit/${branch}/
+livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081113/ece69080/attachment.html>


More information about the macports-changes mailing list