svn commit: r320312 - head/net/svnup
Jason Helfman
jgh at FreeBSD.org
Sun Jun 9 03:36:49 UTC 2013
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 at mail.ru
Submitted by: maintainer, jcm at 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
More information about the svn-ports-head
mailing list