diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-25 06:37:03 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-25 06:37:03 +0800 |
commit | e20a3615a6cf3378f9436b97abe9c0b241912617 (patch) | |
tree | 8ca9a55f02bf906a00eaa75155a10be4ab9fac41 /misc | |
parent | d4aad3f0e2def680b5b833e53f9d2df4f1635b96 (diff) | |
download | freebsd-ports-gnome-e20a3615a6cf3378f9436b97abe9c0b241912617.tar.gz freebsd-ports-gnome-e20a3615a6cf3378f9436b97abe9c0b241912617.tar.zst freebsd-ports-gnome-e20a3615a6cf3378f9436b97abe9c0b241912617.zip |
- Update to 2.0.b10
PR: 112042
Submitted by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heyu2/Makefile | 6 | ||||
-rw-r--r-- | misc/heyu2/distinfo | 6 | ||||
-rw-r--r-- | misc/heyu2/files/patch-tty.c-tty_aux.c | 32 |
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> |