From mstowe@baddomain.com  Tue Nov  4 21:01:55 2008
Return-Path: <mstowe@baddomain.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4C7AB1065694
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Nov 2008 21:01:55 +0000 (UTC)
	(envelope-from mstowe@baddomain.com)
Received: from baddomain.com (dsl081-139-164.chi1.dsl.speakeasy.net [64.81.139.164])
	by mx1.freebsd.org (Postfix) with ESMTP id ED3528FC27
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  4 Nov 2008 21:01:54 +0000 (UTC)
	(envelope-from mstowe@baddomain.com)
Received: from baddomain.com (localhost [127.0.0.1])
	by baddomain.com (8.14.3/8.14.2) with ESMTP id mA4KQGeb026765
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 4 Nov 2008 14:26:17 -0600 (CST)
	(envelope-from mstowe@baddomain.com)
Received: (from root@localhost)
	by baddomain.com (8.14.3/8.14.2/Submit) id mA4KQGo0026763;
	Tue, 4 Nov 2008 14:26:16 -0600 (CST)
	(envelope-from mstowe)
Message-Id: <200811042026.mA4KQGo0026763@baddomain.com>
Date: Tue, 4 Nov 2008 14:26:16 -0600 (CST)
From: Michael Stowe <mstowe@chicago.us.mensa.org>
Reply-To: Michael Stowe <mstowe@chicago.us.mensa.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer] misc/heyu2 - update from 2.3.2 to 2.4.0
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 04 21:10:01 UTC 2008
>Closed-Date:    Thu Nov 06 16:54:30 UTC 2008
>Last-Modified:  Thu Nov  6 17:00:15 UTC 2008
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: tabthorpe 
Responsible-Changed-When: Tue Nov 4 21:12:21 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128588 

From: Thomas Abthorpe <tabthorpe@freebsd.org>
To: bug-followup@freebsd.org, mstowe@chicago.us.mensa.org
Cc:  
Subject: Re: ports/128588: [maintainer] misc/heyu2 - update from 2.3.2 to 2.4.0
Date: Thu, 6 Nov 2008 11:00:07 -0500

 --nextPart1551499.tvjFtBR5Ou
 Content-Type: multipart/mixed;
   boundary="Boundary-01=_ISxEJiyLuv7jGaJ"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 --Boundary-01=_ISxEJiyLuv7jGaJ
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 Hi Michael
 
 With your consent, I will commit the following patch to DEPRECATE misc/heyu.
 
 
 Thomas
 
 
 =2D-=20
 Thomas Abthorpe		| FreeBSD Committer
 tabthorpe@FreeBSD.org	| http://people.freebsd.org/~tabthorpe
 
 --Boundary-01=_ISxEJiyLuv7jGaJ
 Content-Type: text/x-diff;
   charset="iso 8859-15";
   name="heyu.patch"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment;
 	filename="heyu.patch"
 
 Index: Makefile
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
 RCS file: /home/pcvs/ports/misc/heyu/Makefile,v
 retrieving revision 1.21
 diff -u -r1.21 Makefile
 =2D-- Makefile	3 Aug 2006 12:41:41 -0000	1.21
 +++ Makefile	6 Nov 2008 15:53:37 -0000
 @@ -16,6 +16,9 @@
  MAINTAINER=3D	mstowe@chicago.us.mensa.org
  COMMENT=3D	Control a CM11A interface from the command line
 =20
 +DEPRECATED=3D	no longer under development, use misc/heyu2
 +EXPIRATION_DATE=3D	2008-12-06
 +
  CONFLICTS=3D	heyu2-[0-9]*
 =20
  ALL_TARGET=3D	heyu
 
 --Boundary-01=_ISxEJiyLuv7jGaJ--
 
 --nextPart1551499.tvjFtBR5Ou
 Content-Type: application/pgp-signature; name=signature.asc 
 Content-Description: This is a digitally signed message part.
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEABECAAYFAkkTFJUACgkQ5Gm/jNBp8qCG8QCfcZ/OzWjYxdxWhXAISUuMWiZH
 eCMAn3uePRYuVRd3+KLZ2rE0c/RcctcS
 =nSxZ
 -----END PGP SIGNATURE-----
 
 --nextPart1551499.tvjFtBR5Ou--
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Thu Nov 6 16:54:30 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128588 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128588: commit references a PR
Date: Thu,  6 Nov 2008 16:54:10 +0000 (UTC)

 tabthorpe    2008-11-06 16:53:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     misc/heyu2           Makefile distinfo 
   Removed files:
     misc/heyu2/files     patch-x10state 
   Log:
   - Update to 2.4.0
   
   PR:             ports/128588
   Submitted by:   Michael Stowe <mstowe chicago.us.mensa.org> (maintainer)
   
   Revision  Changes    Path
   1.41      +12 -3     ports/misc/heyu2/Makefile
   1.34      +3 -3      ports/misc/heyu2/distinfo
   1.2       +0 -11     ports/misc/heyu2/files/patch-x10state (dead)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
