svn commit: r317721 - head/net/svnup

Jason Helfman jgh at FreeBSD.org
Thu May 9 02:08:33 UTC 2013


Author: jgh
Date: Thu May  9 02:08:32 2013
New Revision: 317721
URL: http://svnweb.freebsd.org/changeset/ports/317721

Log:
  - 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

Modified:
  head/net/svnup/Makefile
  head/net/svnup/distinfo

Modified: head/net/svnup/Makefile
==============================================================================
--- head/net/svnup/Makefile	Wed May  8 23:14:40 2013	(r317720)
+++ head/net/svnup/Makefile	Thu May  9 02:08:32 2013	(r317721)
@@ -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}/ \

Modified: head/net/svnup/distinfo
==============================================================================
--- head/net/svnup/distinfo	Wed May  8 23:14:40 2013	(r317720)
+++ head/net/svnup/distinfo	Thu May  9 02:08:32 2013	(r317721)
@@ -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


More information about the svn-ports-all mailing list