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: multimedia/nymphcast/Makefile

Number of commits found: 12

Sunday, 16 Jul 2023
15:01 Felix Palmen (zirias) search for other commits by this committer
devel/poco: Bump consumers after update

Shlib major version changed, so bump PORTREVISION of consumers.

Don't bump graphics/osgearth, it currently won't build for other
reasons.
commit hash: 9c083354cfc8812d5114b2614f86d65c2ca9e1e3 commit hash: 9c083354cfc8812d5114b2614f86d65c2ca9e1e3 commit hash: 9c083354cfc8812d5114b2614f86d65c2ca9e1e3 commit hash: 9c083354cfc8812d5114b2614f86d65c2ca9e1e3 9c08335
Thursday, 27 Apr 2023
12:01 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump all users of multimedia/ffmpeg*

...to make sure all picks up new version(s)
commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 commit hash: f7accb23bf4c9fc87a4b362937629ccd09d425e5 f7accb2
Tuesday, 25 Apr 2023
15:17 Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 feb1fa3
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, 16 May 2022
18:57 Adriaan de Groot (adridg) search for other commits by this committer Author: Robert Clausecker
multimedia/nymphcast: fix build on ARMv7

nymphcast has a bundled copy of angelscript (TODO: use the
one from ports instead) that doesn't build nicely on ARM
because it passes in invalid compiler flags.

PR:		263953
Reported by:	Robert Clausecker
commit hash: 78989b4e694c2a8264975fb6d64e3bf1c13762c2 commit hash: 78989b4e694c2a8264975fb6d64e3bf1c13762c2 commit hash: 78989b4e694c2a8264975fb6d64e3bf1c13762c2 commit hash: 78989b4e694c2a8264975fb6d64e3bf1c13762c2 78989b4
Sunday, 24 Apr 2022
21:50 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymphcast: update to v0.1

The age of RC's for NymphCast (and supporting libraries) is
over. Release notes are at

	https://github.com/MayaPosch/NymphCast/releases/tag/v0.1
commit hash: 4418af6f6573acfae8fad7233528fba7bc3a5b05 commit hash: 4418af6f6573acfae8fad7233528fba7bc3a5b05 commit hash: 4418af6f6573acfae8fad7233528fba7bc3a5b05 commit hash: 4418af6f6573acfae8fad7233528fba7bc3a5b05 4418af6
Wednesday, 23 Mar 2022
13:00 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymphcast: fix build on FreeBSD 12 (missing includes)
commit hash: 66b823a418ddb7b19eafad23cdfae62f2ae49b1e commit hash: 66b823a418ddb7b19eafad23cdfae62f2ae49b1e commit hash: 66b823a418ddb7b19eafad23cdfae62f2ae49b1e commit hash: 66b823a418ddb7b19eafad23cdfae62f2ae49b1e 66b823a
Tuesday, 15 Mar 2022
23:56 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymph*: update to latest RC

There are now RC's for all the parts of nymphcast, update
to those versions. Release notes (although they mostly
point at new binary-builds of the tools) are at

	https://github.com/MayaPosch/NymphRPC/releases/tag/v0.1-rc0
	https://github.com/MayaPosch/libnymphcast/releases/tag/v0.1-rc0
	https://github.com/MayaPosch/NymphCast/releases/tag/v0.1-rc1
commit hash: 3931a1e67043344fcc267c157d03e64460122fc3 commit hash: 3931a1e67043344fcc267c157d03e64460122fc3 commit hash: 3931a1e67043344fcc267c157d03e64460122fc3 commit hash: 3931a1e67043344fcc267c157d03e64460122fc3 3931a1e
Monday, 21 Feb 2022
23:12 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymphcast: tidy & fix build

- nymphrpc didn't build for me in poudriere, needs a poke
  to ensure that the directory for storing the object files
  is created first (this is erratically a problem with -j)
- nymphcast can USE=sdl, suggestion from makc@
commit hash: 128f6c8e6d0421070893a975eaa31c7c827b1ae2 commit hash: 128f6c8e6d0421070893a975eaa31c7c827b1ae2 commit hash: 128f6c8e6d0421070893a975eaa31c7c827b1ae2 commit hash: 128f6c8e6d0421070893a975eaa31c7c827b1ae2 128f6c8
Wednesday, 16 Feb 2022
14:28 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymphcast: fix build on 12-

Needs an explicit <time.h> that gets pulled in implicitly
on newer FreeBSD releases (thanks to imp@ making the headers
less annoyingly-pedantic).
commit hash: 76d8d035f5b9e17f62720fb1cb02c13a59d44622 commit hash: 76d8d035f5b9e17f62720fb1cb02c13a59d44622 commit hash: 76d8d035f5b9e17f62720fb1cb02c13a59d44622 commit hash: 76d8d035f5b9e17f62720fb1cb02c13a59d44622 76d8d03
Monday, 14 Feb 2022
22:19 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymphcast: fix LIB_DEPENDS

Listened to portlint and didn't double-check it with poudriere
until too late: libSDL2_image-2.0.so.0 **needs** that trailing .0
commit hash: 955572ca19582cb2901d76ca4ec1f559e15bb2b1 commit hash: 955572ca19582cb2901d76ca4ec1f559e15bb2b1 commit hash: 955572ca19582cb2901d76ca4ec1f559e15bb2b1 commit hash: 955572ca19582cb2901d76ca4ec1f559e15bb2b1 955572c
22:18 Adriaan de Groot (adridg) search for other commits by this committer
multimedia/nymphcast: 'broadcast' to your TV or speakers from the desktop

This is three ports:
- nymphrpc (RPC library)
- nymphcastlib (supporting library for the server and clients)
- nymphcast (the server)

There is no client for FreeBSD (yet). Use the client on Android,
Windows, or Linux.
commit hash: a49c9a49de9c9b180f3da58f7edce28abaeb1ea9 commit hash: a49c9a49de9c9b180f3da58f7edce28abaeb1ea9 commit hash: a49c9a49de9c9b180f3da58f7edce28abaeb1ea9 commit hash: a49c9a49de9c9b180f3da58f7edce28abaeb1ea9 a49c9a4

Number of commits found: 12