From 4c20a91b1189f5af4a37b326e72f884c4b181f4a Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Fri, 17 Jul 1998 18:52:19 +0000 Subject: * upgrade to 0.93.1 * use ncurses port rather than base systems -- window resizing works better (although not perfectly) --- mail/mutt14/Makefile | 10 ++++++---- mail/mutt14/distinfo | 2 +- mail/mutt14/files/patch-02 | 17 +++++++---------- 3 files changed, 14 insertions(+), 15 deletions(-) (limited to 'mail/mutt14') diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 7d6b6b48d39f..8915456342cf 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/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/mutt14/distinfo b/mail/mutt14/distinfo index f51f7a44e633..21143cd6a157 100644 --- a/mail/mutt14/distinfo +++ b/mail/mutt14/distinfo @@ -1 +1 @@ -MD5 (mutt/mutt-0.93i.tar.gz) = d3998c6791a306eefecb9f2de44a296d +MD5 (mutt/mutt-0.93.1i.tar.gz) = 3f66b4c8d380bfec1cae106f719059db diff --git a/mail/mutt14/files/patch-02 b/mail/mutt14/files/patch-02 index 75fc7affe6fd..137e76ff253a 100644 --- a/mail/mutt14/files/patch-02 +++ b/mail/mutt14/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 -- cgit v1.2.3