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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
gpgme-qt Gpgme Qt5 bindings
1.24.2 security Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.24.2Version of this port present on the latest quarterly branch.
Maintainer: jhale@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-05-03 03:34:15
Last Update: 2025-06-24 13:09:24
Commit Hash: 217815b
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: GPLv2+
WWW:
https://www.gnupg.org/related_software/gpgme/
Description:
GnuPG Made Easy (GPGME) is a C library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management. Currently it uses GnuPG as its backend.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • gpgme-qt5>0:security/gpgme-qt
No installation instructions:
This port has been deleted.
PKGNAME: gpgme-qt5
Package flavors (<flavor>: <package>)
  • qt5: gpgme-qt5
  • qt6: gpgme-qt6
distinfo:
TIMESTAMP = 1739544658 SHA256 (gpgme-1.24.2.tar.bz2) = e11b1a0e361777e9e55f48a03d89096e2abf08c63d84b7017cfe1dce06639581 SIZE (gpgme-1.24.2.tar.bz2) = 1891804

Packages (timestamps in pop-ups are UTC):
gpgme-qt5
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest---1.24.2----
FreeBSD:13:quarterly1.24.2--1.24.2-1.23.21.23.21.23.2
FreeBSD:14:latest1.24.2--1.24.2-1.20.0-1.20.0
FreeBSD:14:quarterly-----1.23.21.23.21.23.2
FreeBSD:15:latest1.24.2-n/a1.24.2n/a1.23.21.23.21.23.2
 

gpgme-qt6
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest---1.24.2----
FreeBSD:13:quarterly1.24.2--1.24.2--1.23.21.23.2
FreeBSD:14:latest1.24.2--1.24.2---1.20.0
FreeBSD:14:quarterly------1.23.21.23.2
FreeBSD:15:latest1.24.2-n/a1.24.2n/a-1.23.2-
 

Master port: security/gpgme
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. qt5-buildtools>=5.15 : devel/qt5-buildtools
Library dependencies:
  1. libassuan.so : security/libassuan
  2. libgpg-error.so : security/libgpg-error
  3. libgpgme.so : security/gpgme
  4. libgpgmepp.so : security/gpgme-cpp
  5. libQt5Core.so : devel/qt5-core
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for gpgme-qt5-1.24.2: DOXYGEN=off: Build documentation with Doxygen TEST=off: Build and/or run tests ===> Use 'make config' to modify these settings
Options name:
security_gpgme-qt
USES:
compiler:c11 cpe gmake libtool localbase:ldflags pathfix tar:bzip2 compiler:c++11-lang pkgconfig qt:5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://www.ring.gr.jp/pub/net/gnupg/gpgme/
  2. https://gnupg.org/ftp/gcrypt/gpgme/
  3. https://mirrors.dotsrc.org/gcrypt/gpgme/
  4. https://www.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gpgme/
Collapse this list.
Port Moves
  • port moved here from security/gpgme-qt-headers on 2024-11-10
    REASON: Flavored headers are now installed by security/gpgme-qt

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: security/gpgme
CommitCreditsLog message
1.24.2
24 Jun 2025 13:09:24
commit hash: 217815b0af27079f6b74cc7e5ca3ea05e53b0b15commit hash: 217815b0af27079f6b74cc7e5ca3ea05e53b0b15commit hash: 217815b0af27079f6b74cc7e5ca3ea05e53b0b15commit hash: 217815b0af27079f6b74cc7e5ca3ea05e53b0b15 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/gpgme: Update to 2.0.0

Upstream has split most of the bindings out into separate projects with
this release, so the child ports that were previously providing various
bindings are now autonomous and have new origins. The python bindings
should have been called py-gpg for many years now, since 'gpg' is the
actual module name, so this also corrects that issue.

security/gpgme-cpp -> security/gpgmepp
security/gpgme-qt -> security/qgpgme
security/py-gpgme -> security/py-gpg

gpgmepp and qgpgme have been converted to CMake. py-gpg is now a "fun"
autotools and FreeBSD ports system hybrid. Gpgme, itself, still uses
autotools, but with much less parenting (patching) to do for its
emancipated children.

Adjust several ports to fix API incompatibility with upstream patches
and with some of my own. Adjust all consumers to use the new port
origins of the former child ports.

https://dev.gnupg.org/T7673
1.24.2
14 Feb 2025 15:15:49
commit hash: 115a7c02f99ad491cc88f7b41c2e6bb292afdd46commit hash: 115a7c02f99ad491cc88f7b41c2e6bb292afdd46commit hash: 115a7c02f99ad491cc88f7b41c2e6bb292afdd46commit hash: 115a7c02f99ad491cc88f7b41c2e6bb292afdd46 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.24.2

https://dev.gnupg.org/T7524
1.24.1
06 Dec 2024 04:55:24
commit hash: 11bd02b7ee7afac64336908a0bb6d6cbda657a9bcommit hash: 11bd02b7ee7afac64336908a0bb6d6cbda657a9bcommit hash: 11bd02b7ee7afac64336908a0bb6d6cbda657a9bcommit hash: 11bd02b7ee7afac64336908a0bb6d6cbda657a9b files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.24.1

https://dev.gnupg.org/T7440
1.24.0
10 Nov 2024 16:14:54
commit hash: ca49e205842a6d61afd002c3dd20cd45665d0953commit hash: ca49e205842a6d61afd002c3dd20cd45665d0953commit hash: ca49e205842a6d61afd002c3dd20cd45665d0953commit hash: ca49e205842a6d61afd002c3dd20cd45665d0953 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.24.0

Remove security/gpgme-qt-headers. The Qt headers have been folded back
into security/gpgme-qt since they no longer conflict.

https://dev.gnupg.org/T7376
1.23.2_1
08 Jul 2024 05:08:30
commit hash: c1dda71dec4c52eb208ba425bc89aca3d92e73d2commit hash: c1dda71dec4c52eb208ba425bc89aca3d92e73d2commit hash: c1dda71dec4c52eb208ba425bc89aca3d92e73d2commit hash: c1dda71dec4c52eb208ba425bc89aca3d92e73d2 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
*/*: Chase security/libassuan shlib bump
1.23.2
01 Dec 2023 21:25:08
commit hash: f7e264a920ca64b9828f19493df7c7b7658c8e92commit hash: f7e264a920ca64b9828f19493df7c7b7658c8e92commit hash: f7e264a920ca64b9828f19493df7c7b7658c8e92commit hash: f7e264a920ca64b9828f19493df7c7b7658c8e92 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.23.2

https://dev.gnupg.org/T6782
1.23.0
26 Oct 2023 02:03:00
commit hash: e30cc7127732b50a7b4e97a77dc0871207425d82commit hash: e30cc7127732b50a7b4e97a77dc0871207425d82commit hash: e30cc7127732b50a7b4e97a77dc0871207425d82commit hash: e30cc7127732b50a7b4e97a77dc0871207425d82 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.23.0

https://dev.gnupg.org/T6774
1.22.0
22 Aug 2023 17:48:51
commit hash: ee64b8a7794a7af2891483909852c59b1045e655commit hash: ee64b8a7794a7af2891483909852c59b1045e655commit hash: ee64b8a7794a7af2891483909852c59b1045e655commit hash: ee64b8a7794a7af2891483909852c59b1045e655 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.22.0

gpgme-qt: Fix COMMENT when FLAVOR is not explicitly set and use just
one PORTREVISION line to avoid confusing bumping tools.

https://dev.gnupg.org/T6668
1.21.0
10 Jul 2023 18:46:33
commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.21.0

Split out the headers shared between the qt5 and qt6 flavors of
security/gpgme-qt to security/gpgme-qt-headers so that they no longer
conflict.

https://dev.gnupg.org/T6585
1.20.0
03 May 2023 03:29:51
commit hash: f247211eb747992e0c483dbf02452596d16a7378commit hash: f247211eb747992e0c483dbf02452596d16a7378commit hash: f247211eb747992e0c483dbf02452596d16a7378commit hash: f247211eb747992e0c483dbf02452596d16a7378 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/gpgme-qt: Flavorize for new Qt6 bindings

Rename security/gpgme-qt5 to security/gpgme-qt and flavorize to
allow building qt5 and qt6 flavors.

Adjust dependencies and bump PORTREVISION on consumers.

Fix installation of optional Doxgen docs.

Number of commits found: 10