From 8c4f2ec3d60b719b5c38f6c78c6d00eac630ac46 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Tue, 1 May 2012 18:57:59 +0000 Subject: [PATCH] - Update to 2.10 PR: ports/167487 Submited by: Michael Stowe (maintainer) Approved by: crees (mentor) --- misc/heyu2/Makefile | 2 +- misc/heyu2/distinfo | 4 ++-- misc/heyu2/files/patch-cm10a | 21 +++++++++++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 misc/heyu2/files/patch-cm10a 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 + #include + #else +-# if (defined(POSIX) || defined(FREEBSD) || defined(OPENBSD)) +-#include ++# if (defined(DARWIN) || defined(FREEBSD)) ++#include + # else + # ifdef SCO + #include + # else +-# ifdef DARWIN +-#include ++# if (defined(POSIX) || defined(OPENBSD)) ++#include + # else + #include + # endif