Port details |
- svn2git Imports svn repositories into git
- 1.0.18_1 devel
=2 1.0.18_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2011-04-05 20:06:39
- Last Update: 2024-02-28 15:53:37
- Commit Hash: e83f0a9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: kde
- License: GPLv3
- WWW:
- http://gitorious.org/svn2git/svn2git
- Description:
- "Importer for one time conversion from svn to git."
The svn to git converter as used by KDE. For practical examples on writing
rules for conversion, see: http://gitorious.org/svn2git/kde-ruleset
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/svn2git/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/svn2git
- pkg install svn2git
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: svn2git
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1587887918
SHA256 (svn-all-fast-export-svn2git-1.0.18_GH0.tar.gz) = edd776db0cdddb3bc8f2e3a711bd15580e965024c27d8674cf624e62b75b0aac
SIZE (svn-all-fast-export-svn2git-1.0.18_GH0.tar.gz) = 53514
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- git : devel/git
- p5-Term-ReadKey>=0 : devel/p5-Term-ReadKey
- p5-subversion>=0 : devel/p5-subversion
- Library dependencies:
-
- libapr-1.so : devel/apr1
- libsvn_client-1.so : devel/subversion
- libQt5Core.so : devel/qt5-core
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for svn2git-1.0.18_1:
FREEBSD_REPO=off: FreeBSD-repo only mode
===> Use 'make config' to modify these settings
- Options name:
- devel_svn2git
- USES:
- compiler:c++11-lang qmake qt:5
- 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) |
Commit | Credits | Log message |
1.0.18_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.0.18 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.0.18 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.0.18 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.18 26 Apr 2020 14:44:48
  |
wen  |
- Update to 1.0.18 |
1.0.12_2 03 Feb 2020 20:21:08
  |
rene  |
Return dbn's ports to the pool after safekeeping his commit bit. |
1.0.12_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0.12_1 12 Mar 2019 01:12:43
  |
linimon  |
Fix build on gcc-based architectures:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket) |
1.0.12_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.0.12 16 Dec 2018 14:49:16
  |
tcberner  |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine |
1.0.12 28 Jun 2018 17:39:55
  |
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
1.0.12 02 Jun 2018 11:46:34
  |
dbn  |
devel/svn2git: update to 1.0.12
- add LICENSE_FILE as it is now included in the tarball
- LICENSE does not indicate "or later" for version
- add libapr as dependency, it is linked in
- switch to Qt5 [1]
- override LOCALBASE for SVN and APR includes using qmake arguments
- update patches (and patch name)
[1] Although the code base still compiles with Qt4, the src.pro file
implicitly uses Qt5. On Qt4 the overriding of the SVN_INCLUDE and
APR_INCLUDE variables do not work (due to the src.pro implicitly using Qt5). |
1.0.11.a.20151201 27 Dec 2016 12:14:31
  |
amdmi3  |
- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
Approved by: portmgr blanket |
1.0.11.a.20151201 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.0.11.a.20151201 08 Mar 2016 13:09:12
  |
mat  |
Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.
lang/yorick's tag was moved, and the added patch was no longer needed.
PR: 207644
Submitted by: mat
Exp-run by by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D4268 |
1.0.11.a.20151201 16 Dec 2015 09:16:44
  |
rakuco  |
Regenerate distinfo after r403842.
=> svn-all-fast-export-svn2git-1.0.11.a.20151201-d4ff0b2_GH0.tar.xz is not in
/usr/ports/devel/svn2git/distinfo.
=> Either /usr/ports/devel/svn2git/distinfo is out of date, or
=> svn-all-fast-export-svn2git-1.0.11.a.20151201-d4ff0b2_GH0.tar.xz is spelled
incorrectly.
Hash and size are still the same, only the file name has changed. |
1.0.11.a.20151201 16 Dec 2015 06:30:28
  |
dbn  |
devel/svn2git: bump port's minor version.
Adding the suffix '.a.20151201' to the port's version caused the port to
regress (i.e. the newer version in ports was actually considered older then
previous version in ports). Bump the port's minor version in addition to
adding the suffix. |
1.0.10.a.20151201 15 Dec 2015 21:34:52
  |
dbn  |
devel/svn2git: update to 1.0.10.a.20151201
Changes:
- Drop local mirror from MASTER_SITES
- Update to latest commit after 1.0.10 release (see change log)
- Simplify option specific extra patches
- Patch scr.pro with the port's version
- Fix patch per portlint's recommendation
Change Log:
- Fix bug exposed by update to svn-1.9: deleted directories are not
available in the revision the directory was deleted in [1].
PR: 204023
Reported by: Guy Helmer <guy.helmer@gmail.com> [1]
Differential Revision: https://reviews.freebsd.org/D4066 |
24 Apr 2014 20:11:02

|
dbn  |
Update my ports to be compliant with new USES framework and fix other issues.
Changes:
* various: migrate USE_BZIP2 to USES=tar:bzip2
* various: migrate USE_XZ to USES=tar:xz
* multimedia/py-ffmpeg: add and prefer github (GH) as master site
* ports-mgmt/portbuilder: specify license as BSD2CLAUSE (instead of just BSD)
Most ports are updated infrequently so a single batch commit is preferred over
collating changes per port. |
1.0.10 25 Nov 2013 18:01:02
  |
makc  |
- Convert to USES=qmake
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
1.0.10 03 Nov 2013 15:14:00
  |
dbn  |
Add stage support to devel/svn2git. |
1.0.10 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
1.0.10 28 Jul 2013 20:28:33
  |
dbn  |
Remove MAKE_JOBS_SAFE from all my ports.
Better to remove now, in one go, then forget about it. |
1.0.10 19 May 2013 19:17:43
  |
dbn  |
Update devel/svn2git to 1.0.10.
The changes for svn2git-1.0.9 were incomplete thus another release
was made.
Approved by: eadler,bdrewery (mentors, implicit) |
1.0.9 18 May 2013 12:13:31
  |
dbn  |
Update devel/svn2git to 1.0.9.
ChangeLog:
- Stop unintended re-encoding of author names from UTF-8 to ASCII
- Fix compilation, the last rebase/merge went wrong.
Approved by: eadler,bdrewery (mentors, implicit) |
1.0.8 12 Feb 2013 04:19:59
  |
dbn  |
Update devel/svn2git to 1.0.8.
This update enables determinist exports of subversion repositories, and
optionally includes the patches required for exporting FreeBSD's subversion
repositories.
Beware, though, that using the patches for FreeBSD exporting could break other
exports.
Approved by: eadler (mentor) and uqs (FreeBSD's svn2git patch author) |
1.0.5 16 Jan 2013 20:15:07
  |
dbn  |
- Update to my new FreeBSD address
- Trim header
- Add myself as creator of devel/svn2git (see r272261)
Approved by: eadler|bdrewery (mentor) |
1.0.5 16 Oct 2012 11:09:43
  |
jhale  |
- Update to 1.0.5
- Fix LICENSE
- Trim Makefile header
PR: ports/172729
Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by: makc, avilla (mentors)
Feature safe: yes |
1.0.4 30 Jun 2012 14:07:27
 |
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.0.4 06 Jun 2012 06:44:38
 |
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
1.0.4 13 Apr 2011 19:38:28
 |
culot  |
- Update to 1.0.4
PR: ports/156373
Submitted by: David Naylor <naylor.b.david AT gmail.com> (maintainer) |
1.0.3 05 Apr 2011 20:06:18
 |
makc  |
Add new port devel/svn2git:
The svn to git converter as used by KDE. For practical examples on writing
rules for conversion, see: http://gitorious.org/svn2git/kde-ruleset
WWW: http://gitorious.org/svn2git/
PR: ports/156097
Submitted by: David Naylor <naylor.b.david at gmail.com> |