From owner-svn-ports-all@FreeBSD.ORG Fri May 10 01:08:38 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FB827F2; Fri, 10 May 2013 01:08:38 +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 400C1EFD; Fri, 10 May 2013 01:08:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4A18be2024896; Fri, 10 May 2013 01:08:37 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4A18bhr024893; Fri, 10 May 2013 01:08:37 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201305100108.r4A18bhr024893@svn.freebsd.org> From: Jason Helfman Date: Fri, 10 May 2013 01:08:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317756 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 May 2013 01:08:38 -0000 Author: jgh Date: Fri May 10 01:08:37 2013 New Revision: 317756 URL: http://svnweb.freebsd.org/changeset/ports/317756 Log: - update to 0.71 svnup-0.71 - 9 May 2013 - Fixed a bug with the -V command line option not displaying the version number. - Code cleanup - special thanks to Eitan Adler . - Changed the default directory for storing "known files" to /var/tmp/svnup/ in svnup.conf. Submitted by: maintainer, via mail Modified: head/net/svnup/Makefile head/net/svnup/distinfo Modified: head/net/svnup/Makefile ============================================================================== --- head/net/svnup/Makefile Thu May 9 23:05:56 2013 (r317755) +++ head/net/svnup/Makefile Fri May 10 01:08:37 2013 (r317756) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= svnup -PORTVERSION= 0.70 +PORTVERSION= 0.71 CATEGORIES= net MASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ \ LOCAL/jgh/net/${PORTNAME}/ \ Modified: head/net/svnup/distinfo ============================================================================== --- head/net/svnup/distinfo Thu May 9 23:05:56 2013 (r317755) +++ head/net/svnup/distinfo Fri May 10 01:08:37 2013 (r317756) @@ -1,2 +1,2 @@ -SHA256 (svnup-0.70.tar.xz) = 61de41a60f170704b11a110b5d5f32e43f56cb21acfe2d4d9eb62d5dbc08836a -SIZE (svnup-0.70.tar.xz) = 16096 +SHA256 (svnup-0.71.tar.xz) = 9307854aba3c8dc4b77761e90d9b2706c13bef1315193df2f3902a0c6e3aa360 +SIZE (svnup-0.71.tar.xz) = 16172