[51682] trunk/dports/gnome/balsa/Portfile

devans at macports.org devans at macports.org
Sun May 31 06:44:27 PDT 2009


Revision: 51682
          http://trac.macports.org/changeset/51682
Author:   devans at macports.org
Date:     2009-05-31 06:44:26 -0700 (Sun, 31 May 2009)
Log Message:
-----------
balsa: update homepage, fix livecheck, mode line, lint.

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

Modified: trunk/dports/gnome/balsa/Portfile
===================================================================
--- trunk/dports/gnome/balsa/Portfile	2009-05-31 13:07:56 UTC (rev 51681)
+++ trunk/dports/gnome/balsa/Portfile	2009-05-31 13:44:26 UTC (rev 51682)
@@ -1,5 +1,8 @@
+# -*- 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		balsa
 version		2.0.17
 description	Gnome email client
@@ -8,15 +11,24 @@
 			you would expect in a robust mail client.
 maintainers	nomaintainer
 categories	gnome mail
-platforms	darwin 
-homepage	http://balsa.gnome.org/
+platforms	darwin
+homepage	http://pawsa.fedorapeople.org/balsa/
+
 use_bzip2	yes
+
 master_sites    http://balsa.gnome.org/
 checksums	md5 851db68728ed9adea615eb2f249fa1ee
 depends_lib     lib:libgtkhtml-2:libgtkhtml \
-		lib:libiconv:libiconv lib:libaspell:aspell 
+		lib:libiconv:libiconv lib:libaspell:aspell
+
 patchfiles	patch_charset.h patch_charset.c patch_misc.c
+
 configure.args	--without-esmtp --mandir=${prefix}/share/man \
-		--with-iconv=${prefix} 
+		--with-iconv=${prefix}
+
 configure.cppflags-append "-L${prefix}/lib"
 configure.cflags-append "-no-cpp-precomp -flat_namespace -undefined suppress"
+
+livecheck.check regex
+livecheck.url   ${homepage}
+livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090531/3ba1e2d4/attachment.html>


More information about the macports-changes mailing list