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: audio/mixertui/Makefile

Number of commits found: 21

Sunday, 14 Apr 2024
19:52 Daniel Engberg (diizzy) search for other commits by this committer Author: Alfonso S. Siciliano
audio/mixertui: Update to 1.5

Changelog: https://alfonsosiciliano.gitlab.io/posts/2024-02-23-mixertui-1-5.html

PR:		277270
commit hash: aaf401d3852ccf94a64520e2e17c6a832421d08f commit hash: aaf401d3852ccf94a64520e2e17c6a832421d08f commit hash: aaf401d3852ccf94a64520e2e17c6a832421d08f commit hash: aaf401d3852ccf94a64520e2e17c6a832421d08f aaf401d
Wednesday, 10 Jan 2024
08:16 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 commit hash: 1b819e486953bae191a4b8f0da175b55cb6c3070 1b819e4
Sunday, 31 Dec 2023
00:37 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 commit hash: bbab7f59e9630416397189df70ec133bdd690e38 bbab7f5
Wednesday, 12 Jul 2023
18:56 Felix Palmen (zirias) search for other commits by this committer
bsd.sites.mk: Update all ports using USE_GITLAB

Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.

Approved by:		portmgr (tcberner, mentor)
Differential Revision:	https://reviews.freebsd.org/D37077
commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c commit hash: 7d1faa7179813ffa542b550a1fdb3bdc80a7986c 7d1faa7
Monday, 12 Dec 2022
21:41 Fernando Apesteguía (fernape) search for other commits by this committer Author: Alfonso S. Siciliano
sysutils/sysctlinfo-kmod: Update to 20221211 and restore clients

PR:		268314
Reported by:	asiciliano@FreeBSD.org (maintainer)
commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec commit hash: 29b193037657c744a074d17e5dfad93c4edd88ec 29b1930
Friday, 30 Sep 2022
10:10 Fernando Apesteguía (fernape) search for other commits by this committer
sysutils/sysctlinfo-kmod: ignore after 1400071

Also modify clients.

PR:		266690
Reported by:	asiciliano@FreeBSD.org
commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c commit hash: c05c823b6ef256e6fd3a0e9044733632ed9b823c c05c823
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
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
Monday, 1 Mar 2021
15:29 fernape search for other commits by this committer
audio/mixertui: Portrevision 1.4.2_2

Portrevision: shared lib update, libsysctlmibinfo2 2.0.1

ChangeLog: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253883

PR:	253926
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:566864 
Thursday, 25 Feb 2021
11:16 fernape search for other commits by this committer
devel/libsysctlmibinfo2: Add Portrevision and patch

Bump PORTREVISION for dependencies.

PR:	253781
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:566528 
Thursday, 28 Jan 2021
09:13 fernape search for other commits by this committer
audio/mixertui: Update to 1.4.2

ChangeLog:
https://gitlab.com/alfix/mixertui/-/commit/06c6e4b0b008affc95801964c043862a003e4d2a

PR:	253022
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:563120 
Sunday, 17 Jan 2021
20:17 swills search for other commits by this committer
audio/mixertui: update to 1.4.1

PR:		251525
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer, previous
version)
Original commitRevision:561867 
20:05 swills search for other commits by this committer
audio/mixertui: allow base ncurses where appropriate

PR:		250835
Approved by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:561866 
Saturday, 31 Oct 2020
16:39 pi search for other commits by this committer
audio/mixertui,deskutils/sysctlview,sysutils/nsysctl: bump PORTREVISION

- after devel/libsysctlmibinfo2 etc are updated

PR:		250151
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:553783 
Wednesday, 28 Oct 2020
08:07 fernape search for other commits by this committer
audio/mixertui: Update to 1.4

CHANGELOG:

 * Code refactoring (improve maintainability and efficiency)
 * add dep: "USES=ncurses:port"
 * add responsiveness
 * add view mode option "-V playback|capture|all"

PR:	250676
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:553524 
Thursday, 22 Oct 2020
06:08 lwhsu search for other commits by this committer
audio/mixertui: Update to 1.3

PR:		250510
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:552935 
Sunday, 28 Jun 2020
08:15 lwhsu search for other commits by this committer
Update to 1.2

PR:		247605
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)
Original commitRevision:540693 
Friday, 24 Apr 2020
12:12 fernape search for other commits by this committer
audio/mixertui: Update to 1.1

PR:	245860
Submitted by:	alfix86@gmail.com (maintainer)
Original commitRevision:532756 
Sunday, 12 Apr 2020
16:41 tcberner search for other commits by this committer
audio/mixertui: Update to 1.0

CHANGELOG:
 * fix: UI bugs (bar background and select device)
 * add: KEY_HOME to set volume to 100 %
 * add: libsysctlmibinfo2 dep, so in the port Makefile:
        add LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2

PR:		245569
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>  (maintainer)
Original commitRevision:531534 
Thursday, 2 Apr 2020
07:18 rodrigo search for other commits by this committer
New port: audio/mixertui Audio Mixer TUI

Audio Mixer with a Terminal User Interface built on the FreeBSD sound system.

PR:		245233
Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com>
Original commitRevision:530261 

Number of commits found: 21