Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 03:36:49 +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: r320312 - head/net/svnup
Message-ID:  <201306090336.r593an6E035414@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Sun Jun  9 03:36:49 2013
New Revision: 320312
URL: http://svnweb.freebsd.org/changeset/ports/320312

Log:
  - update to 0.90
  
  svnup-0.9 - 8 June 2013
  - Added a new command line and show all files that exist in the
    target directory structure that do not exist in the repository.
  - Fixed bug with the way the progress indicator is displayed.
  - Fixed segmentation fault that occurred when using the svn protocol
    and displaying the progress indicator.
  
  PR:		179325
  Reported by:	redrat@mail.ru
  Submitted by:	maintainer, jcm@visi.com

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

Modified: head/net/svnup/Makefile
==============================================================================
--- head/net/svnup/Makefile	Sun Jun  9 02:04:27 2013	(r320311)
+++ head/net/svnup/Makefile	Sun Jun  9 03:36:49 2013	(r320312)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	svnup
-PORTVERSION=	0.73
+PORTVERSION=	0.90
 CATEGORIES=	net
 MASTER_SITES=	http://jcm.dsl.visi.com/freebsd/svnup/ \
 		LOCAL/jgh/net/${PORTNAME}/

Modified: head/net/svnup/distinfo
==============================================================================
--- head/net/svnup/distinfo	Sun Jun  9 02:04:27 2013	(r320311)
+++ head/net/svnup/distinfo	Sun Jun  9 03:36:49 2013	(r320312)
@@ -1,2 +1,2 @@
-SHA256 (svnup-0.73.tar.xz) = a6c8fb2748a0eb22f7a9382484a950f26cfebed347ebfb2b049f914df387dd73
-SIZE (svnup-0.73.tar.xz) = 17756
+SHA256 (svnup-0.90.tar.xz) = 766d5caedd500430c8595dd2f0a0c0024137138a68e1002ece9083c122179caa
+SIZE (svnup-0.90.tar.xz) = 18068



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