summaryrefslogtreecommitdiff
path: root/mail/mutt-devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-07-17 18:52:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-07-17 18:52:19 +0000
commit4c20a91b1189f5af4a37b326e72f884c4b181f4a (patch)
tree222aaba2ff91961eda560b6a77ec4a76ce97caf1 /mail/mutt-devel
parentActivate xwatch. (diff)
* upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better (although not perfectly)
Notes
Notes: svn path=/head/; revision=11937
Diffstat (limited to 'mail/mutt-devel')
-rw-r--r--mail/mutt-devel/Makefile10
-rw-r--r--mail/mutt-devel/distinfo2
-rw-r--r--mail/mutt-devel/files/patch-0217
3 files changed, 14 insertions, 15 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 7d6b6b48d39f..8915456342cf 100644
--- a/mail/mutt-devel/Makefile
+++ b/mail/mutt-devel/Makefile
@@ -4,10 +4,10 @@
# Date created: Thur July 25, 1996
# Whom: David O'Brien (obrien@NUXI.com)
#
-# $Id: Makefile,v 1.43 1998/04/18 11:11:27 obrien Exp $
+# $Id: Makefile,v 1.44 1998/07/16 05:57:09 obrien Exp $
-DISTNAME= mutt-0.93i
-PKGNAME= mutt-0.93
+DISTNAME= mutt-0.93.1i
+PKGNAME= mutt-0.93.1
CATEGORIES= mail
MASTER_SITES= ftp://riemann.iam.uni-bonn.de/pub/mutt/ \
ftp://ftp.gbnet.net/pub/mutt-international/ \
@@ -25,6 +25,7 @@ PATCHFILES=
MAINTAINER= obrien@FreeBSD.org
+LIB_DEPENDS= ncurses\\.4\\.:${PORTSDIR}/devel/ncurses
.if defined(BATCH)
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
.endif
@@ -35,7 +36,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-imap --enable-flock \
--disable-fcntl --enable-hidden-host \
--with-sharedir=${PREFIX}/share/misc \
- --with-docdir=${PREFIX}/share/doc/mutt
+ --with-docdir=${PREFIX}/share/doc/mutt \
+ --with-curses=${PREFIX}
MAN1= mutt.1
post-patch:
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index f51f7a44e633..21143cd6a157 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1 +1 @@
-MD5 (mutt/mutt-0.93i.tar.gz) = d3998c6791a306eefecb9f2de44a296d
+MD5 (mutt/mutt-0.93.1i.tar.gz) = 3f66b4c8d380bfec1cae106f719059db
diff --git a/mail/mutt-devel/files/patch-02 b/mail/mutt-devel/files/patch-02
index 75fc7affe6fd..137e76ff253a 100644
--- a/mail/mutt-devel/files/patch-02
+++ b/mail/mutt-devel/files/patch-02
@@ -1,18 +1,15 @@
---- doc/Makefile.in.orig Sun Jun 21 00:13:02 1998
-+++ doc/Makefile.in Wed Jul 15 01:43:40 1998
-@@ -18,9 +18,10 @@
- CFLAGS=@CFLAGS@ -DSHAREDIR=\"$(sharedir)\" $(XCPPFLAGS)
- LDFLAGS=@LDFLAGS@
+--- doc/Makefile.in.orig Mon Jul 13 03:50:37 1998
++++ doc/Makefile.in Fri Jul 17 11:23:21 1998
+@@ -21,6 +21,8 @@
--
- all: manual.txt mutt.man manual.html
+ all: manual.txt manual.html
+fbsd: manual.latin1 manual.html
+
install: mutt.man manual.txt
../mkinstalldirs $(mandir)/man1
$(INSTALL) -m 644 mutt.man $(mandir)/man1/mutt.1
-@@ -36,7 +37,11 @@
+@@ -36,7 +38,11 @@
sgml2txt manual
manual.html: manual.sgml
@@ -23,5 +20,5 @@
+manual.latin1: manual.sgml
+ sgmlfmt -f latin1 manual.sgml
- mutt.man: mutt.sgml
- sgml2txt -man mutt
+ clean:
+ rm -f *~ *.html *.orig *.rej