diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-11 02:31:33 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-11 02:31:33 +0000 |
commit | fb3bf3454887d3cafe55cc22c5d52c1499cbd92c (patch) | |
tree | 69dee5570aa57786658a45609190dc652634e1ca /net-mgmt/net-snmp/Makefile | |
parent | Update to 2.1.2. (diff) |
- Upgrade to 5.1.2.
Numerous patches are integrated into this release.
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index f465998d3fc8..787b9d8872d1 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= snmp -PORTVERSION= 5.1.1 -PORTREVISION= 6 +PORTVERSION= 5.1.2 PKGNAMEPREFIX= net- CATEGORIES= net-mgmt ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -127,7 +126,7 @@ MAN3= add_mibdir.3 add_module_replacement.3 default_store.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_watcher.3 \ + netsnmp_table_iterator.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 \ @@ -142,9 +141,10 @@ MAN3= add_mibdir.3 add_module_replacement.3 default_store.3 \ snmp_sess_send.3 snmp_sess_session.3 snmp_sess_timeout.3 \ snmp_set_mib_warnings.3 snmp_set_save_descriptions.3 \ snmp_timeout.3 snmp_trap_api.3 \ - netsnmp_Container_iterator.3 netsnmp_baby_steps.3 \ + netsnmp_Container_iterator.3 \ + netsnmp_asn1_packet_parse.3 netsnmp_baby_steps.3 \ netsnmp_cache_handler.3 netsnmp_container.3 \ - netsnmp_deprecated.3 netsnmp_iterator_info_s.3 \ + netsnmp_iterator_info_s.3 \ netsnmp_leaf.3 \ netsnmp_row_merge.3 netsnmp_scalar_group_group.3 \ netsnmp_stash_cache.3 netsnmp_utilities.3 |