Port details |
- subversion-gnome-keyring Gnome Keyring integration for Version control system
- 1.14.5 security
=2 1.14.4Version of this port present on the latest quarterly branch. - Maintainer: michaelo@apache.org
 - Port Added: 2014-06-16 13:12:36
- Last Update: 2024-10-10 07:00:23
- Commit Hash: 3366659
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel gnome
- License: APACHE20
- WWW:
- https://subversion.apache.org/
- Description:
- Subversion is a version control system designed to be as similar to cvs(1)
as possible, while fixing many outstanding problems with cvs(1).
This port adds Gnome Keyring support to Subversion.
See https://wiki.freebsd.org/Ports/security/subversion-gnome-keyring for
setup instructions.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- subversion-gnome-keyring>0:security/subversion-gnome-keyring
- Conflicts:
- CONFLICTS_BUILD:
- subversion-lts-1.[0-9][0-9].[0-9]*
- CONFLICTS_INSTALL:
- subversion-gnome-keyring-1.[0-9].[0-9]*
- subversion-gnome-keyring-1.[^1][0-9].[0-9]*
- To install the port:
- cd /usr/ports/security/subversion-gnome-keyring/ && make install clean
- To add the package, run one of these commands:
- pkg install security/subversion-gnome-keyring
- pkg install subversion-gnome-keyring
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: subversion-gnome-keyring
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1734780873
SHA256 (subversion-1.14.5.tar.bz2) = e78a29e7766b8b7b354497d08f71a55641abc53675ce1875584781aae35644a1
SIZE (subversion-1.14.5.tar.bz2) = 8675355
Packages (timestamps in pop-ups are UTC):
- Master port: devel/subversion
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libsvn_client-1.so : devel/subversion
- libapr-1.so : devel/apr1
- libsqlite3.so : databases/sqlite3
- libexpat.so : textproc/expat2
- libutf8proc.so : textproc/utf8proc
- liblz4.so : archivers/liblz4
- libsecret-1.so : security/libsecret
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_subversion
- USES:
- cpe libtool pathfix pkgconfig shebangfix tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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: devel/subversion |
Commit | Credits | Log message |
1.14.4 10 Oct 2024 07:00:23
    |
Michael Osipov (michaelo)  |
*/*: update devel/subversion{,-lts} to 1.14.4
Approved by: jrm (mentor)
MFH: 2024Q4
Differential Revision: https://reviews.freebsd.org/D47022
Release Notes: https://svn.apache.org/repos/asf/subversion/tags/1.14.4/CHANGES |
1.14.3_2 22 Apr 2024 13:09:56
    |
Michael Osipov (michaelo)  |
*/*: take ownership of lev@'s Subversion ports
As agreed with lev@, I am taking ownership of these ports.
Approved by: jrm (mentor), lev
Differential Revision: https://reviews.freebsd.org/D44862 |
1.14.3_1 28 Feb 2024 15:53:37
    |
Michael Osipov (michaelo)  |
*/*: Properly depend on Subversion LTS or latest with WITH_SUBVERSION_VER
When LTS version of Subversion is set in make.conf (WITH_SUBVERSION_VER)
depending ports will still depend on latest version (devel/subversion)
instead of LTS one (devel/subversion-lts). This will cause dependency
conflicts when packages are distributed with Poudriere, namely pkg(8)
will report them and fail to install.
Make all affected ports properly depend on the right port based on the
value set in WITH_SUBVERSION_VER.
Approved by: jrm (mentor), otis (mentor), lev (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D43864 |
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) |
1.14.2 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 ) |
1.14.2 20 Jul 2022 14:22:56
    |
Tobias C. Berner (tcberner)  |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.14.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.14.0 02 Jun 2020 13:36:47
  |
lev  |
Update subversion to new version 1.14.0.
1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
allows to build `devel/py-subversion' with Python 2.7.
`devel/py-subversion' will be built with Python 3.5+ for version 1.14.0. |
1.13.0 03 Nov 2019 22:13:37
  |
lev  |
Update to 1.13.0.
PR: 241608
Submitted by: Yasuhito FUTATSUKI <freebsd-bug-report-yf@yf.bsdclub.org> |
1.12.2 29 Jul 2019 19:33:47
  |
rene  |
security/subversion-gnome-keyring: fix after removal of devel/subversion19
Reported by: antoine |
1.12.0 25 Apr 2019 16:28:46
  |
lev  |
Add LTS version of subversion to ports.
PR: 235934 |
1.12.0 25 Apr 2019 12:27:42
  |
lev  |
Update to 1.12.0 |
1.11.0 01 Nov 2018 16:12:45
  |
lev  |
Update subversion to 1.11.0. |
1.10.3 10 Oct 2018 15:39:51
  |
lev  |
(1) Update to 1.10.3.
(2) Fix STATIC build.
(3) Expand FreeBSD template for better explanation of "Sponsored by"
PR: (2) 220660, (3) 228362 |
1.10.2_4 27 Sep 2018 12:37:38
  |
0mp  |
security/subversion-gnome-keyring: Link to setup instructions & update WWW.
Reviewed by: krion, lev
Approved by: krion (mentor), lev (maintainer)
Sponsored by: Bally Wulff Games & Entertainment GmbH
Differential Revision: https://reviews.freebsd.org/D17330 |
1.10.0_4 20 Apr 2018 15:38:59
  |
lev  |
(1) Remove devel/subversion18
(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion
(3) Rework all addons to unify versioning code.
FLAVORS is not used because it will conflict with Python FLAVORS
(4) Restore mod_dontdothat for www/mod_dav_svn |
1.10.0_3 18 Apr 2018 18:31:53
  |
lev  |
Fix build of new version. |
1.9.7_2 21 Mar 2018 21:24:44
  |
brnrd  |
devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine |
1.9.7_1 21 Mar 2018 19:50:35
  |
brnrd  |
devel/apr1: Fix runtime issues of dependent port
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache) |
1.9.4 19 May 2016 10:53:06
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.9.3 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.9.3 30 Dec 2015 15:22:15
  |
ohauer  |
- prepare for devel/subversion17 removal |
1.9.2 15 Nov 2015 11:10:26
  |
lev  |
(1) Place pkgconfig files to proper directory (libdata)
(2) Strip binaries and libraries if MAINTAINER_DEBUG is not set
(3) Set WITH_DEBUG if MAINTAINER_DEBUG option is selected
PR: 204496
Submitted by: Dmitry Marakasov <amdmi3@FreeBSD.org> |
1.9.2 15 Oct 2015 10:43:15
  |
lev  |
Update devel/subversion to 1.9.2.
PR: 203713
Submitted by: Peter Wemm <peter@FreeBSD.org> |
1.8.9_4 16 Jun 2014 18:13:55
  |
lev  |
Fix for FreeBSD 9.
Fix messed up categories for slave ports. |
16 Jun 2014 13:12:21

|
lev  |
subversion port has been overhauled. Some optional parts was extracted
to separate ports. These ports are:
www/mod_dav_svn
instead of option MOD_DAV_SVN.
security/subversion-gnome-keyring
instead of option GNOME_KEYRING.
security/subversion-kwallet
instead of option KDE_KWALLET.
If you used devel/subversion with one (or more) of these non-standard
options, you should install appropriate port after subversion upgrade.
"mod_dontdothat" is installed unconditionally by www/mod_dav_svn
port (it has been depended on TOOLS option), but is not activated by
default, you may need to edit apache's configuration file.
devel/subversion port now installs svndiff, svndiff3 and svndiff4
commands if TOOLS option is enabled. They was skipped before.
Official names "diff", "diff3" and "diff4" are prefixed with "svn" to
avoid conflicts with base and other diff versions.
All libraries and binaries are now stripped if MAINTAINER_DEBUG
option is not selected (including all sub-ports, like bindings
and mod_dav_svn). |