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/smplayer-themes/Makefile
SVNWeb

Number of commits found: 36

Sun, 11 Sep 2022
[ 10:20 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  commit hash:ddae4e92d8313a1461145e3b4f0232fe463feaee  ddae4e9  (Only the first 10 of 1105 ports in this commit are shown above. View all ports for this commit)
Mk/Uses: always use colon for build/run suffix

Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.

Document in CHANGES.

PR:			266034
Exp-run by:		antoine
Approved by:		tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D36349
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  commit hash:63f36d326290febc7af8820d7bde9c78cda71c80  63f36d3  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
multimedia: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron LI <aly@aaronly.me>
  *  Alexander Botero-Lowry <alexbl@FreeBSD.org>
  *  Alexander Logvinov <ports@logvinov.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Anders Nordby <anders@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Andrew Thompson <andy@fud.org.nz>
  *  Andrew Thompson <thompsa@FreeBSD.org>
  *  Angel Carpintero <ack@telefonica.net>
  *  Anish Mistry (with help from mean)
  *  Anonymous <swell.k@gmail.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 4 Jul 2021
[ 16:55 Loïc Bartoletti (lbartoletti) search for other commits by this committer ]    commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  commit hash:be86c4fe23e089aeef1ed7467161c2ce321a8c81  be86c4f  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
misc/qtchooser: remove

QtChooser allows you to select your version of Qt among those installed.
However, this tool is no longer supported upstream and will not be
available for Qt6.
By default, our Qt installations are done in
${LOCALBASE}/lib/qt${QT_VERSION} as recommended.

We have added symbolic linking for the main binaries to
${LOCALBASE}/bin with the suffix -qt5.
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.
Sat, 14 Nov 2020
[ 03:59 fluffy search for other commits by this committer ] Original commit   Revision:555069
multimedia/smplayer-themes: updated to 20.11.0

PR:		251124
Submitted by:	maintainer
Sun, 27 Sep 2020
[ 06:24 tcberner search for other commits by this committer ] Original commit   Revision:550239
multimedia/smplayer: give related ports to vvd

- Previous maintainer of multimedia/smplayer was reset in r505428,
  as the maintainer no longer used FreeBSD.
- The related ports were forgot in this process.
- Give them to the new maintainer of multimedia/smplayer
Sun, 21 Oct 2018
[ 17:36 riggs search for other commits by this committer ] Original commit   Revision:482714
Update to upstream release 18.6.0, new maintainer, default toolkit QT5

PR:		231854
Submitted by:	kikadf.01@gmail.com (new maintainer)
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Tue, 26 Jun 2018
[ 17:06 ehaupt search for other commits by this committer ] Original commit   Revision:473398 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Reset maintainer (3+ months of inactivity).

Discussed with:	portmgr (adamw, mat)
Sat, 10 Sep 2016
[ 14:08 nemysis search for other commits by this committer ] Original commit   Revision:421692
- Update to 16.8.0, please see

  /usr/local/share/doc/smplayer-themes/Changelog
Fri, 10 Jun 2016
[ 14:19 nemysis search for other commits by this committer ] Original commit   Revision:416682
- Update to 16.6.0, please see

  /usr/local/share/doc/smplayer-themes/Changelog
Fri, 13 May 2016
[ 17:53 amdmi3 search for other commits by this committer ] Original commit   Revision:415117
- Add missing files to plist

Approved by:	portmgr blanket
Mon, 18 Jan 2016
[ 22:24 nemysis search for other commits by this committer ] Original commit   Revision:406616
- Update to 15.12.0, please see

  /usr/local/share/doc/smplayer-themes/Changelog
Fri, 14 Aug 2015
[ 14:34 amdmi3 search for other commits by this committer ] Original commit   Revision:394220
- Add missing files to plist
- Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
Thu, 25 Jun 2015
[ 16:21 nemysis search for other commits by this committer ] Original commit   Revision:390583
- Update to 15.6.0, announce message:

  * Add experimental theme H2O. Still work in progress.
Mon, 16 Mar 2015
[ 01:59 nemysis search for other commits by this committer ] Original commit   Revision:381370
- Update to 14.12.0, announce message:
 * New themes Faenza, Faenza-Darkest and Faenza-Silver, by
   Michele Angelico (tomberro at gmail dot com). Icons from
   http://qt-apps.org/content/show.php/smplayer-theme-faenza?content=156022
 * New theme Oxygen-KDE, by Ralsa Marsh (ralsa at autistici dot org)
Sat, 6 Sep 2014
[ 12:54 nemysis search for other commits by this committer ] Original commit   Revision:367417
- Add PORTEPOCH, forgotten in previous commit

Reported by:	pawel
[ 12:24 nemysis search for other commits by this committer ] Original commit   Revision:367415
- Update to 14.9.0, announce message:

 Now all the icons are packaged in resource files (*.rcc).

- Remove NO_BUILD=yes,
- Add rcc_build QT4 dependency
Wed, 30 Jul 2014
[ 13:20 nemysis search for other commits by this committer ] Original commit   Revision:363478
- Update to 20140607, announce message:

 * Add the Numix-remix theme, by  Robert Streeter (rstreeter78 at gmail dot
com),
    icons from The Numix Project.
Tue, 1 Apr 2014
[ 16:29 nemysis search for other commits by this committer ] Original commit   Revision:349861
- Update to 20131003
- Use tar:bzip2 instead of USE_BZIP2=yes
- Add README.txt to DOCS
- Remove obsolete REINPLACE
- Add Theme Numix-uTouch
Thu, 23 Jan 2014
[ 09:05 nemysis search for other commits by this committer ] Original commit   Revision:340817
- Update to 20120919
- Take maintainership
- Change COMMENT to use SMPlayer
- Add DOCS and add DOCS Option
- Change pkg-descr

Approved by:	maintainer (private email)
Wed, 25 Sep 2013
[ 00:54 bdrewery search for other commits by this committer ] Original commit   Revision:328226 (Only the first 10 of 179 ports in this commit are shown above. View all ports for this commit)
- Remove NO_STAGE as these have been tested to be safe

With hat:	portmgr
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Fri, 23 Apr 2010
[ 18:07 dhn search for other commits by this committer ] Original commit 
- Update to 0.1.20

PR:             ports/145952
Submitted by:   "Pawel Pekala" <c0rn@o2.pl>
Sat, 22 Aug 2009
[ 00:28 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 287 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with M
Tue, 14 Jul 2009
[ 17:00 dhn search for other commits by this committer ] Original commit 
- Take maintainership

Approved by:    miwi (old maintainer)
Fri, 6 Mar 2009
[ 08:16 miwi search for other commits by this committer ] Original commit 
- Update to 0.1.19
Sat, 15 Nov 2008
[ 22:43 miwi search for other commits by this committer ] Original commit 
- Update to 0.1.18
Fri, 26 Sep 2008
[ 09:41 miwi search for other commits by this committer ] Original commit 
- Update to 0.1.17
Wed, 18 Jun 2008
[ 23:13 miwi search for other commits by this committer ] Original commit 
- Update to 0.1.16
Sun, 27 Apr 2008
[ 08:23 miwi search for other commits by this committer ] Original commit 
- Update to 0.1.15
Thu, 13 Mar 2008
[ 12:43 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Take over maintainership
Sun, 2 Mar 2008
[ 08:25 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Reset relaxbsd@gmail.com due to maintainer-timeouts.

Hat:            portmgr
Thu, 5 Jul 2007
[ 07:21 beech search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
- Change maintainer address
- Cleanup master_sites

Requested by:   Yinghong Liu <relaxbsd@gmail.com> (maintainer)
Approved by:    sat (mentor)
Mon, 18 Jun 2007
[ 14:01 rafan search for other commits by this committer ] Original commit 
Add smplayer-themes 0.1.1, themes for smplayer.

PR:             ports/112535, ports/113679
Submitted by:   Diego Depaoli <trebestie at gmail.com> and Yinghong.Liu
<liu_yinghong at yahoo.com.cn>

Number of commits found: 36