update to 4.3

from MAINTAINER

naddy@ OK
This commit is contained in:
sturm 2002-12-02 21:26:27 +00:00
parent e8149354b6
commit efce1312a0
3 changed files with 5 additions and 16 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2002/09/10 01:02:00 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2002/12/02 21:26:27 sturm Exp $
# $FreeBSD: ports/net/mudix/Makefile,v 1.6 2001/06/22 19:39:12 dwcjr Exp $
COMMENT= "ncurses-based MUD client with triggers, aliases, colors"
DISTNAME= mudix-4.2
DISTNAME= mudix-4.3
CATEGORIES= net games
HOMEPAGE= http://dw.nl.eu.org/mudix.html

View File

@ -1,3 +1,3 @@
MD5 (mudix-4.2.tar.gz) = dd29ea64598a3defc804d1ef0b26f1e9
RMD160 (mudix-4.2.tar.gz) = 39bd2d72759504564f873c62bab41f515ce2971b
SHA1 (mudix-4.2.tar.gz) = 5027a4d60364c44bce5ab058d033f619daafd983
MD5 (mudix-4.3.tar.gz) = 8a360b6fd1207c5aa4d8775c16a38705
RMD160 (mudix-4.3.tar.gz) = db7f157e54765bcbfdd44628d8df218b3f7830a4
SHA1 (mudix-4.3.tar.gz) = bb69638c034e18825016ff37d1b32b974ade14ae

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-src_output_c,v 1.1 2002/09/10 01:02:01 naddy Exp $
--- src/output.c.orig Tue Sep 10 02:57:43 2002
+++ src/output.c Tue Sep 10 02:57:52 2002
@@ -27,6 +27,7 @@
#include <sys/time.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <time.h>
#include <unistd.h>
#include <ctype.h>