Received: by mail.netbsd.org (Postfix, from userid 605) id 28B5684E7F; Fri, 26 Aug 2022 10:27:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 620D484E57 for ; Fri, 26 Aug 2022 10:27:15 +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 juJWZfs43opm for ; Fri, 26 Aug 2022 10:27:14 +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 8B92B84D45 for ; Fri, 26 Aug 2022 10:27:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7FAE2F9EC; Fri, 26 Aug 2022 10:27:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1661509634171440" MIME-Version: 1.0 Date: Fri, 26 Aug 2022 10:27:14 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/netdisco To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220826102714.7FAE2F9EC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1661509634171440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri Aug 26 10:27:14 UTC 2022 Modified Files: pkgsrc/net/netdisco: Makefile PLIST Log Message: netdisco: fix PLIST for out.txt change Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/netdisco/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/netdisco/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1661509634171440 Content-Disposition: inline Content-Length: 1791 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/netdisco/Makefile diff -u pkgsrc/net/netdisco/Makefile:1.51 pkgsrc/net/netdisco/Makefile:1.52 --- pkgsrc/net/netdisco/Makefile:1.51 Mon Aug 22 19:01:36 2022 +++ pkgsrc/net/netdisco/Makefile Fri Aug 26 10:27:14 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.51 2022/08/22 19:01:36 tnn Exp $ +# $NetBSD: Makefile,v 1.52 2022/08/26 10:27:14 wiz Exp $ DISTNAME= netdisco-1.3.3_with_mibs PKGNAME= ${DISTNAME:S/_with_mibs//} -PKGREVISION= 8 +PKGREVISION= 9 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netdisco/} OUI_TXT= oui-20220822.txt @@ -143,12 +143,12 @@ do-build: ${CP} ${DISTDIR}/${OUI_TXT} ${WRKSRC:Q} do-install: - ${RM} -f ${WRKSRC:Q}/bin/netdisco_daemon cd ${WRKSRC:Q} && pax -rw -pp . ${DESTDIR}${PREFIX:Q}/netdisco set -e; \ for i in netdisco.conf netdisco-topology.txt netdisco.crontab \ netdisco_apache.conf netdisco_apache_dir.conf; do \ ${MV} ${DESTDIR}${PREFIX:Q}/netdisco/"$$i" ${DESTDIR}${EGDIR:Q}/ ;\ done + ${RM} -f ${DESTDIR}${PREFIX:Q}/netdisco/bin/netdisco_daemon .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/netdisco/PLIST diff -u pkgsrc/net/netdisco/PLIST:1.9 pkgsrc/net/netdisco/PLIST:1.10 --- pkgsrc/net/netdisco/PLIST:1.9 Wed Sep 9 08:35:51 2015 +++ pkgsrc/net/netdisco/PLIST Fri Aug 26 10:27:14 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2015/09/09 08:35:51 hauke Exp $ +@comment $NetBSD: PLIST,v 1.10 2022/08/26 10:27:14 wiz Exp $ netdisco/bin/catalyst_mac_vlan.pl netdisco/bin/device_to_csv netdisco/bin/doc_munge @@ -3159,7 +3159,7 @@ netdisco/mibs/walk_all netdisco/mibs/xirrus/XIRRUS-MIB.txt netdisco/netdisco netdisco/netdisco.pm -netdisco/oui.txt +netdisco/oui-20220822.txt netdisco/sql/admin.sql netdisco/sql/device.sql netdisco/sql/device_ip.sql --_----------=_1661509634171440--