diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-17 18:52:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-17 18:52:19 +0000 |
commit | 39d48a7f74f483542753a570df7884542caf6e93 (patch) | |
tree | bb7df39b5263eec1dd954c64b90b8ae7e64bd54c /mail | |
parent | 31c35fefd36ad23ebfc21434ac60db91124480f1 (diff) | |
download | FreeBSD-ports-39d48a7f74f483542753a570df7884542caf6e93.zip FreeBSD-ports-39d48a7f74f483542753a570df7884542caf6e93.tar.gz |
* upgrade to 0.93.1
* use ncurses port rather than base systems -- window resizing works better
(although not perfectly)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mutt-devel/Makefile | 10 | ||||
-rw-r--r-- | mail/mutt-devel/distinfo | 2 | ||||
-rw-r--r-- | mail/mutt-devel/files/patch-02 | 17 | ||||
-rw-r--r-- | mail/mutt/Makefile | 10 | ||||
-rw-r--r-- | mail/mutt/distinfo | 2 | ||||
-rw-r--r-- | mail/mutt/files/patch-02 | 17 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 10 | ||||
-rw-r--r-- | mail/mutt14/distinfo | 2 | ||||
-rw-r--r-- | mail/mutt14/files/patch-02 | 17 |
9 files changed, 42 insertions, 45 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile index 7d6b6b4..8915456 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 f51f7a4..21143cd 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 75fc7af..137e76f 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 diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 7d6b6b4..8915456 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/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/distinfo b/mail/mutt/distinfo index f51f7a4..21143cd 100644 --- a/mail/mutt/distinfo +++ b/mail/mutt/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/files/patch-02 b/mail/mutt/files/patch-02 index 75fc7af..137e76f 100644 --- a/mail/mutt/files/patch-02 +++ b/mail/mutt/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 diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 7d6b6b4..8915456 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 f51f7a4..21143cd 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 75fc7af..137e76f 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 |