ports/122439: [maintainer] misc/heyu2 - update from 2.1.2 to 2.2.0

Michael Stowe mstowe at chicago.us.mensa.org
Fri Apr 4 06:30:08 UTC 2008


>Number:         122439
>Category:       ports
>Synopsis:       [maintainer] misc/heyu2 - update from 2.1.2 to 2.2.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:   Fri Apr 04 06:30:02 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 #19: Fri Mar 14 15:15:13 CDT 2008 root at baddomain.com:/usr/obj/usr/src/sys/STOWE i386


	
>Description:
[maintainer] misc/heyu2 - update from 2.1.2 to 2.2.0
>How-To-Repeat:
	
>Fix:

	

--- heyu2.diff begins here ---
diff -ruN heyu2.old/Makefile heyu2/Makefile
--- heyu2.old/Makefile	2007-10-04 11:10:15.000000000 -0500
+++ heyu2/Makefile	2008-04-04 01:10:49.000000000 -0500
@@ -2,11 +2,11 @@
 # Date created:		29 March 2004
 # Whom:			mstowe at chicago.us.mensa.org
 #
-# $FreeBSD: ports/misc/heyu2/Makefile,v 1.33 2007/10/04 01:53:45 edwin Exp $
+# $FreeBSD: ports/misc/heyu2/Makefile,v 1.34 2007/10/29 22:40:09 miwi Exp $
 #
 
 PORTNAME=	heyu2
-PORTVERSION=	2.1.2
+PORTVERSION=	2.2.0
 CATEGORIES=	misc
 MASTER_SITES=	http://www.heyu.org/download/
 DISTNAME=	heyu-${PORTVERSION}
@@ -23,10 +23,32 @@
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	freebsd
 
+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 
+
 MAN1=		heyu.1
 MAN5=		x10config.5 \
 		x10sched.5 \
-		x10scripts.5
+		x10scripts.5 \
+		x10rfxmeters.5
+
+.if !defined(WITH_CM17A)
+CONFIGURE_ARGS+= nocm17a
+.endif
+
+.if !defined(WITH_EXTENDED)
+CONFIGURE_ARGS+= noext0
+.endif
+
+.if !defined(WITH_RFXSENS)
+CONFIGURE_ARGS+= norfxs
+.endif
+
+.if !defined(WITH_RFXMETER)
+CONFIGURE_ARGS+= norfxm
+.endif
 
 post-patch:
 	@${REINPLACE_CMD} -E 's|/usr/local|${PREFIX}|g; \
@@ -45,6 +67,7 @@
 	${INSTALL_MAN} ${WRKSRC}/x10config.5 ${MAN5PREFIX}/man/man5
 	${INSTALL_MAN} ${WRKSRC}/x10sched.5 ${MAN5PREFIX}/man/man5
 	${INSTALL_MAN} ${WRKSRC}/x10scripts.5 ${MAN5PREFIX}/man/man5
+	${INSTALL_MAN} ${WRKSRC}/x10rfxmeters.5 ${MAN5PREFIX}/man/man5
 	${INSTALL_DATA} ${WRKSRC}/x10config.sample ${EXAMPLESDIR}
 	${INSTALL_DATA} ${WRKSRC}/x10.sched.sample ${EXAMPLESDIR}
 
diff -ruN heyu2.old/distinfo heyu2/distinfo
--- heyu2.old/distinfo	2007-09-23 23:12:34.000000000 -0500
+++ heyu2/distinfo	2008-04-04 00:57:13.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (heyu-2.1.2.tgz) = 4ce7725cd37da1b7dc4b863cbdf59c72
-SHA256 (heyu-2.1.2.tgz) = 159851254002fd6b4d8e4ad85df810e110844125efb5ec646916a0e0eb2a1365
-SIZE (heyu-2.1.2.tgz) = 404226
+MD5 (heyu-2.2.0.tgz) = 7dcba71c9bc954a5db1e50f3c4bc3800
+SHA256 (heyu-2.2.0.tgz) = 968c10f079e2423486155a4bbeee8520c8d6f7f7d50e6896d1eda431758df9d3
+SIZE (heyu-2.2.0.tgz) = 448691
--- heyu2.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list