summaryrefslogtreecommitdiff
path: root/misc/heyu2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-04-24 22:37:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-04-24 22:37:03 +0000
commitd6414e362d88973a45ba9661f7165166895d7e67 (patch)
tree84de4cff7eb98533bbe5ba6a6dc0f831c0a1b1be /misc/heyu2
parent- Update to 0.99.39/2 (diff)
- Update to 2.0.b10
PR: 112042 Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
Notes
Notes: svn path=/head/; revision=190837
Diffstat (limited to 'misc/heyu2')
-rw-r--r--misc/heyu2/Makefile6
-rw-r--r--misc/heyu2/distinfo6
-rw-r--r--misc/heyu2/files/patch-tty.c-tty_aux.c32
3 files changed, 6 insertions, 38 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile
index bb77fb9ca924..118b9a1b90dd 100644
--- a/misc/heyu2/Makefile
+++ b/misc/heyu2/Makefile
@@ -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
diff --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo
index 490f1fed8eaf..8b45ac515f2e 100644
--- a/misc/heyu2/distinfo
+++ b/misc/heyu2/distinfo
@@ -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
diff --git a/misc/heyu2/files/patch-tty.c-tty_aux.c b/misc/heyu2/files/patch-tty.c-tty_aux.c
deleted file mode 100644
index 77fb8d0fd032..000000000000
--- a/misc/heyu2/files/patch-tty.c-tty_aux.c
+++ /dev/null
@@ -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>