Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F26B584D6F for ; Sat, 23 Dec 2023 10:06:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0lIoKlIau0YC for ; Sat, 23 Dec 2023 10:06:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 55FF184CD9 for ; Sat, 23 Dec 2023 10:06:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C155FA42; Sat, 23 Dec 2023 10:06:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703326009250460" MIME-Version: 1.0 Date: Sat, 23 Dec 2023 10:06:49 +0000 From: "Zafer Aydogan" Subject: CVS commit: pkgsrc/sysutils/netbt-hcidump To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: zafer@netbsd.org X-Mailer: log_accum Message-Id: <20231223100649.4C155FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703326009250460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: zafer Date: Sat Dec 23 10:06:49 UTC 2023 Modified Files: pkgsrc/sysutils/netbt-hcidump: Makefile Log Message: https To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/netbt-hcidump/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703326009250460 Content-Disposition: inline Content-Length: 705 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/netbt-hcidump/Makefile diff -u pkgsrc/sysutils/netbt-hcidump/Makefile:1.13 pkgsrc/sysutils/netbt-hcidump/Makefile:1.14 --- pkgsrc/sysutils/netbt-hcidump/Makefile:1.13 Sun Jun 4 09:06:16 2023 +++ pkgsrc/sysutils/netbt-hcidump/Makefile Sat Dec 23 10:06:49 2023 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2023/06/04 09:06:16 plunky Exp $ +# $NetBSD: Makefile,v 1.14 2023/12/23 10:06:49 zafer Exp $ DISTNAME= bluez-5.66 PKGNAME= netbt-hcidump-${BLUEZ_VERSION} CATEGORIES= sysutils -MASTER_SITES= http://www.kernel.org/pub/linux/bluetooth/ +MASTER_SITES= https://www.kernel.org/pub/linux/bluetooth/ EXTRACT_SUFX= .tar.xz MAINTAINER= plunky@NetBSD.org --_----------=_1703326009250460--