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.

Port details
pysvn Python binding for Subversion
1.9.12_1 devel on this many watch lists=1 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.9.12Version of this port present on the latest quarterly branch.
Maintainer: bra@fsn.hu search for ports maintained by this maintainer
Port Added: 2008-04-27 09:30:04
Last Update: 2024-02-28 15:53:37
Commit Hash: e83f0a9
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: APACHE11
WWW:
http://pysvn.tigris.org/
Description:
The pysvn module is a python interface to the Subversion version control system. This API exposes client interfaces for managing a working copy, querying a repository, and synchronizing the two. This API cannot create new repositories; it can only interact with existing repositories. If you need to create a repository, use the svnadmin command from Subversion. Using the API, you can check out a working copy, add, edit, and remove working files, and check in, compare, or discard your changes. Repository properties such as keyword expansion, end of line characters, and ignore lists can also be examined and manipulated.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • pysvn>0:devel/pysvn
To install the port:
cd /usr/ports/devel/pysvn/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/pysvn
  • pkg install pysvn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pysvn
Package flavors (<flavor>: <package>)
  • py39: pysvn
distinfo:
TIMESTAMP = 1593364883 SHA256 (pysvn-1.9.12.tar.gz) = b113dae303728c3986745d604ce80b4b4a67addc99c24907e3ff5409d87f47d4 SIZE (pysvn-1.9.12.tar.gz) = 663626

Packages (timestamps in pop-ups are UTC):
pysvn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.9.12_11.9.12_11.9.121.9.12_11.9.12_1---
FreeBSD:13:quarterly1.9.121.9.12-1.9.121.9.121.9.121.9.121.9.12
FreeBSD:14:latest1.9.12_11.9.12_11.9.121.9.12_11.9.12_11.9.12-1.9.12
FreeBSD:14:quarterly1.9.121.9.12-1.9.121.9.121.9.121.9.121.9.12
FreeBSD:15:latest1.9.12_11.9.12_1n/a1.9.12n/a1.9.121.9.121.9.12
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Library dependencies:
  1. libsvn_client-1.so : devel/subversion
  2. libneon.so : www/neon
  3. libexpat.so : textproc/expat2
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/reviewboard*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
devel_pysvn
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://pysvn.barrys-emacs.org/source_kits/
Collapse this list.

Number of commits found: 44

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.9.12_1
28 Feb 2024 15:53:37
commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566commit hash: e83f0a9c84eabcc1307440925cc8d2d6b3dc4566 files touched by this commit
Michael Osipov (michaelo) search for other commits by this committer
*/*: 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
1.9.12
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.9.12
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.9.12
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.9.12
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.9.12
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
1.9.12
28 Jun 2020 21:09:55
Revision:540730Original commit files touched by this commit
uqs search for other commits by this committer
Update pysvn to version 1.9.12

This unbreaks the port (py2 to py3 transition)
1.9.3_1
08 Mar 2020 17:01:47
Revision:528058Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate some ports using deprecated version of python

With hat:	portmgr
1.9.3_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
1.9.3
05 Apr 2019 16:52:25
Revision:497968Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Document incompatibility with python 3.7+

Approved by:	portmgr blanket
1.9.3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.9.3
19 Jan 2017 19:26:45
Revision:431906Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.3

- While I'm here:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add missing LIB_DEPENDS
  - Use WRKSRC_SUBDIR
  - Simplify regex
  - Use MAKE_CMD
  - Merge pre-install: into do-install:

PR:		216192
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
1.8.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.8.0
15 Nov 2015 11:26:01
Revision:401690Original commit files touched by this commit
wg search for other commits by this committer
devel/pysvn: update to 1.8.0

- Unbreak build

PR:		204132
Submitted by:	Matthias Petermann
Approved by:	maintainer
MFH:		2015Q4
1.7.8_1
25 Oct 2015 19:01:38
Revision:400156Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN: fails to build

pysvn_client_cmd_info.cpp:1383:39: error: use of undeclared identifier
'svn_sort__hash'
pysvn_client_cmd_info.cpp:1388:41: error: subscript of pointer to incomplete
type 'const svn_sort__item_t'
pysvn_client_cmd_info.cpp:1389:62: error: member access into incomplete type
'const svn_sort__item_t'
pysvn_client_cmd_info.cpp:1392:65: error: member access into incomplete type
'const svn_sort__item_t'

Reported by:	pkg-fallout
1.7.8_1
24 Dec 2014 06:03:23
Revision:375392Original commit files touched by this commit
ohauer search for other commits by this committer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
1.7.8
20 Dec 2014 18:06:22
Revision:375029Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.7.8
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
1.7.8
05 Jul 2014 09:00:46
Revision:360730Original commit files touched by this commit
robak search for other commits by this committer
devel/pysvn: convert to new LIB_DEPENDS format

Approved by:	marino (mentor), portmgr (blanket)
1.7.8
28 Feb 2014 03:51:06
Revision:346430Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
1.7.8
30 Dec 2013 20:55:19
Revision:338168Original commit files touched by this commit
ohauer search for other commits by this committer
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
1.7.8
21 Oct 2013 07:25:12
Revision:331097Original commit files touched by this commit
delphij search for other commits by this committer
 - Update to 1.7.8. [1]
 - Respect ${CC} and ${CXX}.

PR:		ports/182968 [1]
Submitted by:	maintainer [1]
1.7.6
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
1.7.6
07 Jul 2012 14:20:05
Original commit files touched by this commit
sbz search for other commits by this committer
- Add neon in LIB_DEPENDS

PR:             ports/169652
Submitted by:   sbz (myself)
Approved by:    Attila Nagy <bra at fsn.hu> (maintainer)
1.7.6
13 Apr 2012 19:22:59
Original commit files touched by this commit
rm search for other commits by this committer
- update to 1.7.6 [1]
- add license (AL2)
- add some tabs
- drop support for python <2.6

PR:             166661 [1]
Submitted by:   Attila Nagy <bra at fsn dot hu> (maintainer)
1.7.5_1
16 Oct 2011 14:31:47
Original commit files touched by this commit
lev search for other commits by this committer
  Update subversion to 1.7.0.

  Make FreeBSD patches to be port's options and remove separated port.

  Rename patches to more sane names.

  Add devel/subversion16 port, for people, who need old version.

  Mark ports, which could not be built with subversion 1.7.x, as
  conflicting with new subversion.
1.7.5
07 Jun 2011 10:57:44
Original commit files touched by this commit
culot search for other commits by this committer
- Update to 1.7.5

PR:             ports/157678
Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
1.7.2_2
18 May 2010 04:08:06
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@)
With Hat:       apache@
1.7.2_1
05 May 2010 21:52:39
Original commit files touched by this commit
pgollucci search for other commits by this committer
4/5: Chase devel/apr shlib bump

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@
1.7.2
28 Feb 2010 15:50:54
Original commit files touched by this commit
nemoliu search for other commits by this committer
- Update to 1.7.2

PR:     ports/144359
Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
Feature safe:   yes
1.7.0
24 Feb 2010 20:06:39
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: conflicting dependencies

Reported by:    pointyhat
Feature safe:   yes
1.7.0
12 Jun 2009 14:44:13
Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Fix build with Custom PREFIX/LOCALBASE

Submitted by:   Julien Laffaye (kimelto via irc)
Reported by:    QATty
Approved by:    portmgr (itetcu, blanket)
1.7.0
23 Apr 2009 09:29:46
Original commit files touched by this commit
miwi search for other commits by this committer
- Unbreak build
- Upgrade pysvn to 1.7.0.

 This release include:
 * bug fixes for reported issues
 * New callback_conflict_resolver
 * Support Subversion 1.6

PR:             133893
Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
1.6.2
17 Feb 2009 22:19:25
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
1.6.2
17 Nov 2008 18:25:34
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.6.2
- Use PYTHONPREFIX_SITELIBDIR instead

PR:             ports/128850
Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:    Attila Nagy <bra AT fsn.hu> (maintainer)
1.6.1
02 Oct 2008 14:35:17
Original commit files touched by this commit
lwhsu search for other commits by this committer
- Update to 1.6.1

PR:             ports/127752
Submitted by:   Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:    Attila Nagy <bra AT fsn.hu> (maintainer)
1.6.0
23 Jul 2008 08:07:29
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 1.6.0
- Switch to neon.28 and require at least py-cxx 5.4.1

PR:             ports/125869
Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
1.5.3_2
07 Jul 2008 12:37:21
Original commit files touched by this commit
miwi search for other commits by this committer
- Bump PORTREVISION after apr update

PR:             125270 125271 125272 125278 125281 125282
                125284 125285 125287 125288 125289 125290
                125291 125292 125293 125295 125296 125297
                125300
Submitted by:   rodrigc
1.5.3_1
06 Jun 2008 13:21:59
Original commit files touched by this commit
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
1.5.3
16 May 2008 20:36:22
Original commit files touched by this commit
pav search for other commits by this committer
- Rely on subversion to bring in apr dependency; unbreak

Approved by:    maintainer
1.5.3
14 May 2008 19:58:49
Original commit files touched by this commit
pav search for other commits by this committer
- Mark BROKEN: pkg_add: package 'apr-db42-1.2.12' conflicts with apr-1.2.12

Reported by:    pointyhat
1.5.3
05 May 2008 08:33:57
Original commit files touched by this commit
edwin search for other commits by this committer
Rename www/neon to www/neon26 to make the integration
of www/neon28 possible
1.5.3
27 Apr 2008 09:29:44
Original commit files touched by this commit
miwi search for other commits by this committer
The pysvn module is a python interface to the Subversion version control
system. This API exposes client interfaces for managing a working copy,
querying a repository, and synchronizing the two.

This API cannot create new repositories; it can only interact with existing
repositories. If you need to create a repository, use the svnadmin command
from Subversion.

Using the API, you can check out a working copy, add, edit, and remove working
files, and check in, compare, or discard your changes. Repository properties
such as keyword expansion, end of line characters, and ignore lists can also
be examined and manipulated.

WWW: http://pysvn.tigris.org/

PR:             ports/122986
Submitted by:   Attila Nagy <bra@fsn.hu>

Number of commits found: 44