Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2013 22:54:59 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318343 - head/net/svnup
Message-ID:  <201305162254.r4GMsxLO051958@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <lists@eitanadler.com>.
    - 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305162254.r4GMsxLO051958>