From 1b355c4f77b83b4265088562eceff037f2e64aa7 Mon Sep 17 00:00:00 2001 From: ghen Date: Mon, 17 Dec 2007 21:10:22 +0000 Subject: Pullup ticket 2237 - requested by mishka bugfix for mrtg - pkgsrc/net/mrtg/Makefile 1.83, 1.84 - pkgsrc/net/mrtg/PLIST 1.11 Module Name: pkgsrc Committed By: mishka Date: Fri Nov 9 16:41:51 UTC 2007 Modified Files: pkgsrc/net/mrtg: Makefile PLIST Log Message: SNMPv3 requires the Net_SNMP_util.pm custom library. --- Module Name: pkgsrc Committed By: mishka Date: Fri Nov 30 09:51:52 UTC 2007 Modified Files: pkgsrc/net/mrtg: Makefile Log Message: The pkgsrc developer's guide says: "... changes that do merit an increase to PKGREVISION include: Changes to the PLIST" [1]. DTRT. [1] http://www.NetBSD.org/docs/pkgsrc/fixes.html#bumping-pkgrevision --- net/mrtg/Makefile | 4 +++- net/mrtg/PLIST | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index d982a09dd0d..479c122e171 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2007/05/16 09:01:13 martti Exp $ +# $NetBSD: Makefile,v 1.80.4.1 2007/12/17 21:10:22 ghen Exp $ DISTNAME= mrtg-2.15.2 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ http://oss.oetiker.ch/mrtg/pub/old/ \ @@ -72,6 +73,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKSRC}/lib/mrtg2/BER.pm \ ${WRKSRC}/lib/mrtg2/SNMP_Session.pm \ ${WRKSRC}/lib/mrtg2/SNMP_util.pm \ + ${WRKSRC}/lib/mrtg2/Net_SNMP_util.pm \ ${WRKSRC}/lib/mrtg2/MRTG_lib.pm \ ${WRKSRC}/lib/mrtg2/locales_mrtg.pm \ ${PERL5_INSTALLVENDORLIB} diff --git a/net/mrtg/PLIST b/net/mrtg/PLIST index ef052cbd741..e74cf521774 100644 --- a/net/mrtg/PLIST +++ b/net/mrtg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2006/08/09 21:42:42 adrianp Exp $ +@comment $NetBSD: PLIST,v 1.10.10.1 2007/12/17 21:10:23 ghen Exp $ bin/mrtg bin/mrtgcfgmaker bin/mrtgindexmaker @@ -10,6 +10,7 @@ ${PERL5_SUB_INSTALLVENDORLIB}/BER.pm ${PERL5_SUB_INSTALLVENDORLIB}/MRTG_lib.pm ${PERL5_SUB_INSTALLVENDORLIB}/SNMP_Session.pm ${PERL5_SUB_INSTALLVENDORLIB}/SNMP_util.pm +${PERL5_SUB_INSTALLVENDORLIB}/Net_SNMP_util.pm ${PERL5_SUB_INSTALLVENDORLIB}/locales_mrtg.pm man/man1/mrtg-contrib.1 man/man1/mrtg-faq.1 -- cgit v1.2.3