From owner-svn-ports-all@FreeBSD.ORG Thu May 9 02:08:33 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7797F7C3; Thu, 9 May 2013 02:08:33 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE5216C2; Thu, 9 May 2013 02:08:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4928XeC042250; Thu, 9 May 2013 02:08:33 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4928XnE042248; Thu, 9 May 2013 02:08:33 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201305090208.r4928XnE042248@svn.freebsd.org> From: Jason Helfman Date: Thu, 9 May 2013 02:08:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317721 - head/net/svnup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 May 2013 02:08:33 -0000 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 - 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