From owner-svn-ports-head@FreeBSD.ORG Thu May 16 22:54:59 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1BB7CE5; Thu, 16 May 2013 22:54:59 +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 A35C828B; Thu, 16 May 2013 22:54:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4GMsxOZ051960; Thu, 16 May 2013 22:54:59 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4GMsxLO051958; Thu, 16 May 2013 22:54:59 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201305162254.r4GMsxLO051958@svn.freebsd.org> From: Jason Helfman Date: Thu, 16 May 2013 22:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318343 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 May 2013 22:54:59 -0000 Author: jgh Date: Thu May 16 22:54:58 2013 New Revision: 318343 URL: http://svnweb.freebsd.org/changeset/ports/318343 Log: - update to 0.72 svnup-0.72 - 16 May 2013 - Fixed a bug with the -r command line option. [1] - Added a progress indicator to the output when the verbosity is > 1. - More code cleanup - special thanks to Eitan Adler . - Switched from non-blocking to blocking I/O PR: 178640 [1] Reported by: markiyan.kushnir@gmail.com Modified: head/net/svnup/Makefile head/net/svnup/distinfo Modified: head/net/svnup/Makefile ============================================================================== --- head/net/svnup/Makefile Thu May 16 22:46:38 2013 (r318342) +++ head/net/svnup/Makefile Thu May 16 22:54:58 2013 (r318343) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 0.71 +PORTVERSION= 0.72 CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ LOCAL/jgh/net/${PORTNAME}/ \ Modified: head/net/svnup/distinfo ============================================================================== --- head/net/svnup/distinfo Thu May 16 22:46:38 2013 (r318342) +++ head/net/svnup/distinfo Thu May 16 22:54:58 2013 (r318343) @@ -1,2 +1,2 @@ -SHA256 (svnup-0.71.tar.xz) = 9307854aba3c8dc4b77761e90d9b2706c13bef1315193df2f3902a0c6e3aa360 -SIZE (svnup-0.71.tar.xz) = 16172 +SHA256 (svnup-0.72.tar.xz) = e03d541eceea5f2bf13ec4dc7fecbe326b93c39f393c9bda3efb2508fe0a2686 +SIZE (svnup-0.72.tar.xz) = 16508