[Lunar-commits] r19882 - moonbase/trunk/mail/balsa
Terry Chan
tchan at lunar-linux.org
Fri Apr 28 14:45:59 UTC 2006
Author: tchan
Date: 2006-04-28 14:45:59 +0000 (Fri, 28 Apr 2006)
New Revision: 19882
Modified:
moonbase/trunk/mail/balsa/DEPENDS
moonbase/trunk/mail/balsa/DETAILS
Log:
Version bump to balsa-2.3.12. Added several optional_depends to provide LDAP,
gpgme, sqlite, gtksourcview support. balsa already had ssl, gmime, gtkhtml3,
and aspell support.
Modified: moonbase/trunk/mail/balsa/DEPENDS
===================================================================
--- moonbase/trunk/mail/balsa/DEPENDS 2006-04-28 14:42:20 UTC (rev 19881)
+++ moonbase/trunk/mail/balsa/DEPENDS 2006-04-28 14:45:59 UTC (rev 19882)
@@ -4,11 +4,17 @@
depends aspell &&
depends gmime &&
-optional_depends "libgtkhtml" \
- "--enable-gtkhtml" \
- "" \
- "to enable display of html messages"
+optional_depends "libgtkhtml" \
+ "--with-gtkhtml" \
+ "" \
+ "to enable display of html messages" &&
-optional_depends "openssl" "--with-ssl" "" "for SSL support"
+optional_depends "openssl" "--with-ssl" "" "for SSL support" &&
-optional_depends "openldap" "--enable-ldap" "" "for ldap support"
+optional_depends "openldap" "--with-ldap" "" "for ldap support" &&
+
+optional_depends "gpgme" "--with-gpgme" "" "for gpgme support" &&
+
+optional_depends "sqlite" "--with-sqlite" "" "for SQLite GPE address books" &&
+
+optional_depends "gtksourceview" "--with-gtksourceview" "" "for gtksourceview support"
Modified: moonbase/trunk/mail/balsa/DETAILS
===================================================================
--- moonbase/trunk/mail/balsa/DETAILS 2006-04-28 14:42:20 UTC (rev 19881)
+++ moonbase/trunk/mail/balsa/DETAILS 2006-04-28 14:45:59 UTC (rev 19882)
@@ -1,11 +1,11 @@
MODULE=balsa
- VERSION=2.3.10
+ VERSION=2.3.12
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=http://balsa.gnome.org/
- SOURCE_VFY=sha1:74315661721a7b222403988b2af8fbc690c1ddc4
+ SOURCE_VFY=sha1:55f279ec2c8d133ec4b6f36b280ad0d7000b02ba
WEB_SITE=http://balsa.gnome.org
ENTERED=20021029
- UPDATED=20060131
+ UPDATED=20060428
SHORT="Balsa is a GNOME email client."
cat << EOF
Balsa is a GNOME email client. It supports mbox, maildir, and mh local
More information about the Lunar-commits
mailing list