pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openzwave: Update status and drop MAINTAINERship



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Dec 2 20:25:31 2022 -0500
Changeset:	3b6a445a5ba9626c528b67fadfcf970d61208085

Modified Files:
	openzwave/Makefile
	openzwave/TODO

Log Message:
openzwave: Update status and drop MAINTAINERship

I don't use this any more and my guess is that no one else does.
Also, upstream's web presence has deteriorated.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3b6a445a5ba9626c528b67fadfcf970d61208085

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 openzwave/Makefile | 10 ++++++----
 openzwave/TODO     |  4 +++-
 2 files changed, 9 insertions(+), 5 deletions(-)

diffs:
diff --git a/openzwave/Makefile b/openzwave/Makefile
index 54689974ec..b0fb6cbb1d 100644
--- a/openzwave/Makefile
+++ b/openzwave/Makefile
@@ -3,6 +3,7 @@
 # Upstream has both a web site and github, and says that the releases
 # on github are not actually releases.  We use releases from the
 # website (which is the old website with not-old releases).
+# 202212: This project seems not really maintained.
 
 DISTNAME=	openzwave-1.6.1123
 CATEGORIES=	comms
@@ -11,9 +12,10 @@ MASTER_SITES=	http://old.openzwave.com/downloads/
 # \todo Define shortened variants of PKGVERSION as 1.6 and 1.6.0 for
 # PLIST usage.
 
-MAINTAINER=	gdt%NetBSD.org@localhost
-HOMEPAGE=	http://www.openzwave.com/
-#HOMEPAGE=	https://github.com/OpenZWave/open-zwave/
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/OpenZWave/open-zwave/
+#This site is broken
+#HOMEPAGE=	http://www.openzwave.com/
 #HOMEPAGE=	http://bamboo.my-ho.st/bamboo/allPlans.action
 COMMENT=	Library for Z-Wave controllers
 LICENSE=	gnu-lgpl-v3
@@ -26,7 +28,7 @@ PKGCONFIG_OVERRIDE+=	cpp/hidapi/pc/hidapi-hidraw.pc.in
 PKGCONFIG_OVERRIDE+=	cpp/hidapi/pc/hidapi-libusb.pc.in
 PKGCONFIG_OVERRIDE+=	cpp/hidapi/pc/hidapi.pc.in
 
-# \todo Remeeiate bashism and file upstream PR.
+# \todo Remediate bashism and file upstream PR.
 CHECK_PORTABILITY_SKIP+=	cpp/examples/MinOZW/MinOZW.in
 
 .include "../../devel/libusb1/buildlink3.mk"
diff --git a/openzwave/TODO b/openzwave/TODO
index 297cb4588a..e7e1b04394 100644
--- a/openzwave/TODO
+++ b/openzwave/TODO
@@ -1,4 +1,6 @@
-- Send patches upstream.
+- Resolve github vs files on $MASTER_SITES.
+
+- Update to newer upstream
 
 - Resolve "configuration file" issue (etc contents should perhaps be
   in share)


Home | Main Index | Thread Index | Old Index