diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-09 10:08:32 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-09 10:08:32 +0800 |
commit | ebf15ce55987c4d8004095960e49e6ea4875b570 (patch) | |
tree | 8030e3f5afaab1ca3e6c69f80ce2078f10c7f50b /net | |
parent | a25a1410032db9afb5ee6a8e2328f38de4f123f2 (diff) | |
download | freebsd-ports-gnome-ebf15ce55987c4d8004095960e49e6ea4875b570.tar.gz freebsd-ports-gnome-ebf15ce55987c4d8004095960e49e6ea4875b570.tar.zst freebsd-ports-gnome-ebf15ce55987c4d8004095960e49e6ea4875b570.zip |
- update to 0.70
svnup-0.70 - 7 May 2013
- Merged the http and svn code paths.
- Replaced binary search tree code with red-black tree defined
in <sys/tree.h>
- Fixed a bug where revision tags were improperly included if the
FreeBSD=%H was not included in the file attributes.
- Changed the default directory for storing known files to
/var/db/svnup/.
- Added the command line option -n to display section's the last
known revision and exit.
Submitted by: maintainer, via mail
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 20f2b350ccf4..adf8fbd4c203 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 0.63 +PORTVERSION= 0.70 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 9a1e72cab453..aa0ff6d8e05c 100644 --- a/net/svnup/distinfo +++ b/net/svnup/distinfo @@ -1,2 +1,2 @@ -SHA256 (svnup-0.63.tar.xz) = 7e6482acd425a86fae6b4f92b7396c8fcfbd97390a487695f94410dbeb1d5322 -SIZE (svnup-0.63.tar.xz) = 17316 +SHA256 (svnup-0.70.tar.xz) = 61de41a60f170704b11a110b5d5f32e43f56cb21acfe2d4d9eb62d5dbc08836a +SIZE (svnup-0.70.tar.xz) = 16096 |