diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-17 06:54:58 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-17 06:54:58 +0800 |
commit | a644eccba3acc334ddd375e435c7fc48d292b835 (patch) | |
tree | 3bec207168c650e447620d78f26057be17d7c2ea /net | |
parent | 3cbf3cbfdda1181d665a026077fc046fe76980b1 (diff) | |
download | freebsd-ports-gnome-a644eccba3acc334ddd375e435c7fc48d292b835.tar.gz freebsd-ports-gnome-a644eccba3acc334ddd375e435c7fc48d292b835.tar.zst freebsd-ports-gnome-a644eccba3acc334ddd375e435c7fc48d292b835.zip |
- 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
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 72b8d676e8da..bcf517193f22 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -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}/ \ diff --git a/net/svnup/distinfo b/net/svnup/distinfo index 703bab9faf85..99ea52655ff1 100644 --- a/net/svnup/distinfo +++ b/net/svnup/distinfo @@ -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 |