update to version 0.26

This commit is contained in:
marc 1998-05-28 21:53:50 +00:00
parent 1f200cc92e
commit eb7bf54991
5 changed files with 15 additions and 15 deletions

View File

@ -1,19 +1,19 @@
# OpenBSD makefile for: nmh
# Version required: 0.24
# Version required: 0.26
# Date created: 1998-Apr-28
# Whom: marc@OpenBSD.ORG
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/04/30 04:24:30 marc Exp $
# $OpenBSD: Makefile,v 1.2 1998/05/28 21:53:50 marc Exp $
#
# What port/package will be created
#
DISTNAME= nmh-0.24
DISTNAME= nmh-0.26
CATEGORIES= mail
# where to send bitches about this port
#
MAINTAINER= ports@openbsd.org
MAINTAINER= marc@openbsd.org
# where the source files and patches can be fetched
#

View File

@ -1 +1 @@
MD5 (nmh-0.24.tar.gz) = cc9236c060355756ad469a338806416d
MD5 (nmh-0.26.tar.gz) = d1f06379f73e2021017d0377948fed3f

View File

@ -1,5 +1,5 @@
--- config.h.in.~1~ Tue Feb 10 22:46:45 1998
+++ config.h.in Tue Apr 28 22:32:25 1998
--- config.h.in.orig Mon May 18 14:12:57 1998
+++ config.h.in Thu May 28 11:31:43 1998
@@ -37,9 +37,9 @@
* OpenBSD 2.x
* BSD/OS 2.x
@ -24,7 +24,7 @@
/* #define LOCKF_LOCKING 1 */
/* #define FLOCK_LOCKING 1 */
@@ -139,7 +139,7 @@
@@ -146,7 +146,7 @@
* Define the default creation modes for folders and messages.
*/
#define DEFAULT_FOLDER_MODE "0700"

View File

@ -1,6 +1,6 @@
--- uip/rcvtty.c.~1~ Wed Jan 14 18:16:11 1998
+++ uip/rcvtty.c Wed Apr 29 11:36:32 1998
@@ -188,8 +188,9 @@
--- uip/rcvtty.c.orig Sat May 16 14:32:08 1998
+++ uip/rcvtty.c Thu May 28 11:31:44 1998
@@ -192,8 +192,9 @@
char tmpfil[BUFSIZ];
struct stat st;

View File

@ -1,6 +1,6 @@
--- uip/spost.c.~1~ Thu Jan 22 14:49:45 1998
+++ uip/spost.c Wed Apr 29 11:44:30 1998
@@ -334,8 +334,9 @@
--- uip/spost.c.orig Sat May 16 14:38:10 1998
+++ uip/spost.c Thu May 28 11:31:45 1998
@@ -338,8 +338,9 @@
out = stdout;
}
else {
@ -12,7 +12,7 @@
adios (tmpfil, "unable to create");
chmod (tmpfil, 0600);
}
@@ -695,8 +696,9 @@
@@ -699,8 +700,9 @@
char *vec[6];
FILE * in, *out;