update to flipit-0.3.5 (author accepted the patch, too, whee!)

This commit is contained in:
jason 2003-04-24 02:56:01 +00:00
parent e940a671b3
commit 02cd679b2e
3 changed files with 5 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2003/04/23 23:34:11 jason Exp $
# $OpenBSD: Makefile,v 1.5 2003/04/24 02:56:01 jason Exp $
COMMENT= "x10 firecracker utility"
DISTNAME= flipit-0.3.3
DISTNAME= flipit-0.3.5
CATEGORIES= comms
MASTER_SITES= http://www.lickey.com/flipit/dist/

View File

@ -1,3 +1,3 @@
MD5 (flipit-0.3.3.tar.gz) = a36b2d7894debcbef953e3e622ea01ad
RMD160 (flipit-0.3.3.tar.gz) = 4c8a19434d218ef05f840790b9685390029613d1
SHA1 (flipit-0.3.3.tar.gz) = f5298d0e168f96fb0f406821cc9bc85c3592db0a
MD5 (flipit-0.3.5.tar.gz) = fa535ea9e01e385502d8cc2cf787ede7
RMD160 (flipit-0.3.5.tar.gz) = 8865ebf1d4de3e5b0729e6719b967e3bba9cf364
SHA1 (flipit-0.3.5.tar.gz) = d7ef47fe00ee6f1cecb6a48f3963176181fcaa41

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-flipit_c,v 1.1 2003/04/23 23:34:11 jason Exp $
--- flipit.c.orig Wed Apr 23 18:44:16 2003
+++ flipit.c Wed Apr 23 18:44:53 2003
@@ -33,6 +33,7 @@
#include <ctype.h>
#include <stdlib.h>
#include <assert.h>
+#include <string.h>
#if HAVE_SYS_TYPES_H
#include <sys/types.h>