aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2012-05-02 02:57:59 +0800
committermadpilot <madpilot@FreeBSD.org>2012-05-02 02:57:59 +0800
commit3f4331601679ba8ad41d4cb288205384672241a4 (patch)
tree2d328cfcc9c19417a2fcf9ccbd6722fe57db0726
parent4f1711973fc54970273bcae0ba14a222d1f36f99 (diff)
downloadfreebsd-ports-gnome-3f4331601679ba8ad41d4cb288205384672241a4.tar.gz
freebsd-ports-gnome-3f4331601679ba8ad41d4cb288205384672241a4.tar.zst
freebsd-ports-gnome-3f4331601679ba8ad41d4cb288205384672241a4.zip
- Update to 2.10
PR: ports/167487 Submited by: Michael Stowe <mstowe@chicago.us.mensa.org> (maintainer) Approved by: crees (mentor)
-rw-r--r--misc/heyu2/Makefile2
-rw-r--r--misc/heyu2/distinfo4
-rw-r--r--misc/heyu2/files/patch-cm10a21
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