diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-01 18:57:59 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-05-01 18:57:59 +0000 |
commit | 8c4f2ec3d60b719b5c38f6c78c6d00eac630ac46 (patch) | |
tree | 2801bb09168c890862b6713daa2d3b0cb963b7e6 /misc | |
parent | 19c4d35858a0e8b3618f66d0c6f726d649eda0a9 (diff) | |
download | ports-8c4f2ec3d60b719b5c38f6c78c6d00eac630ac46.tar.gz ports-8c4f2ec3d60b719b5c38f6c78c6d00eac630ac46.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/heyu2/Makefile | 2 | ||||
-rw-r--r-- | misc/heyu2/distinfo | 4 | ||||
-rw-r--r-- | misc/heyu2/files/patch-cm10a | 21 |
3 files changed, 24 insertions, 3 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index 17406b8c898f..cf182083d789 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= heyu2 -PORTVERSION= 2.9.5 +PORTVERSION= 2.10 CATEGORIES= misc MASTER_SITES= http://www.heyu.org/download/ DISTNAME= heyu-${PORTVERSION} diff --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo index e6e9e2f8eeac..17d37ef05bf3 100644 --- a/misc/heyu2/distinfo +++ b/misc/heyu2/distinfo @@ -1,2 +1,2 @@ -SHA256 (heyu-2.9.5.tar.gz) = fca1a8856432cf9dfd3ed59ee257235f301482ce821e7f256e98b4585f222bef -SIZE (heyu-2.9.5.tar.gz) = 589352 +SHA256 (heyu-2.10.tar.gz) = ac8127fb412ce1bdb88e70960aba6d33617092af6579e95abde33993040d7feb +SIZE (heyu-2.10.tar.gz) = 594969 diff --git a/misc/heyu2/files/patch-cm10a b/misc/heyu2/files/patch-cm10a new file mode 100644 index 000000000000..5024ec34448d --- /dev/null +++ b/misc/heyu2/files/patch-cm10a @@ -0,0 +1,21 @@ +--- cm10a.c.orig 2012-05-01 05:04:46.000000000 -0500 ++++ cm10a.c 2012-05-01 08:33:49.000000000 -0500 +@@ -58,14 +58,14 @@ + #include <unistd.h> + #include <syslog.h> + #else +-# if (defined(POSIX) || defined(FREEBSD) || defined(OPENBSD)) +-#include <sys/termios.h> ++# if (defined(DARWIN) || defined(FREEBSD)) ++#include <termios.h> + # else + # ifdef SCO + #include <sys/termio.h> + # else +-# ifdef DARWIN +-#include <termios.h> ++# if (defined(POSIX) || defined(OPENBSD)) ++#include <sys/termios.h> + # else + #include <termio.h> + # endif |