diff options
author | jgh <jgh@FreeBSD.org> | 2013-06-03 08:11:32 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-06-03 08:11:32 +0800 |
commit | f3f2f4c19c51bfdb0acc8ba0851e84cf77824c43 (patch) | |
tree | 6026cc5662a3f0245e9dc87f34b4d36b88574f6c /net | |
parent | 72e59d82ca26efeef12bec4b39ea078e6a003ace (diff) | |
download | freebsd-ports-gnome-f3f2f4c19c51bfdb0acc8ba0851e84cf77824c43.tar.gz freebsd-ports-gnome-f3f2f4c19c51bfdb0acc8ba0851e84cf77824c43.tar.zst freebsd-ports-gnome-f3f2f4c19c51bfdb0acc8ba0851e84cf77824c43.zip |
- update to 0.73
- while here trim COMMENT and stale mirror
svnup-0.73 - 2 June 2013
- Significantly improved performance when using the http/https protocol
to fetch incremental updates.
- Added a new command line and section option to allow a custom port
number to connect to.
- Added a new command line option to override the specified section's
protocol.
- Added a new command line and section option to remove (trim) any files
found in the local copy that are not found in the repository.
- Fixed a display bug in the progress indicator.
Submitted by: maintainer (jcm@visi.com) via mail
Diffstat (limited to 'net')
-rw-r--r-- | net/svnup/Makefile | 7 | ||||
-rw-r--r-- | net/svnup/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/svnup/Makefile b/net/svnup/Makefile index bcf517193f22..a713dad49e0a 100644 --- a/net/svnup/Makefile +++ b/net/svnup/Makefile @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ - LOCAL/jgh/net/${PORTNAME}/ \ - http://mirrors.rit.edu/zi/ + LOCAL/jgh/net/${PORTNAME}/ MAINTAINER= jcm@visi.com -COMMENT= Lightweight program to pull source from an Apache Subversion server. +COMMENT= Lightweight program to pull source from an Apache Subversion server LICENSE= BSD diff --git a/net/svnup/distinfo b/net/svnup/distinfo index 99ea52655ff1..19fe3c972b69 100644 --- a/net/svnup/distinfo +++ b/net/svnup/distinfo @@ -1,2 +1,2 @@ -SHA256 (svnup-0.72.tar.xz) = e03d541eceea5f2bf13ec4dc7fecbe326b93c39f393c9bda3efb2508fe0a2686 -SIZE (svnup-0.72.tar.xz) = 16508 +SHA256 (svnup-0.73.tar.xz) = a6c8fb2748a0eb22f7a9382484a950f26cfebed347ebfb2b049f914df387dd73 +SIZE (svnup-0.73.tar.xz) = 17756 |