diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-07 17:33:44 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-07 17:33:44 +0000 |
commit | c4d8ff4417e0eaa04f6e090af6869559835fa48d (patch) | |
tree | cf0dd5fd5f3082e1ebd9f6908485d79a4b476c24 /mail/balsa2 | |
parent | db60c856ef9091f728659ba7149e81164a64e6f7 (diff) | |
download | ports-c4d8ff4417e0eaa04f6e090af6869559835fa48d.tar.gz ports-c4d8ff4417e0eaa04f6e090af6869559835fa48d.zip |
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/balsa2')
-rw-r--r-- | mail/balsa2/Makefile | 9 | ||||
-rw-r--r-- | mail/balsa2/distinfo | 2 | ||||
-rw-r--r-- | mail/balsa2/files/patch-src::sendmsg-window.c | 13 |
3 files changed, 5 insertions, 19 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index bbc2ea360ca6..db053e5c5dea 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/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/balsa2/distinfo b/mail/balsa2/distinfo index ab18b144c2ba..0ba9379e1d82 100644 --- a/mail/balsa2/distinfo +++ b/mail/balsa2/distinfo @@ -1 +1 @@ -MD5 (balsa-1.3.1.tar.bz2) = 579750f97d72cad987b8acf6edcafaa5 +MD5 (balsa-1.3.3.tar.bz2) = 582711809c484a54bcca002ad32eaa3f diff --git a/mail/balsa2/files/patch-src::sendmsg-window.c b/mail/balsa2/files/patch-src::sendmsg-window.c deleted file mode 100644 index f569907e8faf..000000000000 --- a/mail/balsa2/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); |