diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-25 11:03:01 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-25 11:03:01 +0000 |
commit | 3aae3284ba867e45d14b11524b9b8dcb062fdb49 (patch) | |
tree | 77689b93656ba6b1078f3c8f40a00ed1f9fb6737 /net-mgmt/net-snmp/Makefile | |
parent | - Update to version 2.0.6 (diff) |
o Fix string representation of IPv6 address for libwrap's address
matching.
o Add a note that numeric address is required for snmpd in
/etc/hosts.allow.
Guided by: ume
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 5d5d68f659b4..0e76f7225b3d 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-snmp PORTVERSION= 5.0.2 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ |