Upgrade to 2.0.

This commit is contained in:
Oliver Braun 2003-04-22 17:34:20 +00:00
parent 87c827671c
commit 6243e66be9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79464
3 changed files with 2 additions and 24 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= multitail
PORTVERSION= 1.91
PORTVERSION= 2.0
CATEGORIES= sysutils
MASTER_SITES= http://www.vanheusden.com/multitail/
EXTRACT_SUFX= .tgz

View file

@ -1 +1 @@
MD5 (multitail-1.91.tgz) = 8e74311cc6f275a60a1a57a5f8be46bd
MD5 (multitail-2.0.tgz) = aadf58c65b1a2402dfc422d6377aa70a

View file

@ -1,22 +0,0 @@
--- mt.c.orig Mon Apr 21 12:39:51 2003
+++ mt.c Tue Apr 22 00:21:15 2003
@@ -6,9 +6,6 @@
#include <fcntl.h>
#include <limits.h>
#include <ncurses.h>
-#ifdef __FreeBSD__
-#include <libutil.h>
-#endif
#ifdef linux
#include <pty.h>
#endif
@@ -25,6 +22,9 @@
#include <sys/time.h>
#include <sys/types.h>
#include <unistd.h>
+#ifdef __FreeBSD__
+#include <libutil.h>
+#endif
/* #define KEYB_DEBUG */