pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2007Q3]: pkgsrc/net/mrtg Pullup ticket 2237 - requested by mishka



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6a187289ad2
branches:  pkgsrc-2007Q3
changeset: 534067:e6a187289ad2
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Dec 17 21:10:22 2007 +0000

description:
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

diffstat:

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

diffs (37 lines):

diff -r 150fbf5cb9d0 -r e6a187289ad2 net/mrtg/Makefile
--- a/net/mrtg/Makefile Mon Dec 17 21:03:07 2007 +0000
+++ b/net/mrtg/Makefile Mon Dec 17 21:10:22 2007 +0000
@@ -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 @@
        ${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 -r 150fbf5cb9d0 -r e6a187289ad2 net/mrtg/PLIST
--- a/net/mrtg/PLIST    Mon Dec 17 21:03:07 2007 +0000
+++ b/net/mrtg/PLIST    Mon Dec 17 21:10:22 2007 +0000
@@ -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}/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



Home | Main Index | Thread Index | Old Index