Revision: 74146 http://trac.macports.org/changeset/74146 Author: devans@macports.org Date: 2010-12-05 17:49:33 -0800 (Sun, 05 Dec 2010) Log Message: ----------- balsa: update to version 2.4.9, dependencies, configuration. Modified Paths: -------------- trunk/dports/gnome/balsa/Portfile Removed Paths: ------------- trunk/dports/gnome/balsa/files/ Modified: trunk/dports/gnome/balsa/Portfile =================================================================== --- trunk/dports/gnome/balsa/Portfile 2010-12-06 01:43:17 UTC (rev 74145) +++ trunk/dports/gnome/balsa/Portfile 2010-12-06 01:49:33 UTC (rev 74146) @@ -4,7 +4,7 @@ PortSystem 1.0 name balsa -version 2.0.17 +version 2.4.9 description Gnome email client long_description Balsa is an e-mail client for GNOME, highly \ configurable and incorporating all the features \ @@ -16,19 +16,42 @@ use_bzip2 yes -master_sites http://balsa.gnome.org/ -checksums md5 851db68728ed9adea615eb2f249fa1ee -depends_lib lib:libgtkhtml-2:libgtkhtml \ - lib:libiconv:libiconv lib:libaspell:aspell +master_sites ${homepage} -patchfiles patch_charset.h patch_charset.c patch_misc.c +checksums md5 bd7ac44f0cf3117a5fdb46d17dac2b51 \ + sha1 0cda3106da2db6e544ae3954bef1db3e6f40024a \ + rmd160 bcce59d05db37f2e18b5b0bede7e590cf7215782 -configure.args --without-esmtp --mandir=${prefix}/share/man \ - --with-iconv=${prefix} +depends_build port:pkgconfig \ + port:intltool \ + port:gnome-doc-utils -configure.cppflags-append "-L${prefix}/lib" -configure.cflags-append -flat_namespace -undefined suppress +depends_lib port:libgnomeui \ + port:gmime \ + port:gpgme \ + port:gtksourceview2 \ + port:gtkspell2 \ + port:libcanberra \ + port:libesmtp \ + port:libgtkhtml3 \ + port:libnotify \ + port:libunique \ + port:openssl \ + port:sqlite3 +configure.args --with-gpgme \ + --with-canberra \ + --with-gtkspell \ + --with-gtksourceview=2 \ + --with-ssl \ + --with-unique \ + --with-sqlite \ + --with-esmtp \ + --without-nm \ + --disable-silent-rules + +configure.cflags-append -D_DARWIN_C_SOURCE + livecheck.type regex livecheck.url ${homepage} livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"
participants (1)
-
devans@macports.org