Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.19.4_2 31 Dec 2023 00:06:13 |
Muhammad Moinur Rahman (bofh) |
net/quiterss: Remove expired port
2023-12-31 net/quiterss: Depends on deprecated www/qt5-webkit |
0.19.4_2 02 Dec 2023 11:18:30 |
Rene Ladan (rene) |
all: bump expiration dates for qt5-webkit consumers to 2023-12-31
This aligns the expiration of these ports with that
of www/qt5-webkit itself. |
0.19.4_2 26 Oct 2023 18:14:08 |
Muhammad Moinur Rahman (bofh) |
net/quiterss: mark DEPRECATED
- Depends on deprecated www/qt5-webkit
- Set EXPIRATION_DATE 2023-11-26
Approved by: portmgr (blanket) |
0.19.4_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
0.19.4_1 20 Oct 2022 19:13:41 |
Loïc Bartoletti (lbartoletti) |
*/*: Reset maintainership |
0.19.4_1 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.19.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.19.4_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.19.4_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
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 |
0.19.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.19.4 27 May 2020 08:04:15 |
lbartoletti |
net/quiterss: Update to 0.19.4
Approved by: tcberner
Differential Revision: https://reviews.freebsd.org/D25010 |
0.19.3 11 Feb 2020 05:37:50 |
lbartoletti |
net/quiterss: Update to 0.19.3
Changelog:
- https://quiterss.org/en/article/1523
Approved by: tcberner (mentor) |
0.19.2 14 Jan 2020 21:45:15 |
lbartoletti |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
0.19.2 01 Jan 2020 21:46:31 |
tcberner |
net/quiterss: Update to 0.19.2
Changelog: https://quiterss.org/en/article/1506
* Added: App style: dark
* Fixed: Problems with msvcp140.dll and vcruntime140.dll (Windows)
* Fixed: Images are not displayed in some feeds
* Fixed: Sometimes news filter did not work when updating feeds
PR: 242904
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer) |
0.19.1 23 Nov 2019 08:13:33 |
joneum |
Updat to 0.19.1
Changelog: https://quiterss.org/en/article/1494
PR: 242074
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Sponsored by: Netzkommune GmbH |
0.18.12_3 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
0.18.12_2 15 Apr 2019 16:21:33 |
fernape |
net/quiterss: fix build with GCC-based architectures
PR: 237191
Submitted by: pkubaj@anongoth.pl
Approved by: lbartoletti@tuxfamily.org (maintainer) |
0.18.12_2 16 Mar 2019 17:55:22 |
tcberner |
net/quiterss: remove QT4/QT5 options (Qt4 deprecation)
Approved by: portmgr (implicit) |
0.18.12_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
0.18.12 02 Dec 2018 15:41:48 |
rene |
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741 |
0.18.12 28 Sep 2018 18:17:49 |
miwi |
- Update to 1.18.12
PR: 230676
Submitted by: maintainer
Sponsored by: iXsystems Inc. |
0.18.11 28 Jun 2018 17:39:55 |
tcberner |
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 |
0.18.11 01 Jun 2018 18:01:41 |
joneum |
net/quiterss: update to 1.18.11
Changelog: https://quiterss.org/en/history
PR: 228660
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) |
0.18.10 18 Apr 2018 14:41:13 |
madpilot |
- Update quiterss to 0.18.10 [1]
- Remove unneeded INSTALLS_ICONS, only required for GTK software
PR: 227562 [1]
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
0.18.9 11 Dec 2017 21:21:52 |
swills |
net/quiterss: update to 1.18.9
PR: 224058
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> (maintainer) |
0.18.8 25 Aug 2017 20:10:55 |
tobik |
net/quiterss: Update to 0.18.8
- Fixes "Show Unread" news filter
PR: 221806
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
0.18.7 24 Aug 2017 16:13:05 |
tobik |
net/quiterss: Update to 0.18.7
Changes: http://quiterss.org/en/article/1219
PR: 221753
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
0.18.6 27 Jun 2017 08:31:00 |
tobik |
Update to 0.18.6
PR: 220192
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D11371 |
0.18.4 10 Jun 2017 14:54:35 |
dbaio |
Update maintainer email address
Ownership of the former email address confirmed by email
PR: 219791
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D11088 |
0.18.4 12 Mar 2016 14:57:47 |
rakuco |
Update to 0.18.4.
Changelog:
Changed: Mouse buttons settings of opening news is removed
Changed: SQLite librari is updated to 3.11.1 version
Fixed: msvcr120.dll troubles (Windows)
Fixed: Application crash while using some shortcuts
Fixed: Images are not displayed in some feeds
Fixed: Folder properties does not display "Columns" tab
PR: 207922
Submitted by: coder@tuxfamily.org (maintainer) |
0.18.3 18 Feb 2016 17:12:11 |
olivierd |
- Update to 0.18.3
- Remove unneeded patch
PR: 207067
Submitted by: <coder@tuxfamily.org> (maintainer) |
0.18.2 21 Jan 2016 14:43:50 |
rakuco |
Add upstream patch to fix the build with the upcoming Qt 5.5.1. |
0.18.2 10 Jan 2016 16:31:34 |
bapt |
Convert ports from s* t* and net* categories to USES=sqlite and USES=firebird |
0.18.2 19 Aug 2015 01:49:46 |
pgollucci |
net/quiterss: update to 0.18.2, add QT5 option, fix Qt4 dependencies
- Update to 0.18.2
- Add Qt5 option and switch to it by default (as it was done in 0.18.0).
- Fix Qt4 dependencies (qt4-linguist -> qt4-linguisttools, drop qt4-designer)
- Don't build debug & release at the same time (and add DEBUG option)
- Use ${DATADIR} variable.
- Add LICENSE_FILE.
PR: 202336
Submitted by: s3erios@gmail.com
Approved by: coder@tuxfamily.org (maintainer) |
0.17.6 02 Mar 2015 15:02:48 |
robak |
net/quiterss: update 0.17.5 -> 0.17.6
- Pet portlint
PR: 197558
Submitted by: coder@tuxfamily.org |
0.17.5 25 Jan 2015 13:38:56 |
amdmi3 |
- Update to 0.17.5
PR: 196864
Submitted by: coder@tuxfamily.org (maintainer) |
0.17.4 20 Jan 2015 23:00:38 |
pawel |
Update to version 0.17.4
Main Changes:
Added: Saving SSL Certificates
Fixed: Application crash
PR: 196644
Submitted by: coder@tuxfamily.org (maintainer) |
0.17.3 03 Jan 2015 15:54:02 |
riggs |
Update to upstream version 0.17.3
PR: 196444
Submitted by: coder@tuxfamily.org (maintainer) |
0.17.1 01 Jan 2015 17:59:42 |
riggs |
Update to upstream version 0.17.1
PR: 196319
Submitted by: coder@tuxfamily.org (maintainer) |
0.16.1_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.16.1_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.16.1 23 Aug 2014 23:35:27 |
marino |
add new port net/quiterss
PR: 192390
Submitted by: coder (tuxfamily.org)
QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader.
WWW: http://quiterss.org/ |