summaryrefslogtreecommitdiff
path: root/mail/balsa
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-07 17:33:44 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-07 17:33:44 +0000
commitc4d8ff4417e0eaa04f6e090af6869559835fa48d (patch)
treecf0dd5fd5f3082e1ebd9f6908485d79a4b476c24 /mail/balsa
parentGC empty line. (diff)
Update to 1.3.3.
PR: 35584 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes: svn path=/head/; revision=55685
Diffstat (limited to 'mail/balsa')
-rw-r--r--mail/balsa/Makefile9
-rw-r--r--mail/balsa/distinfo2
-rw-r--r--mail/balsa/files/patch-src::sendmsg-window.c13
3 files changed, 5 insertions, 19 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index bbc2ea360ca6..db053e5c5dea 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= balsa
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.3
CATEGORIES= mail gnome
MASTER_SITES= http://www.theochem.kth.se/~pawsa/balsa/ \
ftp://ftp.newton.cx/pub/balsa/
@@ -15,10 +15,9 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap2 \
aspell.11:${PORTSDIR}/textproc/aspell \
- pcre.0:${PORTSDIR}/devel/pcre
-BUILD_DEPENDS= ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp
-RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell \
- ${LOCALBASE}/bin/libesmtp-config:${PORTSDIR}/mail/libesmtp
+ pcre.0:${PORTSDIR}/devel/pcre \
+ esmtp.5:${PORTSDIR}/mail/libesmtp
+RUN_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
USE_BZIP2= yes
USE_X_PREFIX= yes
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo
index ab18b144c2ba..0ba9379e1d82 100644
--- a/mail/balsa/distinfo
+++ b/mail/balsa/distinfo
@@ -1 +1 @@
-MD5 (balsa-1.3.1.tar.bz2) = 579750f97d72cad987b8acf6edcafaa5
+MD5 (balsa-1.3.3.tar.bz2) = 582711809c484a54bcca002ad32eaa3f
diff --git a/mail/balsa/files/patch-src::sendmsg-window.c b/mail/balsa/files/patch-src::sendmsg-window.c
deleted file mode 100644
index f569907e8faf..000000000000
--- a/mail/balsa/files/patch-src::sendmsg-window.c
+++ /dev/null
@@ -1,13 +0,0 @@
-ADDED FILE: files/patch-src::sendmsg-window.c
-
---- src/sendmsg-window.c.orig Thu Feb 7 10:04:41 2002
-+++ src/sendmsg-window.c Thu Feb 7 10:04:50 2002
-@@ -785,7 +785,7 @@
- return;
- }
- if (pid == 0) {
-- setpgrp();
-+ setpgrp(0, 0);
-
- command = g_strdup_printf(balsa_app.extern_editor_command, filename);
- cmdline = g_strsplit(command, " ", 1024);