diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-04 08:18:10 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-05-04 08:18:10 +0000 |
commit | 3ea10dc158ca8ca4a5f7fa817cd408380b4fcd0a (patch) | |
tree | 782ebb156dc4a6358901ac1a0a01585d465809cc /net-mgmt/net-snmp/Makefile | |
parent | Add gnubiff 1.2.0, (diff) |
Restore mbuf statistics support on recent 5.x.
To retrieve these values, check hrStorageUsed or hrStorageSize.
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 4fff98f9c2d5..7ed0ecf9652c 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= snmp PORTVERSION= 5.1.1 -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= net- CATEGORIES= net-mgmt ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |