pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/netdisco netdisco: fix PLIST for out.txt change



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c8aea4160af
branches:  trunk
changeset: 384040:6c8aea4160af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 26 10:27:14 2022 +0000

description:
netdisco: fix PLIST for out.txt change

Bump PKGREVISION.

diffstat:

 net/netdisco/Makefile |  6 +++---
 net/netdisco/PLIST    |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (46 lines):

diff -r 2c570d912b3f -r 6c8aea4160af net/netdisco/Makefile
--- a/net/netdisco/Makefile     Fri Aug 26 10:14:21 2022 +0000
+++ b/net/netdisco/Makefile     Fri Aug 26 10:27:14 2022 +0000
@@ -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 @@
        ${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"
diff -r 2c570d912b3f -r 6c8aea4160af net/netdisco/PLIST
--- a/net/netdisco/PLIST        Fri Aug 26 10:14:21 2022 +0000
+++ b/net/netdisco/PLIST        Fri Aug 26 10:27:14 2022 +0000
@@ -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/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



Home | Main Index | Thread Index | Old Index