From 0d57081ce006a0d2999fbbbf6fca4e7659fa0cc3 Mon Sep 17 00:00:00 2001
From: Maxim Sobolev <sobomax@FreeBSD.org>
Date: Tue, 6 Mar 2001 11:07:37 +0000
Subject: Update to 1.1.2.

---
 mail/balsa/Makefile                       |  7 ++++---
 mail/balsa/distinfo                       |  2 +-
 mail/balsa/files/patch-libmutt::charset.c | 14 ++++++++++++++
 mail/balsa/files/patch-libmutt::charset.h | 14 ++++++++++++++
 mail/balsa/pkg-plist                      |  1 -
 5 files changed, 33 insertions(+), 5 deletions(-)
 create mode 100644 mail/balsa/files/patch-libmutt::charset.c
 create mode 100644 mail/balsa/files/patch-libmutt::charset.h

(limited to 'mail/balsa')

diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile
index bbdc36e2b3fd..dd2448130d72 100644
--- a/mail/balsa/Makefile
+++ b/mail/balsa/Makefile
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	balsa
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 #PORTREVISION=	1
 CATEGORIES=	mail gnome
 MASTER_SITES=	http://www.theochem.kth.se/~pawsa/balsa/ \
@@ -16,7 +16,8 @@ MAINTAINER=	sobomax@FreeBSD.org
 
 LIB_DEPENDS=	PropList.2:${PORTSDIR}/devel/libPropList \
 		pspell.4:${PORTSDIR}/textproc/pspell \
-		gnomeprint.13:${PORTSDIR}/print/gnomeprint
+		gnomeprint.13:${PORTSDIR}/print/gnomeprint \
+		giconv.2:${PORTSDIR}/converters/libiconv
 
 USE_X_PREFIX=	yes
 USE_GNOME=	yes
@@ -25,7 +26,7 @@ LIBTOOLFILES=	configure libmutt/configure
 CONFIGURE_ARGS=	--enable-threads \
 		--disable-more-warnings
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LIBS="-L${LOCALBASE}/lib"
+		LIBS="-L${LOCALBASE}/lib -lgiconv"
 
 MAN1=		balsa.1
 
diff --git a/mail/balsa/distinfo b/mail/balsa/distinfo
index 9103993e667c..6059e425ab43 100644
--- a/mail/balsa/distinfo
+++ b/mail/balsa/distinfo
@@ -1 +1 @@
-MD5 (balsa-1.1.1.tar.gz) = 37d480cfe0c178934663f9fcf856940f
+MD5 (balsa-1.1.2.tar.gz) = 6b4f9cf4997728157f14dc8c798a8735
diff --git a/mail/balsa/files/patch-libmutt::charset.c b/mail/balsa/files/patch-libmutt::charset.c
new file mode 100644
index 000000000000..3c57eacaedc5
--- /dev/null
+++ b/mail/balsa/files/patch-libmutt::charset.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- libmutt/charset.c	2001/03/06 10:39:57	1.1
++++ libmutt/charset.c	2001/03/06 10:40:07
+@@ -29,7 +29,7 @@
+ #include <unistd.h>
+ #include <errno.h>
+ 
+-#include <iconv.h>
++#include <giconv.h>
+ 
+ #include "mutt.h"
+ #include "charset.h"
diff --git a/mail/balsa/files/patch-libmutt::charset.h b/mail/balsa/files/patch-libmutt::charset.h
new file mode 100644
index 000000000000..7e490597f1dc
--- /dev/null
+++ b/mail/balsa/files/patch-libmutt::charset.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- libmutt/charset.h	2001/03/06 10:38:56	1.1
++++ libmutt/charset.h	2001/03/06 10:39:08
+@@ -19,7 +19,7 @@
+ #ifndef _CHARSET_H
+ #define _CHARSET_H
+ 
+-#include <iconv.h>
++#include <giconv.h>
+ 
+ int mutt_convert_string (char **, const char *, const char *);
+ 
diff --git a/mail/balsa/pkg-plist b/mail/balsa/pkg-plist
index 46a1337d90f5..596b8f43ac45 100644
--- a/mail/balsa/pkg-plist
+++ b/mail/balsa/pkg-plist
@@ -68,7 +68,6 @@ share/locale/de/LC_MESSAGES/balsa.mo
 share/locale/el/LC_MESSAGES/balsa.mo
 share/locale/en_GB/LC_MESSAGES/balsa.mo
 share/locale/es/LC_MESSAGES/balsa.mo
-share/locale/es_ES/LC_MESSAGES/balsa.mo
 share/locale/et/LC_MESSAGES/balsa.mo
 share/locale/fi/LC_MESSAGES/balsa.mo
 share/locale/fr/LC_MESSAGES/balsa.mo
-- 
cgit v1.2.3