1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- update to 2.5.0

ChangeLog:
--------------------------------
 Bugs fixed:
 * Handle non-ASCII, non-UTF8 filenames in .cvsignore files.
 * ExternalBlobGenerator: Don't fail if no revisions are needed for a file.
 * Fix the handling of symbol-matching regexps that include "|".
 * Handle excluded paths under Attic directories, too.
 * cvs2git: fix logging in process_post_commit().
 * Prefer to break internal cycles at the *largest* timestamp gaps.
 * Don't try to delete a supposed "revision 1.1" if it has a predecessor.

 Improvements and output changes:
 * Various small documentation fixes and improvements.
 * Make cvs2xxx runnable under PyPy.
 * Avoid some allusions to Subversion when converting to another VCS.
 * Use tempfile.mkdtemp() to choose the location for temporary files.
 * Write all progress information to stderr rather than stdout.
 * Write cvs2git and cvs2bzr output to stdout by default.
 * Improve build reproducibility by respecting $SOURCE_DATE_EPOCH.
 * cvs2git: don't add so much useless metadata to symbol commits.
 * cvs2git: allow a file to be set executable in Git via "svn:executable"

 Miscellaneous:
 * Use "co --version" rather than the deprecated "co -V".
This commit is contained in:
Olli Hauer 2017-12-31 13:34:48 +00:00
parent 0192484704
commit b935721958
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=457691
2 changed files with 6 additions and 13 deletions

View File

@ -2,15 +2,12 @@
# $FreeBSD$
PORTNAME= cvs2svn
PORTVERSION= 2.4.0
PORTREVISION= 5
PORTVERSION= 2.5.0
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/49237/ \
MASTER_SITES= http://cvs2svn.tigris.org/files/documents/1462/49543/ \
LOCAL/ohauer
PATCHFILES= ${PORTNAME}-${PORTVERSION}-r${PATCHREV}.diff.bz2
PATCH_SITES= LOCAL/ohauer
MAINTAINER= ohauer@FreeBSD.org
COMMENT= CVS to Subversion Repository Converter
@ -18,9 +15,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gdbm>0:databases/py-gdbm@${FLAVOR} \
cvs:devel/cvs
# 2.4.0 -> svn r5392
PATCHREV= 5433
USES= shebangfix python:2.7
USE_PYTHON= distutils autoplist
NO_ARCH= yes

View File

@ -1,4 +1,3 @@
SHA256 (cvs2svn-2.4.0.tar.gz) = a6677fc3e7b4374020185c61c998209d691de0c1b01b53e59341057459f6f116
SIZE (cvs2svn-2.4.0.tar.gz) = 514891
SHA256 (cvs2svn-2.4.0-r5433.diff.bz2) = a20d854df3c3cbd6a554e99fd7f9bf33dab7520e577ca04dacd20b08a40a7c9f
SIZE (cvs2svn-2.4.0-r5433.diff.bz2) = 57278
TIMESTAMP = 1511674397
SHA256 (cvs2svn-2.5.0.tar.gz) = 6409d118730722f439760d41c08a5bfd05e5d3ff4a666050741e4a5dc2076aea
SIZE (cvs2svn-2.5.0.tar.gz) = 539332