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/py-gpgme/Makefile

Number of commits found: 11

Monday, 12 Sep 2022
19:45 Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.18.0

https://dev.gnupg.org/T6128
commit hash: 2bac0bbfc81e491d3488b58e23cd5520f17569ff commit hash: 2bac0bbfc81e491d3488b58e23cd5520f17569ff commit hash: 2bac0bbfc81e491d3488b58e23cd5520f17569ff commit hash: 2bac0bbfc81e491d3488b58e23cd5520f17569ff 2bac0bb
Friday, 3 Jun 2022
13:59 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-gpgme: Fix build with setuptools 58.0.0+

- Bump PORTREVISION for package change

With hat:	python
commit hash: 34ab151325e47825f0e88b331ca697d14f40d0ec commit hash: 34ab151325e47825f0e88b331ca697d14f40d0ec commit hash: 34ab151325e47825f0e88b331ca697d14f40d0ec commit hash: 34ab151325e47825f0e88b331ca697d14f40d0ec 34ab151
Sunday, 20 Feb 2022
15:18 Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.7.0

security/py-gpgme: Convert pkg-plist to Python 3.x style
commit hash: fb02dbdb45b460fc5cad8376f0e3a562f8706f8d commit hash: fb02dbdb45b460fc5cad8376f0e3a562f8706f8d commit hash: fb02dbdb45b460fc5cad8376f0e3a562f8706f8d commit hash: fb02dbdb45b460fc5cad8376f0e3a562f8706f8d fb02dbd
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, 24 Dec 2020
13:36 fluffy search for other commits by this committer
security/pygpgme: switch to PYTHON_EXT_SUFFIX
Original commitRevision:559089 
Tuesday, 31 Jul 2018
19:05 jhale search for other commits by this committer
Update security/*gpgme* to 1.11.1

Changes:	https://lists.gnupg.org/pipermail/gnupg-devel/2018-April/033624.html
Original commitRevision:476015 
Tuesday, 6 Feb 2018
15:18 jhale search for other commits by this committer
security/gpgme:
- Add some magic to support the regression tests in the case where the test
  build directory path length exceeds the maximum socket path length.
- Fix shebang in the pinentry test script. At long last, the real reason some
  of the tests were failing has been discovered!
- Remove files/patch-tests_gpg_Makefile.in now that the pinentry script is
  fixed.
- Move USES upward.

security/gpgme-cpp:
- Remove workaround for Bug 193528 (fixed in GCC 6+)

security/gpgme-qt5:
- Add full test support.
- QT5 testlib only needed for tests at build time.
- Add DOXYGEN option to install the API documentation. Prevent the
  automatic building of the docs if doxygen happens to be installed.
- Bump PORTREVISION due to added options / dependency change

security/py-gpgme:
- Add full test support.
- Revert flavor logic move from r460759. The logic being below
  <bsd.port.options.mk> was the reason it wasn't previously working.
- Bump PORTREVISION due to added option
Original commitRevision:461063 
Friday, 2 Feb 2018
23:30 jhale search for other commits by this committer
Add a TEST option to toggle in-build testing as it was causing trouble when
the test build directory path length was longer than the maximum socket path
length. A workaround to this problem is noted in the Makefile. [1]

Prevent the GNUPG1 option and the TEST option from being enabled simultaneously
since the tests mainly revolve around the programs supplied with GnuPG 2.x.

Disable in-build tests for slave ports for now.

Move the flavor logic for the python slave port into the slave port Makefile
as it was not being evaluated correctly when in the master port Makefile.

Reported by:	tijl (via private mail) [1]
Original commitRevision:460759 
Saturday, 26 Nov 2016
23:41 jhale search for other commits by this committer
Update security/gpgme-* to 1.8.0

In this version, libgpgme-pthread.so has been removed in favor of just
using libgpgme.so as the thread-safe library. PORTREVISION has been
bumped on all ports depending on security/gpgme so that any that may have
linked to -lgpgme-pthread will link to -lgpgme instead.

The Python module provided by security/py-gpgme has been renamed upstream
from pyme3 to gpg. This removes the conflict with security/py-pyme,
although security/py-gpgme is still the direct replacement of that
module.
Original commitRevision:427185 
Tuesday, 18 Oct 2016
19:45 jhale search for other commits by this committer
- Update security/gpgme to 1.7.0
- Convert to master port and add several slave ports for the newly added
  c++, Qt5, and python bindings (security/gpgme-cpp, security/gpgme-qt5,
  and security/py-gpgme, respectively)
- The Qt bindings currently provided by deskutils/kdepimlibs4
  cannot currently coexist with these new bindings, but will be phased out
  in the future
- The python bindings are an updated version of the ones provided by
  security/py-pyme and are now being maintained as part of the gpgme project.
  They work with both python 2.x and 3.x.

PR:		212886
Original commitRevision:424209 

Number of commits found: 11