notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: multimedia/avidemux-qt5/Makefile
SVNWeb

Number of commits found: 11

Thu, 8 Dec 2022
[ 21:39 Thomas Zander (riggs) search for other commits by this committer Author: VVD ]    commit hash:2d011fa6c08eb8446dad1f92fc052557d5c71ec8  commit hash:2d011fa6c08eb8446dad1f92fc052557d5c71ec8  commit hash:2d011fa6c08eb8446dad1f92fc052557d5c71ec8  2d011fa  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
multimedia/avidemux-* Update to upstream release 2.8.1

Details:
- Update to upstream release 2.8.1
- Introduce NVENC OPTION for HW accelerated NVIDIA codecs

PR:		268145
Reported by:	VVD <vvd@unislabs.com>
Reviewed by:	riggs
Wed, 13 Jul 2022
[ 12:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:2fa9e7dec6f78b975aeececb49bf8cb5cbb20f6f  commit hash:2fa9e7dec6f78b975aeececb49bf8cb5cbb20f6f  commit hash:2fa9e7dec6f78b975aeececb49bf8cb5cbb20f6f  2fa9e7d 
multimedia/avidemux-*: Bump PORTREVISION for audio/libmad shlib change (followup
of 2bbe718e827ec0156d321762f1af63cb80edacd0)

PR:		265182
Reported by:	<rkoberman@gmail.com>
Sat, 7 May 2022
[ 04:57 Tobias C. Berner (tcberner) search for other commits by this committer Author: Lars Herschke ]    commit hash:4fded9331ce96f4ebae8106c1ab27844d92719d8  commit hash:4fded9331ce96f4ebae8106c1ab27844d92719d8  commit hash:4fded9331ce96f4ebae8106c1ab27844d92719d8  4fded93  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
multimedia/avidemux: update to 2.7.8

Changelog:
	http://avidemux.sourceforge.net/news.html#2021-03-09

- Cleanup of option handling is planned for the near future.

PR:		258720
Sun, 10 Apr 2022
[ 19:11 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  commit hash:d63665f7cd9c99880704a3c5bc221829cb009744  d63665f  (Only the first 10 of 892 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all LIB_DEPENDS consumers

This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
Sat, 26 Mar 2022
[ 08:27 Matthias Fechner (mfechner) search for other commits by this committer ]    commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  commit hash:247c7db7513f1264922428278678da641c5a3f52  247c7db  (Only the first 10 of 867 ports in this commit are shown above. View all ports for this commit)
textproc/libxml2: bump all dependencies

This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
graphics/mesa-libs: Bump reverse deps for libglvnd

Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sun, 27 Sep 2020
[ 17:49 tcberner search for other commits by this committer ] Original commit   Revision:550292
multimedia/avidemux: update to 2.7.6

2020-07-07: 2.7.6: Another nice release, completely done by Euma
* New Feature:Detect and warn when cut points in HEVC video streams may result
in grave playback issues despite being on keyframes
* New Video Decoder:Add libaom-based AV1 decoder
* New Video Encoder:Add libvpx-based VP9 encoder
* New Video Filter:Add hardware accelerated deinterlacer and resizer based on
VA-API (Linux only)
* FFmpeg:Update to the 4.2.3 release
* Core:Increase maximum supported resolution to 4096x4096
* Core:Fix crash on macOS with HW accel. decoding enabled and H.264 video
streams containing both frame- and field-encoded slices
* Encoder:Extend configuration options for NVENC-based H.264 and HEVC encoders,
add 2-pass mode
* Demuxer:Support MPEG-TS files with duration in excess of 13:15:36
* Demuxer:Use DTS core from DTS XLL audio in MPEG-TS files instead of rejecting
the track
* Demuxer:Fix mono MP3 audio tracks in MP4 files misdetected as stereo
* Demuxer:Try to correct timestamp jitter in MP4 files produced by older
Avidemux versions
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 23 Jun 2020
[ 15:46 lbartoletti search for other commits by this committer ] Original commit   Revision:539980
multimedia/avidemux-qt5: Prepare for Qt5.15

PR:             247010
Approved by:    tcberner (mentor, implicit)
Differential Revision:  https://reviews.freebsd.org/D25407
Sun, 23 Feb 2020
[ 09:04 tcberner search for other commits by this committer ] Original commit   Revision:526907 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
multimedia/avidemux: update to 2.7.4 and readd Qt gui port

- multimedia/avidemux-qt5 repo copied from multimedia/avidemux-qt4
- The port as a whole is in need of a little modernization

PR:		242634
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>,tcberner
Tested by:	rkoberman@gmail.com
Reported by:	VVD <vvd@unislabs.com>

Number of commits found: 11