pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/netdisco



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.

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



Home | Main Index | Thread Index | Old Index