1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- update to 0.70

svnup-0.70 - 7 May 2013
- Merged the http and svn code paths.
- Replaced binary search tree code with red-black tree defined
  in <sys/tree.h>
- Fixed a bug where revision tags were improperly included if the
  FreeBSD=%H was not included in the file attributes.
- Changed the default directory for storing known files to
  /var/db/svnup/.
- Added the command line option -n to display section's the last
  known revision and exit.

Submitted by:	maintainer, via mail
This commit is contained in:
Jason Helfman 2013-05-09 02:08:32 +00:00
parent 0486967677
commit 0b006259ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317721
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= svnup
PORTVERSION= 0.63
PORTVERSION= 0.70
CATEGORIES= net
MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \
LOCAL/jgh/net/${PORTNAME}/ \

View File

@ -1,2 +1,2 @@
SHA256 (svnup-0.63.tar.xz) = 7e6482acd425a86fae6b4f92b7396c8fcfbd97390a487695f94410dbeb1d5322
SIZE (svnup-0.63.tar.xz) = 17316
SHA256 (svnup-0.70.tar.xz) = 61de41a60f170704b11a110b5d5f32e43f56cb21acfe2d4d9eb62d5dbc08836a
SIZE (svnup-0.70.tar.xz) = 16096