aboutsummaryrefslogtreecommitdiff
path: root/security/subversion-gnome-keyring
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - prepare for devel/subversion17 removalOlli Hauer2015-12-301-7/+1
| | | | Notes: svn path=/head/; revision=404863
* (1) Place pkgconfig files to proper directory (libdata)Lev A. Serebryakov2015-11-152-0/+4
| | | | | | | | | | | (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> Notes: svn path=/head/; revision=401689
* Update devel/subversion to 1.9.2.Lev A. Serebryakov2015-10-151-0/+10
| | | | | | | | PR: 203713 Submitted by: Peter Wemm <peter@FreeBSD.org> Notes: svn path=/head/; revision=399335
* Fix for FreeBSD 9.Lev A. Serebryakov2014-06-161-2/+1
| | | | | | | Fix messed up categories for slave ports. Notes: svn path=/head/; revision=358032
* subversion port has been overhauled. Some optional parts was extractedLev A. Serebryakov2014-06-163-0/+35
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). Notes: svn path=/head/; revision=357986