[108298] trunk/dports/gnome/balsa

devans at macports.org devans at macports.org
Wed Jul 17 18:45:33 PDT 2013


Revision: 108298
          https://trac.macports.org/changeset/108298
Author:   devans at macports.org
Date:     2013-07-17 18:45:32 -0700 (Wed, 17 Jul 2013)
Log Message:
-----------
balsa: update to version 2.5.0, now uses gtk3.

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

Added Paths:
-----------
    trunk/dports/gnome/balsa/files/
    trunk/dports/gnome/balsa/files/patch-src-sendmsg-window.c.diff

Modified: trunk/dports/gnome/balsa/Portfile
===================================================================
--- trunk/dports/gnome/balsa/Portfile	2013-07-18 00:44:14 UTC (rev 108297)
+++ trunk/dports/gnome/balsa/Portfile	2013-07-18 01:45:32 UTC (rev 108298)
@@ -4,9 +4,8 @@
 PortSystem      1.0
 
 name            balsa
-version         2.4.14
-revision        2
-license         GPL-2+
+version         2.5.0
+license         GPL-3
 description     GNOME e-mail client
 long_description \
                 Balsa is an e-mail client for GNOME, highly \
@@ -21,41 +20,46 @@
 
 master_sites    ${homepage}
 
-checksums       sha256  9de197c3adf2cfa1ddf8c3b6da11e5b06f58b27a917e064de34621d5f9210522 \
-                rmd160  809c0a455097d08a0c2214f000adb2e6497b5380
+checksums       sha256  67eaddbc33a079a74b65bf5f71ef163573f7d4a6f29ed6dca2ad6811d95519b4 \
+                rmd160  cc82aab6efd34a8cbc7fbb949c6ace8f10103f13
 
 depends_build   port:pkgconfig \
-                port:libtool \
                 port:intltool \
                 port:gnome-doc-utils
 
 depends_lib     port:desktop-file-utils \
                 port:rarian \
-                port:libgnomeui \
+                port:gtk3 \
                 port:gmime \
                 port:gpgme \
-                port:gtksourceview2 \
-                port:gtkspell2 \
-                port:libcanberra \
+                port:gtksourceview3 \
                 port:libesmtp \
-                port:libgtkhtml3 \
-                port:libnotify \
-                port:libunique \
+                port:libsecret \
+                port:libxml2 \
                 port:openssl \
-                port:sqlite3
+                port:pcre \
+                port:sqlite3 \
+                port:compface \
+                port:enchant
 
 depends_run     port:gnome-settings-daemon \
                 port:yelp
+                
+patchfiles      patch-src-sendmsg-window.c.diff
 
 configure.args  --with-gpgme \
-                --with-canberra \
-                --with-gtkspell \
-                --with-gtksourceview=2 \
+                --with-gmime=2.6 \
+                --with-gtksourceview \
+                --with-html-widget=no \
                 --with-ssl \
-                --with-unique \
                 --with-sqlite \
                 --with-esmtp \
+                --with-libsecret \
+                --with-compface \
+                --without-libnotify \
+                --without-gnome \
                 --without-nm \
+                --enable-pcre \
                 --disable-silent-rules
 
 configure.cflags-append -D_DARWIN_C_SOURCE
@@ -63,7 +67,7 @@
 post-activate {
     system "${prefix}/bin/scrollkeeper-update"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
-    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
+    system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor"
 }
 
 livecheck.type  regex

Added: trunk/dports/gnome/balsa/files/patch-src-sendmsg-window.c.diff
===================================================================
--- trunk/dports/gnome/balsa/files/patch-src-sendmsg-window.c.diff	                        (rev 0)
+++ trunk/dports/gnome/balsa/files/patch-src-sendmsg-window.c.diff	2013-07-18 01:45:32 UTC (rev 108298)
@@ -0,0 +1,11 @@
+--- src/sendmsg-window.c.orig	2013-07-17 14:44:51.000000000 -0700
++++ src/sendmsg-window.c	2013-07-17 14:48:20.000000000 -0700
+@@ -4626,7 +4626,7 @@
+     sw_buffer_signals_connect(bsmsg);
+ 
+ #if HAVE_GTKSOURCEVIEW
+-    source_buffer = GTK_SOURCE_BUFFER(gtk_text_view_get_buffer
++    source_buffer = (GtkSourceBuffer *) (gtk_text_view_get_buffer
+                                       (GTK_TEXT_VIEW(bsmsg->text)));
+     gtk_source_buffer_begin_not_undoable_action(source_buffer);
+     gtk_source_buffer_end_not_undoable_action(source_buffer);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130717/0d0ce0d1/attachment.html>


More information about the macports-changes mailing list