From ohauer@gmx.de  Sat Aug 22 19:26:46 2009
Return-Path: <ohauer@gmx.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 41382106568D
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Aug 2009 19:26:46 +0000 (UTC)
	(envelope-from ohauer@gmx.de)
Received: from mail.gmx.net (mail.gmx.net [213.165.64.20])
	by mx1.freebsd.org (Postfix) with SMTP id A5E858FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 22 Aug 2009 19:26:45 +0000 (UTC)
Received: (qmail invoked by alias); 22 Aug 2009 19:26:44 -0000
Received: from u18-124.dsl.vianetworks.de (EHLO u18-124.dsl.vianetworks.de) [194.231.39.124]
  by mail.gmx.net (mp045) with SMTP; 22 Aug 2009 21:26:44 +0200
Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100)
	id 99B7E26145; Sat, 22 Aug 2009 21:26:40 +0200 (CEST)
Message-Id: <20090822192640.99B7E26145@u18-124.dsl.vianetworks.de>
Date: Sat, 22 Aug 2009 21:26:40 +0200 (CEST)
From: olli hauer <ohauer@gmx.de>
Reply-To: olli hauer <ohauer@gmx.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ohauer@gmx.de
Subject: [patch] port devel/subversion: update to 1.6.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         138077
>Category:       ports
>Synopsis:       [patch] port devel/subversion: update to 1.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lev
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 22 19:30:35 UTC 2009
>Closed-Date:    Tue Aug 25 11:54:15 UTC 2009
>Last-Modified:  Tue Aug 25 12:00:09 UTC 2009
>Originator:     olli hauer <ohauer@gmx.de>
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:


>Description:
Version 1.6.5
(21 Aug 2009, from /branches/1.6.x)
http://svn.collab.net/repos/svn/tags/1.6.5

 User-visible changes:
  * fix mod_dav_svn directory view links to preserve peg revisions (r38201)
  * do not error on Windows when ALLUSERPROFILE dir nonexistent (r38053, -5, -7)
  * properly escape lock comments over ra_neon (r38101, -2)
  * allow syncing copies of '/' over ra_neon and ra_serf (issue #3438)
  * make 'svnlook diff' show empty added or deleted files (r38458)
  * fix building with Apache 2.4 (r36720)
  * fix possible data loss on ext4 and GPFS filesystems (issue #3442)
  * resolve symlinks when checking for ~/.subversion (r36023)
  * don't let svn+ssh SIGKILL ssh processes (issue #2580)
  * allow PLAIN and LOGIN mechanisms with SASL in svnserve (r38205)
  * fix peg revision parsing in filenames like 'dir/@file.txt' (issue #3416)
  * fix detection of Apache <2.0.56 (r38290, -3, -4)
  * don't pretend to do tree conflict resolution (r38799, -801, -805)
  * fix data corruption when syncing from svnserve to mod_dav_svn (r38686, -7)
  * fix GNOME Keyring with '--non-interactive' option (r38222, -3, -61, -410)
  * fixed: false "File '...' already exists" error during commit (issue #3119)

 Developer-visible changes:
  * avoid referencing uninitialized variables (r38388)
  * plug a couple of error leaks (r38572)
  * improve windows test output (r38616, -7, -9, -49)

>How-To-Repeat:
>Fix:


--- patch_subversion-1.6.5.txt begins here ---
Index: Makefile.common
===================================================================
--- Makefile.common
+++ Makefile.common
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/devel/subversion/Makefile.common,v 1.23 2009/08/06 22:06:35 simon Exp $
 
 PORTNAME=	subversion
-PORTVERSION=	1.6.4
+PORTVERSION=	1.6.5
 PORTREVISION?=	0
 CATEGORIES+=	devel
 MASTER_SITES=	http://subversion.tigris.org/downloads/:main \
Index: distinfo
===================================================================
--- distinfo
+++ distinfo
@@ -1,6 +1,6 @@
-MD5 (subversion/subversion-1.6.4.tar.bz2) = 11e3fa838c9a558cadc378f2807572e2
-SHA256 (subversion/subversion-1.6.4.tar.bz2) = 7c9bf6e6737c84fe3707206c0ca7e1e163cf6a74172289f850936fbbc0af0e52
-SIZE (subversion/subversion-1.6.4.tar.bz2) = 5484272
+MD5 (subversion/subversion-1.6.5.tar.bz2) = 1a53a0e72bee0bf814f4da83a9b6a636
+SHA256 (subversion/subversion-1.6.5.tar.bz2) = 64331bda459e984b8d369b449eec89daa2f3cd288186f1d2a9ad8011badd4dad
+SIZE (subversion/subversion-1.6.5.tar.bz2) = 5491251
 MD5 (subversion/svn-book-html.tar.bz2) = b5c8723bf2951e93bc468441ebc71011
 SHA256 (subversion/svn-book-html.tar.bz2) = 5c4788e1f225b3186db5979b071fcc4c9543bfb5916cd62e003eea4507b8c8cb
 SIZE (subversion/svn-book-html.tar.bz2) = 406484
--- patch_subversion-1.6.5.txt ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lev 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Aug 22 19:30:46 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138077 
State-Changed-From-To: open->closed 
State-Changed-By: lev 
State-Changed-When: Tue Aug 25 11:54:01 UTC 2009 
State-Changed-Why:  

Committed, thanks! 


http://www.freebsd.org/cgi/query-pr.cgi?pr=138077 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138077: commit references a PR
Date: Tue, 25 Aug 2009 11:53:39 +0000 (UTC)

 lev         2009-08-25 11:53:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/ruby-subversion Makefile 
     devel/subversion     Makefile.common distinfo 
   Added files:
     devel/subversion/files patch-configure 
   Log:
     (1) Update to 1.6.5
     (2) Unbroke Ruby bindings
   
   PR:             [1] ports/138077, [2] ports/136621
   
   Revision  Changes    Path
   1.10      +1 -1      ports/devel/ruby-subversion/Makefile
   1.24      +2 -2      ports/devel/subversion/Makefile.common
   1.70      +3 -3      ports/devel/subversion/distinfo
   1.17      +14 -0     ports/devel/subversion/files/patch-configure (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
