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

devans at macports.org devans at macports.org
Mon Dec 30 01:59:20 PST 2013


Revision: 115264
          https://trac.macports.org/changeset/115264
Author:   devans at macports.org
Date:     2013-12-30 01:59:20 -0800 (Mon, 30 Dec 2013)
Log Message:
-----------
balsa: update to version 2.5.1.

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

Modified: trunk/dports/gnome/balsa/Portfile
===================================================================
--- trunk/dports/gnome/balsa/Portfile	2013-12-30 09:51:42 UTC (rev 115263)
+++ trunk/dports/gnome/balsa/Portfile	2013-12-30 09:59:20 UTC (rev 115264)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            balsa
-version         2.5.0
-revision        1
+version         2.5.1
 license         GPL-3
 description     GNOME e-mail client
 long_description \
@@ -21,19 +20,20 @@
 
 master_sites    ${homepage}
 
-checksums       sha256  67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4 \
-                rmd160  cc82aab6efd34a8cbc7fbb949c6ace8f10103f13
+checksums       sha256  52ce445dca86eb42e2e402a5b76616a1a522b89acbb631215079022ef80a7a10 \
+                rmd160  7b6d646ab3f43c0129eb96481ccdb83a7daa73a8
 
 depends_build   port:pkgconfig \
                 port:intltool \
-                port:gnome-doc-utils
+                port:yelp-tools
 
 depends_lib     port:desktop-file-utils \
-                port:rarian \
                 port:gtk3 \
                 port:gmime \
                 port:gpgme \
                 port:gtksourceview3 \
+                port:gtkspell3 \
+                path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3 \
                 port:libesmtp \
                 port:libsecret \
                 port:libxml2 \
@@ -51,22 +51,43 @@
 configure.args  --with-gpgme \
                 --with-gmime=2.6 \
                 --with-gtksourceview \
-                --with-html-widget=no \
+                --with-gtkspell \
+                --with-html-widget=webkit \
                 --with-ssl \
                 --with-sqlite \
                 --with-esmtp \
                 --with-libsecret \
                 --with-compface \
-                --without-libnotify \
-                --without-gnome \
+                --with-libnotify \
+                --with-gnome \
                 --without-nm \
                 --enable-pcre \
                 --disable-silent-rules
 
 configure.cflags-append -D_DARWIN_C_SOURCE
 
+# TODO: Check ${configure.cxx_stdlib} directly once MacPorts 2.3 is released
+platform darwin {
+    set cxxstdlib {}
+
+    if {[info exists configure.cxx_stdlib] &&
+        ${configure.cxx_stdlib} ne {} &&
+        [string match *clang* ${configure.cxx}]} {
+        set cxxstdlib ${configure.cxx_stdlib}
+    } elseif {[string match *clang* ${configure.cxx}] &&
+              ${os.major} >= 13} {
+        set cxxstdlib libc++
+    } else {
+        set cxxstdlib libstdc++
+    }
+
+    if {${cxxstdlib} eq "libstdc++"} {
+       depends_lib-delete path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
+       depends_lib-append path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3-2.0
+    }
+}
+
 post-activate {
-    system "${prefix}/bin/scrollkeeper-update"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131230/c4747655/attachment.html>


More information about the macports-changes mailing list