From owner-svn-ports-head@FreeBSD.ORG Fri Jun 21 06:03:26 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0F73F1CE; Fri, 21 Jun 2013 06:03:26 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 026D61AE2; Fri, 21 Jun 2013 06:03:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5L63Ppe050731; Fri, 21 Jun 2013 06:03:25 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5L63PQ1050728; Fri, 21 Jun 2013 06:03:25 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201306210603.r5L63PQ1050728@svn.freebsd.org> From: Jason Helfman Date: Fri, 21 Jun 2013 06:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321443 - head/net/svnup X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 06:03:26 -0000 Author: jgh Date: Fri Jun 21 06:03:25 2013 New Revision: 321443 URL: http://svnweb.freebsd.org/changeset/ports/321443 Log: - update to 0.96 svnup-0.96 - 19 June 2013 - Added a command line option for overriding the location where the lists of known files are stored. - Simplified the procedure that removes (prunes) local files. Submitted by: jcm@visi.com (maintainer) Modified: head/net/svnup/Makefile head/net/svnup/distinfo Modified: head/net/svnup/Makefile ============================================================================== --- head/net/svnup/Makefile Fri Jun 21 05:58:33 2013 (r321442) +++ head/net/svnup/Makefile Fri Jun 21 06:03:25 2013 (r321443) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ LOCAL/jgh/net/${PORTNAME}/ Modified: head/net/svnup/distinfo ============================================================================== --- head/net/svnup/distinfo Fri Jun 21 05:58:33 2013 (r321442) +++ head/net/svnup/distinfo Fri Jun 21 06:03:25 2013 (r321443) @@ -1,2 +1,2 @@ -SHA256 (svnup-0.95.tar.xz) = 03fad644168b0aa514cf9b6e955d8ac8ca9dee5d55a3b6dece40c206aae66430 -SIZE (svnup-0.95.tar.xz) = 18120 +SHA256 (svnup-0.96.tar.xz) = 5563ee65535a5b4e1d659e4b86d341306a84080055a9b73185aa605b4d5a3018 +SIZE (svnup-0.96.tar.xz) = 18240