summaryrefslogtreecommitdiff
path: root/misc/heyu2
diff options
context:
space:
mode:
authorThomas Abthorpe <tabthorpe@FreeBSD.org>2008-11-06 16:53:57 +0000
committerThomas Abthorpe <tabthorpe@FreeBSD.org>2008-11-06 16:53:57 +0000
commitcbd4078eb9e37763c74139b9c23e8396214f0f1f (patch)
tree55fcab2331eed037f1d5f43b60fcfe93350bf6e7 /misc/heyu2
parentUpdate to 1.12 (diff)
- Update to 2.4.0
PR: ports/128588 Submitted by: Michael Stowe <mstowe chicago.us.mensa.org> (maintainer)
Notes
Notes: svn path=/head/; revision=222465
Diffstat (limited to 'misc/heyu2')
-rw-r--r--misc/heyu2/Makefile15
-rw-r--r--misc/heyu2/distinfo6
-rw-r--r--misc/heyu2/files/patch-x10state11
3 files changed, 15 insertions, 17 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile
index 189feb9f0a75..8c765513a2e2 100644
--- a/misc/heyu2/Makefile
+++ b/misc/heyu2/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= heyu2
-PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTVERSION= 2.4.0
CATEGORIES= misc
MASTER_SITES= http://www.heyu.org/download/
DISTNAME= heyu-${PORTVERSION}
@@ -33,7 +32,9 @@ MAN5= x10config.5 \
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 +52,14 @@ CONFIGURE_ARGS+= norfxs
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 --git a/misc/heyu2/distinfo b/misc/heyu2/distinfo
index 7f0225b4fa43..48ddfbb10589 100644
--- a/misc/heyu2/distinfo
+++ b/misc/heyu2/distinfo
@@ -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 --git a/misc/heyu2/files/patch-x10state b/misc/heyu2/files/patch-x10state
deleted file mode 100644
index cbde1d1dc59d..000000000000
--- a/misc/heyu2/files/patch-x10state
+++ /dev/null
@@ -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;