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: security/keepassxc/Makefile

Number of commits found: 50

Wednesday, 16 Aug 2023
07:06 Li-Wen Hsu (lwhsu) search for other commits by this committer
security/keepassxc: Update to 2.7.6
commit hash: 59decf399c0842e2e7d53a9b2b10736424b0c818 commit hash: 59decf399c0842e2e7d53a9b2b10736424b0c818 commit hash: 59decf399c0842e2e7d53a9b2b10736424b0c818 commit hash: 59decf399c0842e2e7d53a9b2b10736424b0c818 59decf3
Saturday, 12 Aug 2023
01:37 Piotr Kubaj (pkubaj) search for other commits by this committer
security/keepassxc: drop not necessary GCC
commit hash: 5a81a8bd79bde875d360102e5d12027ee5393037 commit hash: 5a81a8bd79bde875d360102e5d12027ee5393037 commit hash: 5a81a8bd79bde875d360102e5d12027ee5393037 commit hash: 5a81a8bd79bde875d360102e5d12027ee5393037 5a81a8b
01:37 Piotr Kubaj (pkubaj) search for other commits by this committer
security/keepassxc: bump PORTREVISION
commit hash: 1e328571eb76026b1c49a9bbfdee9dd1dd1eaf84 commit hash: 1e328571eb76026b1c49a9bbfdee9dd1dd1eaf84 commit hash: 1e328571eb76026b1c49a9bbfdee9dd1dd1eaf84 commit hash: 1e328571eb76026b1c49a9bbfdee9dd1dd1eaf84 1e32857
Monday, 15 May 2023
06:29 Li-Wen Hsu (lwhsu) search for other commits by this committer
security/keepassxc: Update to 2.7.5
commit hash: 0dcc6dac8e0aab1fec9117fcbcaff00d6c0a3bd5 commit hash: 0dcc6dac8e0aab1fec9117fcbcaff00d6c0a3bd5 commit hash: 0dcc6dac8e0aab1fec9117fcbcaff00d6c0a3bd5 commit hash: 0dcc6dac8e0aab1fec9117fcbcaff00d6c0a3bd5 0dcc6da
Tuesday, 14 Mar 2023
19:03 Piotr Kubaj (pkubaj) search for other commits by this committer
security/keepassxc: fix build without libomp

CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261
(try_compile):
  Failed to generate test project build system.
Call Stack (most recent call first):
  /usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
  CMakeLists.txt:261 (find_package)
commit hash: b8a8ec6db49ae40fd19790fc3d2ff21eabe657bc commit hash: b8a8ec6db49ae40fd19790fc3d2ff21eabe657bc commit hash: b8a8ec6db49ae40fd19790fc3d2ff21eabe657bc commit hash: b8a8ec6db49ae40fd19790fc3d2ff21eabe657bc b8a8ec6d
Sunday, 12 Mar 2023
10:38 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Guido Falsi
security/keepassxc: Update to 2.7.4

PR:		269881
commit hash: 1a41c3884a0dafb4bf479d663cb8630de5928419 commit hash: 1a41c3884a0dafb4bf479d663cb8630de5928419 commit hash: 1a41c3884a0dafb4bf479d663cb8630de5928419 commit hash: 1a41c3884a0dafb4bf479d663cb8630de5928419 1a41c38
Sunday, 11 Sep 2022
10:20 Felix Palmen (zirias) search for other commits by this committer
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
commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee commit hash: ddae4e92d8313a1461145e3b4f0232fe463feaee ddae4e9
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
Friday, 12 Aug 2022
14:46 Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed 4cf39de
Wednesday, 27 Apr 2022
07:57 Guido Falsi (madpilot) search for other commits by this committer
security/keepassxc: Update to 2.7.1

- Convert to minizip USES
- Fix MASTER_SITES [1]
- Remove patches already present upstream

PR:		263183, 262953 [1]
Approved by:	lwhsu (maintainer)
commit hash: 421f76c27c18017d5a8a2f8bd2fc546d8e649ba8 commit hash: 421f76c27c18017d5a8a2f8bd2fc546d8e649ba8 commit hash: 421f76c27c18017d5a8a2f8bd2fc546d8e649ba8 commit hash: 421f76c27c18017d5a8a2f8bd2fc546d8e649ba8 421f76c
Thursday, 31 Mar 2022
17:54 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Guido Falsi
security/keepassxc: Update to 2.7.0

PR:		262953
Reported by:	courtney.hicks1@icloud.com
commit hash: 05087b0b8a3f2a6314b3230eccb85130e5570343 commit hash: 05087b0b8a3f2a6314b3230eccb85130e5570343 commit hash: 05087b0b8a3f2a6314b3230eccb85130e5570343 commit hash: 05087b0b8a3f2a6314b3230eccb85130e5570343 05087b0b
Tuesday, 21 Dec 2021
03:43 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Jakub Šebek
security/keepassxc: Add freedesktop secrets service option

PR:		260571
commit hash: 50ab08c2f84abe86233d46d58d87bc68b32e349d commit hash: 50ab08c2f84abe86233d46d58d87bc68b32e349d commit hash: 50ab08c2f84abe86233d46d58d87bc68b32e349d commit hash: 50ab08c2f84abe86233d46d58d87bc68b32e349d 50ab08c
Thursday, 9 Dec 2021
10:25 Adriaan de Groot (adridg) search for other commits by this committer
archivers/quazip: update to 1.2, latest upstream

Release notes are here:
	https://github.com/stachenov/quazip/releases/tag/v1.2

There are a handful of internal changes that don't affect us
(allowing QtZip, for instance) or don't show up in our use of
quazip (-lz in pkgconfig file). There's one relevant change
to close() that **might** affect consumers, but then I'd expect
bug reports from the consumers about failures on load/save.

While here, move the libraries needed only for testing to _build.

Bumping PORTREVISION of consumers.

Reported by:	portscout
commit hash: c770da752ddd6fbb0200176956abd13eebf272f7 commit hash: c770da752ddd6fbb0200176956abd13eebf272f7 commit hash: c770da752ddd6fbb0200176956abd13eebf272f7 commit hash: c770da752ddd6fbb0200176956abd13eebf272f7 c770da7
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Monday, 19 Jul 2021
16:24 Li-Wen Hsu (lwhsu) search for other commits by this committer
security/keepassxc: Update to 2.6.6

- Take maintainership
- Fix KEESHARE option

PR:		256797
Approved by:	maintainer timeout (3 times)
commit hash: 8714ae4ed3fe5973ba2f150a60a1d8b4a02d9584 commit hash: 8714ae4ed3fe5973ba2f150a60a1d8b4a02d9584 commit hash: 8714ae4ed3fe5973ba2f150a60a1d8b4a02d9584 commit hash: 8714ae4ed3fe5973ba2f150a60a1d8b4a02d9584 8714ae4
16:23 Li-Wen Hsu (lwhsu) search for other commits by this committer
security/keepassxc: Update to 2.6.6
commit hash: 5c4e4f4dd6def025043c640e4058e24311737331 commit hash: 5c4e4f4dd6def025043c640e4058e24311737331 commit hash: 5c4e4f4dd6def025043c640e4058e24311737331 commit hash: 5c4e4f4dd6def025043c640e4058e24311737331 5c4e4f4
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
Thursday, 4 Feb 2021
05:28 lwhsu search for other commits by this committer
security/keepassxc: Update to 2.6.4

PR:		252815
Approved by:	maintainer timeout
Original commitRevision:563993 
Monday, 16 Nov 2020
02:44 lwhsu search for other commits by this committer
security/keepassxc: Update to 2.6.2

PR:		250582
Approved by:	maintainer timeout
Original commitRevision:555444 
Sunday, 8 Nov 2020
18:57 tcberner search for other commits by this committer
archivers/quazip: update to 1.1

- fix / modify find calls and include directories in dependent ports
Original commitRevision:554642 
Friday, 21 Aug 2020
04:33 tobik search for other commits by this committer
security/keepassxc: Update to 2.6.1

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.1
PR:		248771
Approved by:	maintainer
Original commitRevision:545572 
Saturday, 18 Jul 2020
13:14 tobik search for other commits by this committer
security/keepassxc: Update to 2.6.0

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.6.0
PR:		248037
Approved by:	maintainer
Original commitRevision:542501 
Sunday, 12 Apr 2020
12:48 tobik search for other commits by this committer
security/keepassxc: Update to 2.5.4

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.4
PR:		245499
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Original commitRevision:531510 
Wednesday, 22 Jan 2020
10:15 tobik search for other commits by this committer
security/keepassxc: Update to 2.5.3

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.3
PR:		243461
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Original commitRevision:523800 
Sunday, 5 Jan 2020
15:29 tobik search for other commits by this committer
security/keepassxc: Update to 2.5.2

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.2
PR:		243104
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Original commitRevision:522145 
Saturday, 16 Nov 2019
05:33 tobik search for other commits by this committer
security/keepassxc: Update to 2.5.1

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.1
PR:		241907
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Original commitRevision:517718 
Sunday, 27 Oct 2019
22:23 tobik search for other commits by this committer
security/keepassxc: Update to 2.5.0

Changes:	https://github.com/keepassxreboot/keepassxc/releases/tag/2.5.0
PR:		241520
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Original commitRevision:515828 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
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
Original commitRevision:507372 
Saturday, 22 Jun 2019
22:05 tobik search for other commits by this committer
security/keepassxc: Update to 2.4.3

- Drop patch and workarounds and use the fixes I sent upstream
  instead
- Remove no longer needed libcurl dependency
- Disable useless update check.  Upstream also recommends to do this
  for OS packages.
- Enable YUBIKEY option by default

Changes:	https://github.com/keepassxreboot/keepassxc/releases
PR:		238756
Submitted by:	tobik
Approved by:	melanhit@gmail.com (maintainer)
Original commitRevision:504913 
Saturday, 25 May 2019
16:18 tcberner search for other commits by this committer
archivers/quazip: update to 0.8

From the changelog:
   * Support for UTF-8 in file names and comments (Denis Zavorotnyy)
   * get/setOsCode(), get/setDefaultOsCode()
   * Fixed Z_STREAM_END handling in QuaZioDevic
Original commitRevision:502590 
Monday, 29 Apr 2019
21:18 kai search for other commits by this committer
security/keepassxc: Update to 2.4.1

* Remove the now obsolete patches for CMakeLists.txt (merged by upstream)
  and the one introduced in r496805 that fixed the build when the KEESHARE
  option was disabled.

Changelog:

* Fix database deletion when using unsafe saves to a different file system
* Fix opening databases with legacy key files that contain '/'
* Fix opening database files from the command line
* Fix crash when editing master key
* Fix multiple issues with apply button behavior
* Fix issues on application startup (tab order, --pw-stdin, etc.)
* Fix building without WITH_XC_KEESHARE
* Improve UX of update checker; reduce checks to every 7 days
* KeeShare improvements
* Re-enable Ctrl+C to copy password from search box
* Add KeePassXC-Browser integration for Brave browser
* SSH Agent: Re-Add keys on database unlock
* SSH Agent: Only remove keys on app exit if they are removed on lock
* CLI: Add --no-password option
* CLI: Improve database extraction to XML
* CLI: Don't call mandb on build
* CLI: Add debug info
* Improve support for Snap theming
* Ctrl+PgDn now goes to the next tab and Ctrl+PgUp to the previous
* Add .gitrev output to tarball for third-party builds
* Add WITH_XC_UPDATECHECK compile flag to toggle the update checker

https://github.com/keepassxreboot/keepassxc/blob/2.4.1/CHANGELOG

PR:		237625
Submitted by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Approved by:	mentors (implicit)
Original commitRevision:500441 
Sunday, 24 Mar 2019
20:53 pi search for other commits by this committer
security/keepassxc: update 2.3.4 -> 2.4.0

- removed deprecated KeePassHTTP option
- added KeeShare option (Sharing integration with KeeShare)

PR:		236726
Submitted by:	Andrew Romanenko <melanhit@gmail.com>
Relnotes:	https://github.com/keepassxreboot/keepassxc/blob/develop/CHANGELOG
Original commitRevision:496782 
Wednesday, 16 Jan 2019
11:13 tijl search for other commits by this committer
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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1]
https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4
[2]
https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5
[3]
https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
Original commitRevision:490472 
Tuesday, 25 Dec 2018
20:25 tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
Original commitRevision:488341 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Monday, 5 Nov 2018
23:39 linimon search for other commits by this committer
USES=compiler:c++11-lang is necessary to build this port on GCC-based
architectures.

PR:		232477
Submitted by:	Piotr Kubaj
Approved by:	maintainer
Original commitRevision:484259 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
Original commitRevision:479538 
Friday, 31 Aug 2018
16:40 yuri search for other commits by this committer
security/keepassxc: Update 2.3.3 -> 2.3.4

PR:		230952
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	melanhit@gmail.com (maintainer)
Original commitRevision:478595 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
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
Original commitRevision:473503 
Tuesday, 26 Jun 2018
17:20 tcberner search for other commits by this committer
security/keepassxc: update to version 2.3.3

PR:		229312
Submitted by:	Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
Original commitRevision:473401 
Wednesday, 18 Apr 2018
10:35 krion search for other commits by this committer
Update to version 2.3.1

PR:		227159
Submitted by:	Alexandre C. Guimaraes <lebarondemerde@privacychain.ch>
Approved by:	maintainer
Original commitRevision:467701 
Saturday, 16 Dec 2017
16:55 olgeni search for other commits by this committer
Update security/keepassxc to version 2.2.4.

PR:		224285
Submitted by:	olgeni
Approved by:	maintainer
Original commitRevision:456475 
Saturday, 28 Oct 2017
17:32 olgeni search for other commits by this committer
Update security/keepassxc to version 2.2.2.

PR:		223244
Submitted by:	olgeni
Approved by:	maintainer
Original commitRevision:453066 
Thursday, 5 Oct 2017
21:04 cs search for other commits by this committer
Update to 2.2.1

PR:		222763
Submitted by:	maintainer
Original commitRevision:451345 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Thursday, 13 Jul 2017
23:46 cpm search for other commits by this committer
security/keepassxc: update to 2.2.0

- Add YUBIKEY option because keepassxc has added support for YubiKey 2FA
- Update pkg-descr to reflect the new added changes

Changelog: https://github.com/keepassxreboot/keepassxc/blob/develop/CHANGELOG

PR:		220585
Submitted by:	Andrew Romanenko <melanhit@gmail.com> (maintainer)
MFH:		2017Q3
Original commitRevision:445719 
Tuesday, 9 May 2017
09:26 tobik search for other commits by this committer
Update to 2.1.4

- Add AUTOTYPE and HTTP options (enabled by default) to allow
  disabling autotype and KeePassHTTP support
- Make it possible to run KeePassXC's test suite

PR:		218890
Submitted by:	melanhit@gmail.com (maintainer)
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D10623
Original commitRevision:440478 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Tuesday, 14 Mar 2017
13:21 lme search for other commits by this committer
Add new port security/keepassxc:

KeePassXC is a community fork of KeePassX with the goal to extend and improve
it with new features and bugfixes to provide a feature-rich, fully
cross-platform and modern open-source password manager.

Additional features compared to KeePassX:
  * Auto-Type on all three major platforms (Linux, Windows, OS X)
  * Stand-alone password generator
  * Password strength meter
  * Using website favicons as entry icons
  * Merging of databases
  * Automatic reload when the database changed on disk
  * KeePassHTTP support for use with PassIFox in Mozilla Firefox and
    chromeIPass in Google Chrome or Chromium.
  * Many bug fixes

WWW: https://keepassxc.org/

PR:		217404
Submitted by:	Andrew Romanenko <melanhit@gmail.com> (original), Eric Camachat
<eric@camachat.org> (Update to 2.1.3)
Original commitRevision:436151 

Number of commits found: 50