Date: Tue, 4 Nov 2008 14:26:16 -0600 (CST) From: Michael Stowe <mstowe@chicago.us.mensa.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128588: [maintainer] misc/heyu2 - update from 2.3.2 to 2.4.0 Message-ID: <200811042026.mA4KQGo0026763@baddomain.com> Resent-Message-ID: <200811042110.mA4LA1kU080327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128588 >Category: ports >Synopsis: [maintainer] misc/heyu2 - update from 2.3.2 to 2.4.0 >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 Nov 04 21:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Michael Stowe >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD baddomain.com 7.0-STABLE FreeBSD 7.0-STABLE #22: Tue Jun 10 09:07:30 CDT 2008 root@baddomain.com:/usr/obj/usr/src/sys/STOWE i386 >Description: [maintainer] misc/heyu2 - update from 2.3.2 to 2.4.0 On a side note, it may be time to drop support for the venerable and unmaintained "heyu" in favor of "heyu2" which continues to be updated. >How-To-Repeat: >Fix: --- heyu2.diff begins here --- diff -ruN heyu2.old/Makefile heyu2/Makefile --- heyu2.old/Makefile 2008-07-03 18:32:21.000000000 -0500 +++ heyu2/Makefile 2008-11-04 14:15:32.000000000 -0600 @@ -6,8 +6,8 @@ # PORTNAME= heyu2 -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.4.0 +PORTREVISION= 0 CATEGORIES= misc MASTER_SITES= http://www.heyu.org/download/ DISTNAME= heyu-${PORTVERSION} @@ -33,7 +33,9 @@ OPTIONS= CM17A "X10 CM17A \"Firecracker\" Support" on \ EXTENDED "Extended Type 0 (Shutter/Shade) Support" on \ RFXSENS "RFXSensors (RF) Support" on \ - RFXMETER "RFXMeter (RF) Support" on + RFXMETER "RFXMeter (RF) Support" on \ + DMX "Digimax Thermostat Support" on \ + OREGON "Oregon Support" on .if !defined(WITH_CM17A) CONFIGURE_ARGS+= nocm17a @@ -51,6 +53,14 @@ CONFIGURE_ARGS+= norfxm .endif +.if !defined(WITH_DMX) +CONFIGURE_ARGS+= nodmx +.endif + +.if !defined(WITH_OREGON) +CONFIGURE_ARGS+= noore +.endif + post-patch: @${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \ s,(CC) =,\1 ?=,g; \ diff -ruN heyu2.old/distinfo heyu2/distinfo --- heyu2.old/distinfo 2008-06-02 09:11:03.000000000 -0500 +++ heyu2/distinfo 2008-11-04 13:32:23.000000000 -0600 @@ -1,3 +1,3 @@ -MD5 (heyu-2.3.2.tgz) = af3eeeaa8c432e5b3510f4df6dd39f4f -SHA256 (heyu-2.3.2.tgz) = 71d382bcc9f8106f207686baac4225fa3cbde7f9349d973af5bd692fd03d3f04 -SIZE (heyu-2.3.2.tgz) = 478683 +MD5 (heyu-2.4.0.tgz) = 8a09e6b470afe58f55c114c107509de2 +SHA256 (heyu-2.4.0.tgz) = 7a02c9774d9445bf9f5834b248a8aaffdb3f7a3791212845aa4ffbbebbd46bdc +SIZE (heyu-2.4.0.tgz) = 487725 diff -ruN heyu2.old/files/patch-x10state heyu2/files/patch-x10state --- heyu2.old/files/patch-x10state 2008-07-03 18:32:21.000000000 -0500 +++ heyu2/files/patch-x10state 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ ---- x10state.c.orig 2008-06-30 08:49:55.000000000 -0500 -+++ x10state.c 2008-06-30 08:50:28.000000000 -0500 -@@ -6344,7 +6344,7 @@ - char *shell; - LAUNCHER *launcherp; - -- if ( configp->script_ctrl == DISABLE ) -+ if ( !i_am_state || configp->script_ctrl == DISABLE ) - return 0; - - launcherp = configp->launcherp; --- 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?200811042026.mA4KQGo0026763>