diff options
author | jgh <jgh@FreeBSD.org> | 2013-06-09 11:36:49 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-06-09 11:36:49 +0800 |
commit | 14f4c4f60136d97b0845202e7a24a8f6cba2e719 (patch) | |
tree | 146c23a2bea61fc22dadaaad5b0fc77d672c1368 /net | |
parent | 479937e7c8bd2913379e66631fb95cd21707d1d4 (diff) | |
download | freebsd-ports-gnome-14f4c4f60136d97b0845202e7a24a8f6cba2e719.tar.gz freebsd-ports-gnome-14f4c4f60136d97b0845202e7a24a8f6cba2e719.tar.zst freebsd-ports-gnome-14f4c4f60136d97b0845202e7a24a8f6cba2e719.zip |
- 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
Diffstat (limited to 'net')
-rw-r--r-- | net/svnup/Makefile | 2 | ||||
-rw-r--r-- | net/svnup/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/svnup/Makefile b/net/svnup/Makefile index a713dad49e0a..1ed2b9a725ba 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -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}/ diff --git a/net/svnup/distinfo b/net/svnup/distinfo index 19fe3c972b69..547303497ab5 100644 --- a/net/svnup/distinfo +++ b/net/svnup/distinfo @@ -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 |