diff options
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/ipv6calc/distinfo | 6 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/patch-Makefile.in | 2 | ||||
-rw-r--r-- | net-mgmt/net-snmp/files/patch-include_net-snmp_system_freebsd16.h | 6 | ||||
-rw-r--r-- | net-mgmt/net-snmp/pkg-plist | 1 | ||||
-rw-r--r-- | net-mgmt/netdata-go/Makefile | 31 | ||||
-rw-r--r-- | net-mgmt/netdata-go/distinfo | 5 | ||||
-rw-r--r-- | net-mgmt/netdata-go/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/netdata-go/pkg-plist | 82 | ||||
-rw-r--r-- | net-mgmt/py-pynetbox/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/telegraf/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/telegraf/distinfo | 10 |
13 files changed, 28 insertions, 139 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 5aebf555281d..9d61e301c1c0 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -191,7 +191,6 @@ SUBDIR += netbox SUBDIR += netbox-agent SUBDIR += netdata - SUBDIR += netdata-go SUBDIR += netdisco-mibs SUBDIR += netleak SUBDIR += netmagis-common diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 670fcecbd8a6..f93b449aac1e 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -1,5 +1,5 @@ PORTNAME= ipv6calc -PORTVERSION= 4.3.2 +PORTVERSION= 4.3.3 CATEGORIES= net-mgmt MAINTAINER= sunpoet@FreeBSD.org diff --git a/net-mgmt/ipv6calc/distinfo b/net-mgmt/ipv6calc/distinfo index 37d0325035ea..fc7107216e1d 100644 --- a/net-mgmt/ipv6calc/distinfo +++ b/net-mgmt/ipv6calc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750188010 -SHA256 (pbiering-ipv6calc-4.3.2_GH0.tar.gz) = 4335c4edf7d51dbd0cafdd42ecda5598101f7a8ab257a74be2d9ec81f5bf895b -SIZE (pbiering-ipv6calc-4.3.2_GH0.tar.gz) = 1971792 +TIMESTAMP = 1757120528 +SHA256 (pbiering-ipv6calc-4.3.3_GH0.tar.gz) = 9e2a9aa3d7cd86f74793d5ebf383f2fa933cbc8f26c3917394f6b995ae92612d +SIZE (pbiering-ipv6calc-4.3.3_GH0.tar.gz) = 1985400 diff --git a/net-mgmt/net-snmp/files/patch-Makefile.in b/net-mgmt/net-snmp/files/patch-Makefile.in index 34001fe318a6..ab24d0ccf525 100644 --- a/net-mgmt/net-snmp/files/patch-Makefile.in +++ b/net-mgmt/net-snmp/files/patch-Makefile.in @@ -5,7 +5,7 @@ freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h \ freebsd7.h freebsd8.h freebsd9.h freebsd10.h freebsd11.h \ - freebsd12.h freebsd13.h freebsd14.h freebsd.h \ -+ freebsd12.h freebsd13.h freebsd14.h freebsd15.h freebsd.h \ ++ freebsd12.h freebsd13.h freebsd14.h freebsd15.h freebsd16.h freebsd.h \ generic.h \ hpux.h irix.h kfreebsd.h linux.h mingw32.h mingw32msvc.h mips.h \ netbsd.h nto-qnx6.h osf5.h \ diff --git a/net-mgmt/net-snmp/files/patch-include_net-snmp_system_freebsd16.h b/net-mgmt/net-snmp/files/patch-include_net-snmp_system_freebsd16.h new file mode 100644 index 000000000000..fff6187daf87 --- /dev/null +++ b/net-mgmt/net-snmp/files/patch-include_net-snmp_system_freebsd16.h @@ -0,0 +1,6 @@ +--- /dev/null 2025-09-10 01:07:21.909920000 +0200 ++++ include/net-snmp/system/freebsd16.h 2025-09-10 01:07:12.250409000 +0200 +@@ -0,0 +1,3 @@ ++/* freebsd16 is a superset of freebsd15 for now */ ++#include "freebsd15.h" ++#define freebsd15 freebsd15 diff --git a/net-mgmt/net-snmp/pkg-plist b/net-mgmt/net-snmp/pkg-plist index d22c9171137a..9102b2376cbb 100644 --- a/net-mgmt/net-snmp/pkg-plist +++ b/net-mgmt/net-snmp/pkg-plist @@ -188,6 +188,7 @@ include/net-snmp/system/freebsd12.h include/net-snmp/system/freebsd13.h include/net-snmp/system/freebsd14.h include/net-snmp/system/freebsd15.h +include/net-snmp/system/freebsd16.h include/net-snmp/system/freebsd2.h include/net-snmp/system/freebsd3.h include/net-snmp/system/freebsd4.h diff --git a/net-mgmt/netdata-go/Makefile b/net-mgmt/netdata-go/Makefile deleted file mode 100644 index 9659e77ba3a2..000000000000 --- a/net-mgmt/netdata-go/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= netdata-go -DISTVERSIONPREFIX= v -DISTVERSION= 0.58.1 -PORTREVISION= 9 -CATEGORIES= net-mgmt - -MAINTAINER= driesm@FreeBSD.org -COMMENT= External netdata collection plugin written in Go -WWW= https://github.com/netdata/go.d.plugin - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= go:1.21,modules - -GO_MODULE= github.com/netdata/go.d.plugin -GO_TARGET= ./cmd/godplugin:${PREFIX}/libexec/netdata/plugins.d/god.plugin - -post-patch: - ${REINPLACE_CMD} -e 's|/etc/netdata|${PREFIX}/etc/netdata|g' ${WRKSRC}/cmd/godplugin/main.go - -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/netdata/conf.d - ${INSTALL_DATA} ${WRKSRC}/config/go.d.conf ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d.conf.sample - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d - cd ${WRKSRC}/config/go.d && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d - (for file in ${STAGEDIR}${PREFIX}/lib/netdata/conf.d/go.d/*.conf; do \ - ${MV} $$file $$file".sample"; \ - done) - -.include <bsd.port.mk> diff --git a/net-mgmt/netdata-go/distinfo b/net-mgmt/netdata-go/distinfo deleted file mode 100644 index fc7c03f0f7aa..000000000000 --- a/net-mgmt/netdata-go/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1707576521 -SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.mod) = 5df32121f1d8ce0c1e8b839907bff44dc191f68e09a4963935f4f016b8c90753 -SIZE (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.mod) = 6391 -SHA256 (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.zip) = a3f3101d13cc5bd7b8ac082c6677898c5cc3290aab3ad3901cf89506f8a4d669 -SIZE (go/net-mgmt_netdata-go/netdata-go-v0.58.1/v0.58.1.zip) = 3095912 diff --git a/net-mgmt/netdata-go/pkg-descr b/net-mgmt/netdata-go/pkg-descr deleted file mode 100644 index b57326bb6036..000000000000 --- a/net-mgmt/netdata-go/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -go.d.plugin is a netdata external plugin. -It is an orchestrator for data collection modules written in go. -It runs as an independent process ps fax shows it. -It is started and stopped automatically by netdata. diff --git a/net-mgmt/netdata-go/pkg-plist b/net-mgmt/netdata-go/pkg-plist deleted file mode 100644 index c5a8e5e5ae80..000000000000 --- a/net-mgmt/netdata-go/pkg-plist +++ /dev/null @@ -1,82 +0,0 @@ -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/activemq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/apache.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/bind.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/cassandra.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/chrony.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/cockroachdb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/consul.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/coredns.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/couchbase.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/couchdb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dns_query.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dnsdist.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dnsmasq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dnsmasq_dhcp.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/docker.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/docker_engine.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/dockerhub.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/elasticsearch.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/energid.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/envoy.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/example.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/filecheck.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/fluentd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/freeradius.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/geth.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/haproxy.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/hdfs.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/httpcheck.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/isc_dhcpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/k8s_kubelet.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/k8s_kubeproxy.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/k8s_state.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/lighttpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/logind.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/logstash.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/mongodb.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/mysql.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nginx.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nginxplus.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nginxvts.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/ntpd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nvidia_smi.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/nvme.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/openvpn.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/openvpn_status_log.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pgbouncer.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/phpdaemon.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/phpfpm.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pihole.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pika.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/ping.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/portcheck.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/postgres.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/powerdns.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/powerdns_recursor.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/prometheus.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/proxysql.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/pulsar.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/rabbitmq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/redis.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/scaleio.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/snmp.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/solr.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/springboot2.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/squidlog.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/supervisord.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/systemdunits.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/tengine.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/traefik.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/unbound.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/upsd.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/vcsa.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/vernemq.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/vsphere.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/web_log.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/whoisquery.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/windows.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/wireguard.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/x509check.conf.sample -@sample(netdata,netdata,0640) lib/netdata/conf.d/go.d/zookeeper.conf.sample -libexec/netdata/plugins.d/god.plugin diff --git a/net-mgmt/py-pynetbox/Makefile b/net-mgmt/py-pynetbox/Makefile index 7627f93e86c5..b450b775146e 100644 --- a/net-mgmt/py-pynetbox/Makefile +++ b/net-mgmt/py-pynetbox/Makefile @@ -1,5 +1,6 @@ PORTNAME= pynetbox DISTVERSION= 7.5.0 +PORTREVISION= 1 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +12,15 @@ WWW= https://github.com/netbox-community/pynetbox LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.20<3:www/py-requests@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>=0:devel/py-pyyaml@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest # Skip integration tests as they require Docker and a checked out git repository PYTEST_IGNORED_TESTS= integration @@ -29,7 +32,10 @@ OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0<2.0.0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-build-DOCS-on: + ${SETENV} PYTHONPATH=${WRKSRC} ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} \ + -d ${WRKDIR} -b html ${WRKSRC}/docs ${WRKSRC}/build/sphinx/html post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile index 443694e6321f..8f147d3fe2a8 100644 --- a/net-mgmt/telegraf/Makefile +++ b/net-mgmt/telegraf/Makefile @@ -1,7 +1,6 @@ PORTNAME= telegraf DISTVERSIONPREFIX=v -DISTVERSION= 1.35.4 -PORTREVISION= 2 +DISTVERSION= 1.36.1 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org @@ -12,7 +11,7 @@ LICENSE= MIT ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 -USES= go:1.24,modules +USES= go:modules USE_RC_SUBR= telegraf diff --git a/net-mgmt/telegraf/distinfo b/net-mgmt/telegraf/distinfo index 576cfa31ec62..9f29234e8d0c 100644 --- a/net-mgmt/telegraf/distinfo +++ b/net-mgmt/telegraf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1755589322 -SHA256 (go/net-mgmt_telegraf/telegraf-v1.35.4/v1.35.4.mod) = 20001de4e02129bcd9358edc840a65387b20ca775b5bfd665b74128e307ca21a -SIZE (go/net-mgmt_telegraf/telegraf-v1.35.4/v1.35.4.mod) = 28907 -SHA256 (go/net-mgmt_telegraf/telegraf-v1.35.4/v1.35.4.zip) = d78f0a8f056d39618b8909db3fcfb94a26fc9fa7ecd1186095590b19e7ba2fe6 -SIZE (go/net-mgmt_telegraf/telegraf-v1.35.4/v1.35.4.zip) = 7387820 +TIMESTAMP = 1757404090 +SHA256 (go/net-mgmt_telegraf/telegraf-v1.36.1/v1.36.1.mod) = 1864c2659a392593b66a649c96208c7bf06941d7a928634fd7b8d7254edf31dd +SIZE (go/net-mgmt_telegraf/telegraf-v1.36.1/v1.36.1.mod) = 29068 +SHA256 (go/net-mgmt_telegraf/telegraf-v1.36.1/v1.36.1.zip) = 0ca8a70b5bb8c4c1d9cc5993ce10ab69ef84dae76751f7e28b7b0566fd0d03a1 +SIZE (go/net-mgmt_telegraf/telegraf-v1.36.1/v1.36.1.zip) = 7439838 |