notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net/py-wsdd/Makefile

Number of commits found: 19

Thursday, 4 Apr 2024
15:19 Nuno Teixeira (eduardo) search for other commits by this committer Author: Hiroo Ono
net/py-wsdd: Update to 0.8

ChangeLog:	https://github.com/christgau/wsdd/blob/v0.8/CHANGELOG.md
PR:		278107
commit hash: 72b5d47b6fe9f910a734aabcdc12dd98e61a7703 commit hash: 72b5d47b6fe9f910a734aabcdc12dd98e61a7703 commit hash: 72b5d47b6fe9f910a734aabcdc12dd98e61a7703 commit hash: 72b5d47b6fe9f910a734aabcdc12dd98e61a7703 72b5d47
Monday, 22 Jan 2024
15:50 Muhammad Moinur Rahman (bofh) search for other commits by this committer
net/py-wsdd: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: c61055d7db30e3f877d4fe20b192d2dbfbb5042d commit hash: c61055d7db30e3f877d4fe20b192d2dbfbb5042d commit hash: c61055d7db30e3f877d4fe20b192d2dbfbb5042d commit hash: c61055d7db30e3f877d4fe20b192d2dbfbb5042d c61055d7
Tuesday, 27 Jun 2023
19:34 Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 22 Jun 2023
03:00 Yasuhiro Kimura (yasu) search for other commits by this committer
net/py-wsdd: Update to 0.7.1

ChangeLog:	https://github.com/christgau/wsdd/blob/v0.7.1/CHANGELOG.md
PR:		272122
Approved by:	maintainer
commit hash: 0b851410d563da9c8f44511378e13ca379576349 commit hash: 0b851410d563da9c8f44511378e13ca379576349 commit hash: 0b851410d563da9c8f44511378e13ca379576349 commit hash: 0b851410d563da9c8f44511378e13ca379576349 0b85141
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 6 Dec 2021
06:52 Hiroki Tagato (tagattie) search for other commits by this committer Author: Hiroo Ono
net/py-wsdd: update to 0.7.0

Changelog: https://github.com/christgau/wsdd/blob/v0.7.0/CHANGELOG.md

PR:		260223
Reported by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
commit hash: 41c63caa8b60c1eae919575756e6d91d00982b9c commit hash: 41c63caa8b60c1eae919575756e6d91d00982b9c commit hash: 41c63caa8b60c1eae919575756e6d91d00982b9c commit hash: 41c63caa8b60c1eae919575756e6d91d00982b9c 41c63ca
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Wednesday, 3 Mar 2021
11:16 fernape search for other commits by this committer
net/py-wsdd: Add closing { to pkg-message

PR:	253941
Submitted by:	andrew@neptune-one.net
Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
MFH:	2021Q1
Original commitRevision:567068 
Sunday, 28 Feb 2021
13:02 dim search for other commits by this committer
net/py-wsdd: uppercase LOGIN provision in BEFORE line in rc script

Avoid complaints from rcorder(8) about "unknown provision `login'". This
was because the provision 'login' should be uppercased instead.

Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
PR:		253906
MFH:		2021Q1
Original commitRevision:566760 
Saturday, 13 Feb 2021
10:23 lwhsu search for other commits by this committer
net/py-wsdd: Update to 0.6.4

Changelog: https://github.com/christgau/wsdd/blob/v0.6.4/CHANGELOG.md

PR:		253478
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Original commitRevision:565119 
Sunday, 17 Jan 2021
18:16 swills search for other commits by this committer
net/py-wsdd: Update to 0.6.3

PR:		252742
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Original commitRevision:561851 
Saturday, 31 Oct 2020
07:41 rhurlin search for other commits by this committer
net/py-wsdd: Update to 0.6.2

Changelog[1]:
- Lowered priority of non-essential, protocol-related and
  internal log messages
- Do not use PID in Netlink sockets in order to avoid issues
  with duplicated PIDs, e.g., when Docker is used
- Prevent exceptions due to invalid incoming messages
- HTTP server address family wrong when interface address is added
- Error when interface address is removed

[1] https://github.com/christgau/wsdd/blob/v0.6.2/CHANGELOG.md

PR:		250585
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D27030
Original commitRevision:553740 
Wednesday, 7 Oct 2020
17:14 dim search for other commits by this committer
Create dedicated sandbox user for wsdd service

This changes the account the wsdd service runs under from the generic
'daemon' user to its own dedicated '_wsdd' user.

Approved by:	hiroo.ono+freebsd@gmail.com (maintainer)
PR:		250159
MFH:		2020Q4
Original commitRevision:551655 
Sunday, 13 Sep 2020
17:48 dbaio search for other commits by this committer
net/py-wsdd: Fix rc script

PR:		249125
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Original commitRevision:548495 
Sunday, 26 Jul 2020
14:34 tcberner search for other commits by this committer
net/py-wsdd: Update to 0.6.1

0.6.1 fixes a critical bug pertaining to BSD, where the HTTP server in wsdd
would basically "do nothing" due to listen(2) being called _after_ kevent(2)
(and pending network socket I/O was therefore never processed).  I was the
reporter and analyst of this bug: https://github.com/christgau/wsdd/issues/49

- Additionally: little change to rc.d script to properly stop the daemon.

PR:		247626
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Reported by:	Jeremy Chadwick <jdc@koitsu.org>
Original commitRevision:543482 
Tuesday, 9 Jun 2020
05:40 fernape search for other commits by this committer
net/py-wsdd: Update to 0.6

PR:	247076
Submitted by:	hiroo.ono+freebsd@gmail.com (maintainer)
Original commitRevision:538280 
Saturday, 30 May 2020
08:28 tagattie search for other commits by this committer
Add patch to correctly set wsdd_group in rc.d script

PR:		246457
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	hiroo.ono+freebsd@gmail.com (maintainer), mentors (implicit)
Original commitRevision:537061 
Saturday, 2 May 2020
17:56 mandree search for other commits by this committer
new port: net/py-wsdd, web service discovery host daemon

wsdd implements a Web Service Discovery host daemon. This enables (Samba)
hosts, like your local NAS device, to be found by Web Service Discovery
Clients like Windows.

WWW: https://github.com/christgau/wsdd

PR:		246042
Submitted by:	Hiroo Ono <hiroo.ono+freebsd@gmail.com> (maintainer)
Original commitRevision:533700 

Number of commits found: 19