pkgsrc-WIP-changes archive

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

openzwave: Change to release files preferred by upstream



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Sep 16 08:00:21 2019 -0400
Changeset:	ad6f06c6907671e64ba475b8f042def72e8cfbb7

Modified Files:
	open-zwave/Makefile
	open-zwave/distinfo

Log Message:
openzwave: Change to release files preferred by upstream

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

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

diffstat:
 open-zwave/Makefile | 22 ++++++++--------------
 open-zwave/distinfo |  8 ++++----
 2 files changed, 12 insertions(+), 18 deletions(-)

diffs:
diff --git a/open-zwave/Makefile b/open-zwave/Makefile
index f1de3c768b..6e25051e42 100644
--- a/open-zwave/Makefile
+++ b/open-zwave/Makefile
@@ -1,28 +1,22 @@
 # $NetBSD$
 
-# Originally we packaged the v1.6 releaes, but upstream seems to avoid
-# using master (the stable branch), as there are frequent
-# fixes/updates to config files, but no new release tags.  We
-# construct a faux release number by using 1.6 (the release), .0, and
-# the commit number along master since 1.6, in order to sort under a
-# possible 1.6.1.
-GITHUB_PROJECT=	open-zwave
-VERSION=	1.6.0.913	# faux
-DISTNAME=	${GITHUB_PROJECT}-${VERSION}
-GITHUB_TAG=	2f2b314f7d8c7b2fc943e57f09bcf9bb6670adbc
+# 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).
+
+DISTNAME=	openzwave-1.6.913
 CATEGORIES=	comms
-MASTER_SITES=	${MASTER_SITE_GITHUB:=OpenZWave/}
+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=	https://github.com/OpenZWave/open-zwave/
+HOMEPAGE=	http://www.openzwave.com/
+#HOMEPAGE=	https://github.com/OpenZWave/open-zwave/
 COMMENT=	Library for Z-Wave controllers
 LICENSE=	gnu-lgpl-v3
 
-#WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${VERSION}
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 USE_TOOLS+=	pkg-config gmake
 USE_LANGUAGES=	c c++
 
diff --git a/open-zwave/distinfo b/open-zwave/distinfo
index f858fb615d..4a21a41a53 100644
--- a/open-zwave/distinfo
+++ b/open-zwave/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (open-zwave-1.6.0.913-2f2b314f7d8c7b2fc943e57f09bcf9bb6670adbc.tar.gz) = 95cba506d26e629a083c0dda972d078c048bfc49
-RMD160 (open-zwave-1.6.0.913-2f2b314f7d8c7b2fc943e57f09bcf9bb6670adbc.tar.gz) = c59159cdb36726071cf6115a7f1775b67bf7e90c
-SHA512 (open-zwave-1.6.0.913-2f2b314f7d8c7b2fc943e57f09bcf9bb6670adbc.tar.gz) = 12adb482c9946d0ad35192bc3d1f1969a4b57b755cc661eb406c38943e98a26ff594026e2c3a5b6510f624cd873f5609e9fff01f4bfa0e7dde8fb25a626f4c3c
-Size (open-zwave-1.6.0.913-2f2b314f7d8c7b2fc943e57f09bcf9bb6670adbc.tar.gz) = 12113197 bytes
+SHA1 (openzwave-1.6.913.tar.gz) = e03da3dac9509585b3ec0c113b4e6c5e5cc1cff6
+RMD160 (openzwave-1.6.913.tar.gz) = 4dfcd9cbd50d03aaa4a0271466959e806f26b048
+SHA512 (openzwave-1.6.913.tar.gz) = 82a91091ddfd06dbf2d7907f29b25e73bf98d8d518620606443bc3bf55e4989ff66fceb47b4b087505081a6f89f69c1d5b30b49349d16e4436aec1afb062ef04
+Size (openzwave-1.6.913.tar.gz) = 12152898 bytes
 SHA1 (patch-cpp_build_ozw__config.in) = 2f81ddf9250fc6c4d919f435e550597c7eaa3630


Home | Main Index | Thread Index | Old Index