diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-08-03 08:01:37 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-08-03 08:01:37 +0000 |
commit | d8cf058f66278b4e2ad141198dd6b79a17dc65c9 (patch) | |
tree | 68f39eb4821a404c3ef5f5583776f2ee23f1a2de /net-mgmt/net-snmp/Makefile | |
parent | Update to version 2.51. (diff) |
Upgrade to 5.0.3.
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 3cdf327afabe..940b2eceb6c7 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -6,14 +6,12 @@ # PORTNAME= net-snmp -PORTVERSION= 5.0.2 -PORTREVISION= 2 +PORTVERSION= 5.0.3 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.ne.jp/pub/network/snmp/ucd-snmp/ MASTER_SITE_SUBDIR= net-snmp -DISTFILES= ${PORTNAME}-${PORTVERSION}a${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org @@ -42,9 +40,10 @@ MAN3= add_mibdir.3 add_module_replacement.3 default_store.3 \ netsnmp_example_scalar_int.3 netsnmp_handler.3 \ netsnmp_instance.3 netsnmp_mib_handler_methods.3 \ netsnmp_multiplexer.3 netsnmp_old_api.3 netsnmp_read_only.3 \ + netsnmp_scalar.3 \ netsnmp_serialize.3 netsnmp_table.3 netsnmp_table_array.3 \ netsnmp_table_data.3 netsnmp_table_dataset.3 \ - netsnmp_table_iterator.3 netsnmp_todo.3 \ + netsnmp_table_iterator.3 netsnmp_todo.3 netsnmp_watcher.3 \ print_description.3 print_mib.3 print_objid.3 print_value.3 \ print_variable.3 read_all_mibs.3 read_config.3 read_mib.3 \ read_module.3 read_module_node.3 read_objid.3 shutdown_mib.3 \ |