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-snmp53 | |
parent | 8327a7e53a52f8e1798922b919cac2d2163c2114 (diff) | |
download | ports-d8cf058f66278b4e2ad141198dd6b79a17dc65c9.tar.gz ports-d8cf058f66278b4e2ad141198dd6b79a17dc65c9.zip |
Notes
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 7 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/files/patch-aa | 10 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/pkg-plist | 3 |
4 files changed, 7 insertions, 15 deletions
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 3cdf327afabe..940b2eceb6c7 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/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 \ diff --git a/net-mgmt/net-snmp53/distinfo b/net-mgmt/net-snmp53/distinfo index c967f71864ef..3327ed8daeef 100644 --- a/net-mgmt/net-snmp53/distinfo +++ b/net-mgmt/net-snmp53/distinfo @@ -1 +1 @@ -MD5 (net-snmp-5.0.2a.tar.gz) = 18f137c812b62955123a03b35a7e2c0f +MD5 (net-snmp-5.0.3.tar.gz) = eeff459accb24645eb7a0d7298c04e90 diff --git a/net-mgmt/net-snmp53/files/patch-aa b/net-mgmt/net-snmp53/files/patch-aa index 634f4f5ba1f8..4d371fdbd56e 100644 --- a/net-mgmt/net-snmp53/files/patch-aa +++ b/net-mgmt/net-snmp53/files/patch-aa @@ -11,13 +11,3 @@ $(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) #how to build dependencies -@@ -158,6 +162,6 @@ - # - # dependencies - # --ifeq ($(AUTO_DEPEND),y) --include $(SOURCES:.c=.d) --endif -+#ifeq ($(AUTO_DEPEND),y) -+#include $(SOURCES:.c=.d) -+#endif diff --git a/net-mgmt/net-snmp53/pkg-plist b/net-mgmt/net-snmp53/pkg-plist index 6963daa1a7f5..3c575e05d2ca 100644 --- a/net-mgmt/net-snmp53/pkg-plist +++ b/net-mgmt/net-snmp53/pkg-plist @@ -44,6 +44,7 @@ include/net-snmp/agent/net-snmp-agent-includes.h include/net-snmp/agent/null.h include/net-snmp/agent/old_api.h include/net-snmp/agent/read_only.h +include/net-snmp/agent/scalar.h include/net-snmp/agent/serialize.h include/net-snmp/agent/set_helper.h include/net-snmp/agent/snmp_agent.h @@ -54,6 +55,7 @@ include/net-snmp/agent/table_data.h include/net-snmp/agent/table_dataset.h include/net-snmp/agent/table_iterator.h include/net-snmp/agent/var_struct.h +include/net-snmp/agent/watcher.h include/net-snmp/config_api.h include/net-snmp/definitions.h include/net-snmp/library/README @@ -87,6 +89,7 @@ include/net-snmp/library/snmpUDPIPv6Domain.h include/net-snmp/library/snmpUnixDomain.h include/net-snmp/library/snmp_alarm.h include/net-snmp/library/snmp_api.h +include/net-snmp/library/snmp_assert.h include/net-snmp/library/snmp_client.h include/net-snmp/library/snmp_debug.h include/net-snmp/library/snmp_enum.h |