svn commit: r319735 - head/net/svnup

Jason Helfman jgh at FreeBSD.org
Mon Jun 3 00:11:33 UTC 2013


Author: jgh
Date: Mon Jun  3 00:11:32 2013
New Revision: 319735
URL: http://svnweb.freebsd.org/changeset/ports/319735

Log:
  - 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 at visi.com) via mail

Modified:
  head/net/svnup/Makefile
  head/net/svnup/distinfo

Modified: head/net/svnup/Makefile
==============================================================================
--- head/net/svnup/Makefile	Sun Jun  2 23:43:55 2013	(r319734)
+++ head/net/svnup/Makefile	Mon Jun  3 00:11:32 2013	(r319735)
@@ -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 at 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
 

Modified: head/net/svnup/distinfo
==============================================================================
--- head/net/svnup/distinfo	Sun Jun  2 23:43:55 2013	(r319734)
+++ head/net/svnup/distinfo	Mon Jun  3 00:11:32 2013	(r319735)
@@ -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


More information about the svn-ports-all mailing list