Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1D4EA1A923B for ; Tue, 26 Jan 2021 11:45:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C6CD984DB3; Tue, 26 Jan 2021 11:44:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B25584DB3 for ; Tue, 26 Jan 2021 11:22:14 +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 rbnXic6KxhCK for ; Tue, 26 Jan 2021 11:22:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 00E8884DAA for ; Tue, 26 Jan 2021 11:22:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2211FA9D; Tue, 26 Jan 2021 11:22:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1611660133170050" MIME-Version: 1.0 Date: Tue, 26 Jan 2021 11:22:13 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/arping To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20210126112213.F2211FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1611660133170050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Jan 26 11:22:13 UTC 2021 Modified Files: pkgsrc/net/arping: Makefile Log Message: arping: Switch to libnet. Now works on SunOS. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/arping/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1611660133170050 Content-Disposition: inline Content-Length: 726 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/arping/Makefile diff -u pkgsrc/net/arping/Makefile:1.29 pkgsrc/net/arping/Makefile:1.30 --- pkgsrc/net/arping/Makefile:1.29 Fri Apr 10 21:25:03 2020 +++ pkgsrc/net/arping/Makefile Tue Jan 26 11:22:13 2021 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2020/04/10 21:25:03 schwarz Exp $ +# $NetBSD: Makefile,v 1.30 2021/01/26 11:22:13 jperkin Exp $ DISTNAME= arping-2.21 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.habets.pp.se/synscan/files/ @@ -11,6 +12,6 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -.include "../../devel/libnet11/buildlink3.mk" +.include "../../devel/libnet/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1611660133170050--