summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-11-16 01:57:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-11-16 01:57:55 +0000
commit52b1eaa173de94be1c305f248be576733900c358 (patch)
tree19798b974c23f181600fca22836e2401e50c33ee /mail
parentnew port dependency after name change in netscape port (diff)
Upgrade to "release" version 0.88
Notes
Notes: svn path=/head/; revision=8649
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt-devel/Makefile8
-rw-r--r--mail/mutt-devel/distinfo2
-rw-r--r--mail/mutt-devel/files/patch-0117
-rw-r--r--mail/mutt/Makefile8
-rw-r--r--mail/mutt/distinfo2
-rw-r--r--mail/mutt/files/patch-0117
-rw-r--r--mail/mutt14/Makefile8
-rw-r--r--mail/mutt14/distinfo2
-rw-r--r--mail/mutt14/files/patch-0117
9 files changed, 33 insertions, 48 deletions
diff --git a/mail/mutt-devel/Makefile b/mail/mutt-devel/Makefile
index 55cdac6f7e33..434e9bdaece1 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.37 1997/08/05 09:01:53 obrien Exp $
+# $Id: Makefile,v 1.38 1997/10/01 11:27:35 obrien Exp $
DISTNAME= ${PKGNAME}e
-PKGNAME= mutt-0.84
+PKGNAME= mutt-0.88
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cs.hmc.edu/pub/me/mutt/ \
ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \
@@ -28,7 +28,7 @@ DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${PKGNAME}
PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \
+CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-flock \
--disable-fcntl --enable-hidden-host
MAN1= mutt.1
@@ -38,7 +38,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
- @${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
+ @${INSTALL_MAN} ${WRKSRC}/doc/*.txt \
${PREFIX}/share/doc/mutt
@(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
${PREFIX}/share/doc/mutt)
diff --git a/mail/mutt-devel/distinfo b/mail/mutt-devel/distinfo
index a4fbed3afa9d..b283b81e5f34 100644
--- a/mail/mutt-devel/distinfo
+++ b/mail/mutt-devel/distinfo
@@ -1 +1 @@
-MD5 (mutt/mutt-0.84e.tar.gz) = 18da5a3614a0365ce099ead1ffdb2666
+MD5 (mutt/mutt-0.88e.tar.gz) = 8ba48e79c22a156998293ffc35ab431a
diff --git a/mail/mutt-devel/files/patch-01 b/mail/mutt-devel/files/patch-01
index 636181881511..15d01bf20918 100644
--- a/mail/mutt-devel/files/patch-01
+++ b/mail/mutt-devel/files/patch-01
@@ -1,17 +1,12 @@
---- Makefile.in.orig Mon Jan 27 18:15:59 1997
-+++ Makefile.in Wed Jan 29 07:23:40 1997
-@@ -72,10 +72,13 @@
- sendlib.c \
- url.c
-
--all: mutt
-+all: mutt docs
-
+--- Makefile.in.orig Fri Nov 7 11:34:03 1997
++++ Makefile.in Sat Nov 8 13:03:32 1997
+@@ -55,6 +55,9 @@
mutt: $(OBJS) $(REGEX)
$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
-+
+
+docs:
+ cd doc && make fbsd
-
++
install: mutt
$(srcdir)/mkinstalldirs $(bindir)
+ -mv -f $(bindir)/mutt $(bindir)/mutt.old
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 55cdac6f7e33..434e9bdaece1 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.37 1997/08/05 09:01:53 obrien Exp $
+# $Id: Makefile,v 1.38 1997/10/01 11:27:35 obrien Exp $
DISTNAME= ${PKGNAME}e
-PKGNAME= mutt-0.84
+PKGNAME= mutt-0.88
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cs.hmc.edu/pub/me/mutt/ \
ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \
@@ -28,7 +28,7 @@ DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${PKGNAME}
PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \
+CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-flock \
--disable-fcntl --enable-hidden-host
MAN1= mutt.1
@@ -38,7 +38,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
- @${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
+ @${INSTALL_MAN} ${WRKSRC}/doc/*.txt \
${PREFIX}/share/doc/mutt
@(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
${PREFIX}/share/doc/mutt)
diff --git a/mail/mutt/distinfo b/mail/mutt/distinfo
index a4fbed3afa9d..b283b81e5f34 100644
--- a/mail/mutt/distinfo
+++ b/mail/mutt/distinfo
@@ -1 +1 @@
-MD5 (mutt/mutt-0.84e.tar.gz) = 18da5a3614a0365ce099ead1ffdb2666
+MD5 (mutt/mutt-0.88e.tar.gz) = 8ba48e79c22a156998293ffc35ab431a
diff --git a/mail/mutt/files/patch-01 b/mail/mutt/files/patch-01
index 636181881511..15d01bf20918 100644
--- a/mail/mutt/files/patch-01
+++ b/mail/mutt/files/patch-01
@@ -1,17 +1,12 @@
---- Makefile.in.orig Mon Jan 27 18:15:59 1997
-+++ Makefile.in Wed Jan 29 07:23:40 1997
-@@ -72,10 +72,13 @@
- sendlib.c \
- url.c
-
--all: mutt
-+all: mutt docs
-
+--- Makefile.in.orig Fri Nov 7 11:34:03 1997
++++ Makefile.in Sat Nov 8 13:03:32 1997
+@@ -55,6 +55,9 @@
mutt: $(OBJS) $(REGEX)
$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
-+
+
+docs:
+ cd doc && make fbsd
-
++
install: mutt
$(srcdir)/mkinstalldirs $(bindir)
+ -mv -f $(bindir)/mutt $(bindir)/mutt.old
diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile
index 55cdac6f7e33..434e9bdaece1 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.37 1997/08/05 09:01:53 obrien Exp $
+# $Id: Makefile,v 1.38 1997/10/01 11:27:35 obrien Exp $
DISTNAME= ${PKGNAME}e
-PKGNAME= mutt-0.84
+PKGNAME= mutt-0.88
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cs.hmc.edu/pub/me/mutt/ \
ftp://ftp.ibp.fr/pub/unix/mail/mutt/ \
@@ -28,7 +28,7 @@ DIST_SUBDIR= mutt
WRKSRC= ${WRKDIR}/${PKGNAME}
PATCH_DIST_STRIP= -p1
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-8bitmime --enable-flock \
+CONFIGURE_ARGS= --enable-dsn --enable-pop --enable-flock \
--disable-fcntl --enable-hidden-host
MAN1= mutt.1
@@ -38,7 +38,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${ECHO} "===> Installing Mutt documentation"
@${MKDIR} ${PREFIX}/share/doc/mutt && chmod a+rx ${PREFIX}/share/doc/mutt
- @${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${WRKSRC}/doc/*.html \
+ @${INSTALL_MAN} ${WRKSRC}/doc/*.txt \
${PREFIX}/share/doc/mutt
@(cd ${WRKSRC} ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
${PREFIX}/share/doc/mutt)
diff --git a/mail/mutt14/distinfo b/mail/mutt14/distinfo
index a4fbed3afa9d..b283b81e5f34 100644
--- a/mail/mutt14/distinfo
+++ b/mail/mutt14/distinfo
@@ -1 +1 @@
-MD5 (mutt/mutt-0.84e.tar.gz) = 18da5a3614a0365ce099ead1ffdb2666
+MD5 (mutt/mutt-0.88e.tar.gz) = 8ba48e79c22a156998293ffc35ab431a
diff --git a/mail/mutt14/files/patch-01 b/mail/mutt14/files/patch-01
index 636181881511..15d01bf20918 100644
--- a/mail/mutt14/files/patch-01
+++ b/mail/mutt14/files/patch-01
@@ -1,17 +1,12 @@
---- Makefile.in.orig Mon Jan 27 18:15:59 1997
-+++ Makefile.in Wed Jan 29 07:23:40 1997
-@@ -72,10 +72,13 @@
- sendlib.c \
- url.c
-
--all: mutt
-+all: mutt docs
-
+--- Makefile.in.orig Fri Nov 7 11:34:03 1997
++++ Makefile.in Sat Nov 8 13:03:32 1997
+@@ -55,6 +55,9 @@
mutt: $(OBJS) $(REGEX)
$(CC) -o mutt $(OBJS) $(REGEX) $(LDFLAGS) $(LIBS)
-+
+
+docs:
+ cd doc && make fbsd
-
++
install: mutt
$(srcdir)/mkinstalldirs $(bindir)
+ -mv -f $(bindir)/mutt $(bindir)/mutt.old