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 MASTER_SITE for oui.txt



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49177e9ecb0f
branches:  trunk
changeset: 383783:49177e9ecb0f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Aug 22 19:01:36 2022 +0000

description:
netdisco: fix MASTER_SITE for oui.txt

... but since this master site does not use versioned files, comment it out
and instead upload the distfile to nbftp.

diffstat:

 net/netdisco/Makefile |  11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 4766956bf587 -r 49177e9ecb0f net/netdisco/Makefile
--- a/net/netdisco/Makefile     Mon Aug 22 18:39:58 2022 +0000
+++ b/net/netdisco/Makefile     Mon Aug 22 19:01:36 2022 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.50 2022/06/28 11:35:04 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2022/08/22 19:01:36 tnn Exp $
 
 DISTNAME=              netdisco-1.3.3_with_mibs
 PKGNAME=               ${DISTNAME:S/_with_mibs//}
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=netdisco/}
-SITES.oui.txt=         http://standards.ieee.org/regauth/oui/
-DISTFILES=             ${DEFAULT_DISTFILES} oui.txt
+OUI_TXT=               oui-20220822.txt
+#SITES.${OUI_TXT}=     -https://standards-oui.ieee.org/oui/oui.txt
+DISTFILES=             ${DEFAULT_DISTFILES} ${OUI_TXT}
 
 MAINTAINER=            bouyer%NetBSD.org@localhost
 HOMEPAGE=              http://www.netdisco.org/
@@ -139,7 +140,7 @@
        done
        cd ${WRKSRC:Q} && \
        ${FIND} . \( -name '*.orig' -o -name '*.bak' \) -print | ${XARGS} ${RM} -f
-       ${CP} ${DISTDIR}/oui.txt ${WRKSRC:Q}
+       ${CP} ${DISTDIR}/${OUI_TXT} ${WRKSRC:Q}
 
 do-install:
        ${RM} -f ${WRKSRC:Q}/bin/netdisco_daemon



Home | Main Index | Thread Index | Old Index