From owner-freebsd-ports-bugs@FreeBSD.ORG Thu May 17 14:50:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CC991065676 for ; Thu, 17 May 2012 14:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 673CF8FC19 for ; Thu, 17 May 2012 14:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4HEo258011410 for ; Thu, 17 May 2012 14:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4HEo2Rs011408; Thu, 17 May 2012 14:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 17 May 2012 14:50:02 GMT Resent-Message-Id: <201205171450.q4HEo2Rs011408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: by hub.freebsd.org (Postfix, from userid 1234) id 207D01065670; Thu, 17 May 2012 14:42:01 +0000 (UTC) Message-Id: <20120517144201.207D01065670@hub.freebsd.org> Date: Thu, 17 May 2012 14:42:01 +0000 (UTC) From: Olli Hauer To: X-Send-Pr-Version: 3.113 Cc: lev@FreeBSD.org Subject: ports/168013: [patch] port devel/subversion16 update to 1.6.18 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 14:50:02 -0000 >Number: 168013 >Category: ports >Synopsis: [patch] port devel/subversion update to 1.6.18 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 17 14:50:02 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: - update subversion16 to 1.6.18 PS: Please keep subversion 1.6 line as long as possible. I just want to make some of my devs happy and updated the servers to 1.7.x but some of our devs are using IntelliJ IDEA which use SVNKit which totally failed with subversion 1.7 so I had to downgrade all servers again :( ( Running subversion 1.6.8 now since a view weeks on the servers ) Changelog: ========== Version 1.6.18 (29 Mar 2012, from /branches/1.6.x) http://svn.apache.org/repos/asf/subversion/tags/1.6.18 User-visible changes: * reject invalid svn:mergeinfo at commit time over DAV (issue #3953) * fix reintegrate merge regression introduced in 1.6.13 (issue #3957) * make the stderr output of the post-commit hook XML-safe (r893478) * fix a rare source of FSFS corruption (r1240752) * plug a memory leak in the bdb backend (r1205726) * server-side performance fix for "log -g" (r1152282) * fix description of svndumpfilter's --targets option (r1151911) * fix datastream corruption during resumed transfer in ra_serf (r1154733) * fix a crash in ra_svn SASL authentication (r1166555, -678) * fix potential corruption on 32-bit FSFS with large files (r1230212) * make website links point to subversion.apache.org (r896893, -901, r915036) * fix non-fatal FSFS corruption bug with concurrent commits (issue #4129) Developer-visible changes: * fix sqlite distfile retrieval in get-deps.sh (r1134734) * fix swig-py memory leak (r1235264, -296, -302, -736) * allow passing --with-jdk to gen-make.py on Windows (r966167) >How-To-Repeat: >Fix: --- patch_subversion16.txt begins here --- Index: subversion16/Makefile.common =================================================================== RCS file: /home/pcvs/ports/devel/subversion16/Makefile.common,v retrieving revision 1.54 diff -u -r1.54 Makefile.common --- subversion16/Makefile.common 14 Feb 2012 22:50:59 -0000 1.54 +++ subversion16/Makefile.common 17 May 2012 14:01:06 -0000 @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= #please edit Makefile.inc for PORTVERSION, so ../svnmerge can stay in sync. -PORTREVISION?= 4 +#PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.5/:book Index: subversion16/Makefile.inc =================================================================== RCS file: /home/pcvs/ports/devel/subversion16/Makefile.inc,v retrieving revision 1.2 diff -u -r1.2 Makefile.inc --- subversion16/Makefile.inc 14 Feb 2012 22:50:59 -0000 1.2 +++ subversion16/Makefile.inc 17 May 2012 14:01:06 -0000 @@ -1,4 +1,4 @@ # $FreeBSD: ports/devel/subversion16/Makefile.inc,v 1.2 2012/02/14 22:50:59 scheidell Exp $ # this keeps subversion16 and ../svnmerge in sync, see pr 164854 -PORTVERSION= 1.6.17 +PORTVERSION= 1.6.18 Index: subversion16/distinfo =================================================================== RCS file: /home/pcvs/ports/devel/subversion16/distinfo,v retrieving revision 1.79 diff -u -r1.79 distinfo --- subversion16/distinfo 16 Oct 2011 14:31:47 -0000 1.79 +++ subversion16/distinfo 17 May 2012 14:01:06 -0000 @@ -1,5 +1,5 @@ -SHA256 (subversion/subversion-1.6.17.tar.bz2) = d629c657e171616d30cc0cbddf1011a065770813bfc32f78c6940d09ca868124 -SIZE (subversion/subversion-1.6.17.tar.bz2) = 5504298 +SHA256 (subversion/subversion-1.6.18.tar.bz2) = b50f073336249565c12dca1a4f4fef830f1d7492b3d39747f1635da2a8c6f188 +SIZE (subversion/subversion-1.6.18.tar.bz2) = 6816527 SHA256 (subversion/svn-book-html.tar.bz2) = 5c4788e1f225b3186db5979b071fcc4c9543bfb5916cd62e003eea4507b8c8cb SIZE (subversion/svn-book-html.tar.bz2) = 406484 SHA256 (subversion/svn-book.pdf) = 64e483cd27be6752eb8dfc1b00749f8dc46adfc4fb1ab1356dd8e2406d878225 --- patch_subversion16.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: