aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa2
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-03-08 01:33:44 +0800
committersobomax <sobomax@FreeBSD.org>2002-03-08 01:33:44 +0800
commit88d8908c26f9108e7534da696424161905da9a23 (patch)
tree32e6b373af808f46dbec1a7afde9d104ad73dbf8 /mail/balsa2
parenteb87e4223d8bcc1f31ddd011542705ff0576e70e (diff)
downloadfreebsd-ports-gnome-88d8908c26f9108e7534da696424161905da9a23.tar.gz
freebsd-ports-gnome-88d8908c26f9108e7534da696424161905da9a23.tar.zst
freebsd-ports-gnome-88d8908c26f9108e7534da696424161905da9a23.zip
Update to 1.3.3.
PR: 35584 Submitted by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'mail/balsa2')
-rw-r--r--mail/balsa2/Makefile9
-rw-r--r--mail/balsa2/distinfo2
-rw-r--r--mail/balsa2/files/patch-src::sendmsg-window.c13
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);