mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- Update to 2.0.b10
PR: 112042 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
This commit is contained in:
parent
f60a7698b3
commit
d6414e362d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190837
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= heyu2
|
||||
PORTVERSION= 2.0.b.9
|
||||
PORTVERSION= 2.0.b.10
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.heyu.org/download/
|
||||
DISTNAME= heyu-2.0beta.9
|
||||
DISTNAME= heyu-2.0beta.10
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= mstowe@chicago.us.mensa.org
|
||||
@ -19,7 +19,7 @@ CONFLICTS= heyu-[0-9]*
|
||||
|
||||
#IS_INTERACTIVE= yes
|
||||
ALL_TARGET= all
|
||||
WRKSRC= ${WRKDIR}/heyu-2.0beta.9
|
||||
WRKSRC= ${WRKDIR}/heyu-2.0beta.10
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ARGS= freebsd
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (heyu-2.0beta.9.tgz) = f393208c259865c1d2714c9c3c232719
|
||||
SHA256 (heyu-2.0beta.9.tgz) = 9c5afc5959fa2ce88880cb2301290430e080b69a515760329a8bada4b9cc1897
|
||||
SIZE (heyu-2.0beta.9.tgz) = 375208
|
||||
MD5 (heyu-2.0beta.10.tgz) = c79e353a1cb8ea7783bcf5d68498ebc6
|
||||
SHA256 (heyu-2.0beta.10.tgz) = bc5833ab27e03fa00bf96d1b595a5558d1a2efb7e3d69bf3ea0e96ad44209224
|
||||
SIZE (heyu-2.0beta.10.tgz) = 379365
|
||||
|
@ -1,32 +0,0 @@
|
||||
--- tty.c Sun Mar 30 22:57:59 2003
|
||||
+++ tty.c Thu Mar 15 22:48:59 2007
|
||||
@@ -86,11 +86,11 @@
|
||||
#include <sgtty.h>
|
||||
struct sgttyb oldsb, newsb;
|
||||
#else
|
||||
-#ifndef POSIX
|
||||
-#include <termio.h>
|
||||
#ifndef NCC
|
||||
#define NCC NCCS
|
||||
#endif
|
||||
+#ifndef POSIX
|
||||
+#include <termio.h>
|
||||
struct termio oldsb, newsb;
|
||||
#else
|
||||
#include <termios.h>
|
||||
--- tty_aux.c Sun Mar 30 22:57:59 2003
|
||||
+++ tty_aux.c Thu Mar 15 22:48:59 2007
|
||||
@@ -86,11 +86,11 @@
|
||||
#include <sgtty.h>
|
||||
struct sgttyb oldsb, newsb;
|
||||
#else
|
||||
-#ifndef POSIX
|
||||
-#include <termio.h>
|
||||
#ifndef NCC
|
||||
#define NCC NCCS
|
||||
#endif
|
||||
+#ifndef POSIX
|
||||
+#include <termio.h>
|
||||
struct termio oldsb, newsb;
|
||||
#else
|
||||
#include <termios.h>
|
Loading…
Reference in New Issue
Block a user