Date: Tue, 1 May 2012 08:41:17 -0500 (CDT) From: Michael Stowe <mstowe@chicago.us.mensa.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/167487: [maintainer] misc/heyu2 - update from 2.9.5 to 2.10 Message-ID: <201205011341.q41DfH4e003651@baddomain.com> Resent-Message-ID: <201205011410.q41EA8xj010442@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 167487 >Category: ports >Synopsis: [maintainer] misc/heyu2 - update from 2.9.5 to 2.10 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 01 14:10:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Michael Stowe >Release: FreeBSD 9.0-STABLE amd64 >Organization: >Environment: System: FreeBSD baddomain.com 9.0-STABLE FreeBSD 9.0-STABLE #7: Sat Apr 14 13:23:00 CDT 2012 root@baddomain.com:/usr/obj/usr/src/sys/GENERIC amd64 >Description: [maintainer] misc/heyu2 - update from 2.9.5 to 2.10 >How-To-Repeat: >Fix: --- heyu2.diff begins here --- diff -ruN heyu2.old/Makefile heyu2/Makefile --- heyu2.old/Makefile 2011-11-08 10:36:28.000000000 -0600 +++ heyu2/Makefile 2012-05-01 08:21:08.000000000 -0500 @@ -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 -ruN heyu2.old/distinfo heyu2/distinfo --- heyu2.old/distinfo 2011-11-08 10:36:28.000000000 -0600 +++ heyu2/distinfo 2012-05-01 08:23:36.000000000 -0500 @@ -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 -ruN heyu2.old/files/patch-cm10a heyu2/files/patch-cm10a --- heyu2.old/files/patch-cm10a 1969-12-31 18:00:00.000000000 -0600 +++ heyu2/files/patch-cm10a 2012-05-01 08:34:29.000000000 -0500 @@ -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 --- heyu2.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205011341.q41DfH4e003651>