diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-05 03:38:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-12-05 03:38:08 +0000 |
commit | 80c06677042ea3a4fbab231ca25afa94820fef67 (patch) | |
tree | bed38b9b84592545b20415d8d0b19276a43f9b44 /mail/balsa | |
parent | Make sure the avahi-daemon socket is written to the correct location. (diff) |
Update to 2.3.7.
Notes
Notes:
svn path=/head/; revision=150435
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 9 | ||||
-rw-r--r-- | mail/balsa/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 4e838d2467d4..98a7bbf992df 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -7,8 +7,7 @@ # PORTNAME= balsa -PORTVERSION= 2.3.6 -PORTREVISION= 3 +PORTVERSION= 2.3.7 CATEGORIES= mail gnome MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ DISTNAME= balsa-${PORTVERSION} @@ -45,6 +44,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ MAN1= balsa.1 OPTIONS= LDAP "Enable LDAP support" on \ + GTKSPELL "Spell checking support" on \ GPG "Enable GnuPG support" off .include <bsd.port.pre.mk> @@ -59,6 +59,11 @@ USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-ldap .endif +.if !defined(WITHOUT_GTKSPELL) +LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 +CONFIGURE_ARGS+=--with-gtkspell +.endif + .if ${PREFIX}==${X11BASE} PLIST_SUB+= GTKICON="@comment " .else diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo index eaa5b18dccbd..c50c70a0df5b 100644 --- a/mail/balsa/distinfo +++ b/mail/balsa/distinfo @@ -1,3 +1,3 @@ -MD5 (balsa-2.3.6.tar.bz2) = c357968588edc753ca51d397dbc2a9d3 -SHA256 (balsa-2.3.6.tar.bz2) = 04c06fe68fd726dec591904371aa7dfb7a4247dac31c438f914ec9e7f386d3a2 -SIZE (balsa-2.3.6.tar.bz2) = 3195725 +MD5 (balsa-2.3.7.tar.bz2) = d50a439a8b8c2be99e3b0108d5d6073e +SHA256 (balsa-2.3.7.tar.bz2) = c6e70550b1b4d6a60b47768d8076c6b6e2e6b250d06fe08149dda561d4dea438 +SIZE (balsa-2.3.7.tar.bz2) = 3192144 |