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
non port: audio/cyanrip/Makefile

Number of commits found: 15

Sunday, 25 Aug 2024
13:21 Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTVERSION of libmusicbrainz(5) consumers

..due to shlib change

Reported by:	jhale
commit hash: 5482e72da0f439a7d6a0c9543517293612ebb1c4 commit hash: 5482e72da0f439a7d6a0c9543517293612ebb1c4 commit hash: 5482e72da0f439a7d6a0c9543517293612ebb1c4 commit hash: 5482e72da0f439a7d6a0c9543517293612ebb1c4 5482e72
Thursday, 6 Jun 2024
19:05 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Update to 0.9.3.1

Changelog:
https://github.com/cyanreg/cyanrip/releases/tag/v0.9.3.1
commit hash: c55c6e7ac4dc83d7ebef9dcd8517e2e300e85ffc commit hash: c55c6e7ac4dc83d7ebef9dcd8517e2e300e85ffc commit hash: c55c6e7ac4dc83d7ebef9dcd8517e2e300e85ffc commit hash: c55c6e7ac4dc83d7ebef9dcd8517e2e300e85ffc c55c6e7
Thursday, 9 May 2024
07:57 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Fix FFmpeg 7 compatibility

Backport upstream commit 5a3b98a0d060c76678385026cadf5cd5565bc9a6

Reference:
https://github.com/cyanreg/cyanrip/commit/5a3b98a0d060c76678385026cadf5cd5565bc9a6
commit hash: 23e1010a8257ca0393c83435ecfb3b26be498d28 commit hash: 23e1010a8257ca0393c83435ecfb3b26be498d28 commit hash: 23e1010a8257ca0393c83435ecfb3b26be498d28 commit hash: 23e1010a8257ca0393c83435ecfb3b26be498d28 23e1010
Sunday, 31 Dec 2023
07:34 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Backport patch fixing reporting correct version

Purely cosmetic but backport upstream patch so it actually reports
current version

Reference:
https://github.com/cyanreg/cyanrip/commit/e75ed1c51d333ec37bb51fbfb7597ca4059cc298
commit hash: 52a318c5bd0cba3ef2c7792f552ad2f51bbb318f commit hash: 52a318c5bd0cba3ef2c7792f552ad2f51bbb318f commit hash: 52a318c5bd0cba3ef2c7792f552ad2f51bbb318f commit hash: 52a318c5bd0cba3ef2c7792f552ad2f51bbb318f 52a318c
Sunday, 3 Dec 2023
07:33 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Update to 0.9.2

Changelog:
https://github.com/cyanreg/cyanrip/releases/tag/v0.9.2
commit hash: 45a86a4f7da0fedabe5d76beb9cc82274d036499 commit hash: 45a86a4f7da0fedabe5d76beb9cc82274d036499 commit hash: 45a86a4f7da0fedabe5d76beb9cc82274d036499 commit hash: 45a86a4f7da0fedabe5d76beb9cc82274d036499 45a86a4
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, 22 Feb 2023
02:36 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Update to 0.9.0

Changelog: https://github.com/cyanreg/cyanrip/releases/tag/v0.9.0
commit hash: 984428e45c70cb2938f5a56d76d67eacae0ebaa4 commit hash: 984428e45c70cb2938f5a56d76d67eacae0ebaa4 commit hash: 984428e45c70cb2938f5a56d76d67eacae0ebaa4 commit hash: 984428e45c70cb2938f5a56d76d67eacae0ebaa4 984428e
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, 31 Jan 2022
21:45 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Update to 0.8.1

Changelog: https://github.com/cyanreg/cyanrip/releases/tag/v0.8.1
commit hash: 014a2276104bd0f95fd257c0f91b0a4feb6eef31 commit hash: 014a2276104bd0f95fd257c0f91b0a4feb6eef31 commit hash: 014a2276104bd0f95fd257c0f91b0a4feb6eef31 commit hash: 014a2276104bd0f95fd257c0f91b0a4feb6eef31 014a227
Tuesday, 25 Jan 2022
08:13 Daniel Engberg (diizzy) search for other commits by this committer
audio/cyanrip: Update to 0.8.0

Changelog: https://github.com/cyanreg/cyanrip/releases/tag/v0.8.0
commit hash: 201e9fbae7b8a923a84e48481956fe5bfb5b6320 commit hash: 201e9fbae7b8a923a84e48481956fe5bfb5b6320 commit hash: 201e9fbae7b8a923a84e48481956fe5bfb5b6320 commit hash: 201e9fbae7b8a923a84e48481956fe5bfb5b6320 201e9fb
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
Friday, 27 Nov 2020
13:23 pkubaj search for other commits by this committer
audio/cyanrip: fix build on GCC architectures

../src/cyanrip_encode.c: In function 'cyanrip_end_track_encoding':
../src/cyanrip_encode.c:623: error: incompatible types in initialization
Original commitRevision:556438 
Friday, 6 Nov 2020
20:34 mandree search for other commits by this committer
audio/cyanrip: CD digital audio ripping program

Audio CD ripper with command-line interface (CLI) that focuses on accuracy
over speed and offers many advanced features without any bloat.
Supports AccurateRip(tm) and MusicBrainz.

WWW: https://github.com/cyanreg/cyanrip

Maintainer:	daniel.engberg.lists@pyret.net
PR:		250484
Original commitRevision:554315 

Number of commits found: 15