Bug 244280 - devel/subversion: Could we enable GPG_AGENT option by default?
Summary: devel/subversion: Could we enable GPG_AGENT option by default?
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Lev A. Serebryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-21 13:41 UTC by Mateusz Piotrowski
Modified: 2020-02-27 12:30 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lev)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mateusz Piotrowski freebsd_committer freebsd_triage 2020-02-21 13:41:14 UTC
Would it possible to enable the support for the GnuPG agent to be compiled in by default?
Comment 1 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-02-27 11:19:20 UTC
https://reviews.freebsd.org/D23849
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-02-27 12:12:17 UTC
A commit references this bug:

Author: 0mp
Date: Thu Feb 27 12:11:54 UTC 2020
New revision: 527249
URL: https://svnweb.freebsd.org/changeset/ports/527249

Log:
  devel/subversion: Enable the GPG_AGENT option by default

  gpg-agent is one of the easiest ways of storing credentials in Subversion.
  Let's enable support for it by default to make life easier for Subversion
  users, who do not want to depend on gnome-keyring or kwallet for password
  storing.

  PR:		244280
  Approved by:	lev (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D23849

Changes:
  head/devel/subversion/Makefile
Comment 3 Mateusz Piotrowski freebsd_committer freebsd_triage 2020-02-27 12:30:59 UTC
Thanks, lev!