Received: by mail.netbsd.org (Postfix, from userid 605) id 6B3AC84EAE; Sun, 2 Oct 2022 20:09:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B29F84D27 for ; Sun, 2 Oct 2022 20:09: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 oLyDXm-q60dG for ; Sun, 2 Oct 2022 20:09: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 1897084CD9 for ; Sun, 2 Oct 2022 20:09:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 121A6FA90; Sun, 2 Oct 2022 20:09:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664741389212410" MIME-Version: 1.0 Date: Sun, 2 Oct 2022 20:09:49 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/net/dhcpcd-dbus To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20221002200949.121A6FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664741389212410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Sun Oct 2 20:09:48 UTC 2022 Modified Files: pkgsrc/net/dhcpcd-dbus: Makefile distinfo Log Message: Update net/dhcpcd-dbus to version 0.6.1 Fix master sites. Changelog could not be found for changes. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/dhcpcd-dbus/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/dhcpcd-dbus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664741389212410 Content-Disposition: inline Content-Length: 1728 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/dhcpcd-dbus/Makefile diff -u pkgsrc/net/dhcpcd-dbus/Makefile:1.13 pkgsrc/net/dhcpcd-dbus/Makefile:1.14 --- pkgsrc/net/dhcpcd-dbus/Makefile:1.13 Thu Dec 3 15:01:47 2020 +++ pkgsrc/net/dhcpcd-dbus/Makefile Sun Oct 2 20:09:48 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2020/12/03 15:01:47 zafer Exp $ +# $NetBSD: Makefile,v 1.14 2022/10/02 20:09:48 nros Exp $ -DISTNAME= dhcpcd-dbus-0.6.0 +DISTNAME= dhcpcd-dbus-0.6.1 CATEGORIES= net -MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ -MASTER_SITES+= https://www.aydogan.net/distfiles/roy/dhcpcd/ +MASTER_SITES= https://roy.marples.name/downloads/dhcpcd/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= roy@NetBSD.org Index: pkgsrc/net/dhcpcd-dbus/distinfo diff -u pkgsrc/net/dhcpcd-dbus/distinfo:1.12 pkgsrc/net/dhcpcd-dbus/distinfo:1.13 --- pkgsrc/net/dhcpcd-dbus/distinfo:1.12 Tue Oct 26 11:05:31 2021 +++ pkgsrc/net/dhcpcd-dbus/distinfo Sun Oct 2 20:09:48 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:05:31 nia Exp $ +$NetBSD: distinfo,v 1.13 2022/10/02 20:09:48 nros Exp $ -BLAKE2s (dhcpcd-dbus-0.6.0.tar.bz2) = 89a00e8cabb76ef89808d615038d4fdd21ae14e91e273ccbf2b7896599914753 -SHA512 (dhcpcd-dbus-0.6.0.tar.bz2) = a50b5cd01ccd94048a34f08b507bfeb92113e2ff45714fef64c16a8317806876cea1737fbde0eb8ebe1ffd0e41bd33fd94b5448fd7cb2f10043fcbbafbedc964 -Size (dhcpcd-dbus-0.6.0.tar.bz2) = 20685 bytes +BLAKE2s (dhcpcd-dbus-0.6.1.tar.bz2) = 09130c8a0aab6cfa35da5f9b75cab72a89de7fa3d78d586a16d780e1ca942273 +SHA512 (dhcpcd-dbus-0.6.1.tar.bz2) = ec110654115afedead094c6766877e7b3f5facbfec6778590d8aa3ceef777b183754fc077a10cf5c16b39c03e42d5948abd7c21e1d8a2d7fa376ec229bd75e6a +Size (dhcpcd-dbus-0.6.1.tar.bz2) = 21807 bytes --_----------=_1664741389212410--