svn commit: r318343 - head/net/svnup

Jason Helfman jgh at FreeBSD.org
Thu May 16 22:54:59 UTC 2013


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 at eitanadler.com>.
    - Switched from non-blocking to blocking I/O
  
  PR:		178640 [1]
  Reported by:	markiyan.kushnir at 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


More information about the svn-ports-all mailing list