aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-mqttwarn
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/py-mqttwarn: Update to 0.36.1Dan Langille2026-07-132-9/+10
| | | | | | | re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.36.1 * add new dep: simple json * while here, portfmt
* sysutils/py-mqttwarn: Update to 0.36.0Dan Langille2026-07-122-5/+4
| | | | re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.36.0
* */*: Use consistent description for WEBSOCKET port optionMichael Osipov2025-06-101-1/+0
| | | | | Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D50742
* */*: Bump consumers of databases/rrdtoolNuno Teixeira2024-07-291-0/+1
| | | | New version of rrdtool in tree
* sysutils/py-mqttwarn: Update to 0.35.0Dan Langille2023-10-142-4/+4
|
* sysutils/py-mqttwarn: fix build errorsDan Langille2023-07-181-1/+2
| | | | It seems devel/py-setuptools is required as a RUN_DEPENDS
* all: remove explicit versions in USES=python for "3.x+"Rene Ladan2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | | The logic in USES=python will automatically convert this to 3.8+ by itself. Adjust two ports that only had Python 3.7 mentioned but build fine on Python 3.8 too. finance/quickfix: mark BROKEN with PYTHON libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option] QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found ^~~~~~~~~~ 1 warning and 1 error generated. Reviewed by: portmgr, vishwin, yuri Differential Revision: <https://reviews.freebsd.org/D40568>
* sysutils/py-mqttwarn: Update to 0.34.1Dan Langille2023-05-182-4/+4
| | | | re: https://github.com/mqtt-tools/mqttwarn/releases/tag/0.34.1
* sysutils/py-mqttwarn: Fix broken WWW lineDan Langille2023-05-041-3/+1
| | | | | My fault. I was sure I had testported that commit. Turns out, I did it on the wrong tree. Sorry about that.
* sysutils/py-mqttwarn: Rename option REISPUB to REDISPUBAndreas Motl2023-05-042-9/+18
| | | | | | The REISPUB option was spelled wrong. Let's rename it. While here, add an UPDATING entry to let the users know it changed.
* sysutils/py-mqttwarn: Update to 0.34.0Dan Langille2023-04-293-30/+21
| | | | | | | | Add a new run-time dependency: devel/py-funcy Start using pep517 instead of distutils While here, run portfmt
* */*: rename CHEESESHOP to PYPI in MASTER_SITESDmitry Marakasov2023-01-111-1/+1
| | | | | | PR: 267994 Differential revision: D37518 Approved by: bapt
* sysutils/py-mqttwarn: Update to 0.31.0Dan Langille2022-11-212-4/+4
| | | | https://github.com/jpmens/mqttwarn/releases/tag/0.31.0
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* sysutils/py-mqttwarn: Update to 0.29.1Dan Langille2022-08-222-4/+4
| | | | | re: https://github.com/jpmens/mqttwarn/releases/tag/0.29.1 https://github.com/jpmens/mqttwarn/releases/tag/0.29.0
* sysutils/py-mqttwarn: Update to 0.28.1Dan Langille2022-03-252-4/+4
| | | | | | | | | This update just happens to fix the linked PR by no longer putting files into the top level site-packages directory. re: https://github.com/jpmens/mqttwarn/releases/tag/0.28.1 PR: 262759
* sysutils/py-mqttwarn: Fix build with setuptools 58.0.0+Po-Chuan Hsieh2022-03-251-0/+3
| | | | With hat: python
* sysutils/py-mqttwarn: update to 0.22.0Dan Langille2021-06-052-4/+4
|
* sysutils/py-mqttwarn: update to 0.20.0Dan Langille2021-06-022-4/+4
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-1/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* sysutils/py-mqttwarn: remove optional expired dependency on devel/py-gdataRene Ladan2020-10-271-3/+1
| | | | Notes: svn path=/head/; revision=553504
* Update to 0.18.0Dan Langille2020-09-033-160/+4
| | | | | | | re: Notes: svn path=/head/; revision=547483
* Update t0 0.16.2Dan Langille2020-08-129-250/+290
| | | | | | | | | | | Now with Python 3 https://github.com/jpmens/mqttwarn/releases/tag/0.16.2 Differential Revision: https://reviews.freebsd.org/D24654 Notes: svn path=/head/; revision=544744
* Deprecate a few portsAntoine Brodin2020-02-231-0/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=526925
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-5/+6
| | | | Notes: svn path=/head/; revision=508909
* Fix depends so that net/py-paho-mqtt actually gets installed.Dan Langille2019-01-071-2/+3
| | | | | | | | | PR: 234697 Reported by: tobik[B MFH: 2019Q1 (missing dependency) Notes: svn path=/head/; revision=489602
* Check in the correct pkg-plistDan Langille2018-10-311-2/+4
| | | | | | | I didn't run testport on the right tree Notes: svn path=/head/; revision=483574
* Upgrade to 0.10.4Dan Langille2018-10-312-7/+4
| | | | Notes: svn path=/head/; revision=483571
* Update WWWSunpoet Po-Chuan Hsieh2018-08-111-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=476917
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Subscribe to MQTT topics and notify pluggable servicesDan Langille2018-03-267-0/+294
Notes: svn path=/head/; revision=465638