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: tnn
Date: Mon Aug 22 19:01:36 UTC 2022
Modified Files:
pkgsrc/net/netdisco: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/netdisco/Makefile
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.50 pkgsrc/net/netdisco/Makefile:1.51
--- pkgsrc/net/netdisco/Makefile:1.50 Tue Jun 28 11:35:04 2022
+++ pkgsrc/net/netdisco/Makefile Mon Aug 22 19:01:36 2022
@@ -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 @@ do-build:
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