From owner-svn-ports-head@FreeBSD.ORG Sat Feb 15 16:48:16 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1D19307; Sat, 15 Feb 2014 16:48:16 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC86B165B; Sat, 15 Feb 2014 16:48:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FGmGTY004931; Sat, 15 Feb 2014 16:48:16 GMT (envelope-from lev@svn.freebsd.org) Received: (from lev@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FGmGAK004930; Sat, 15 Feb 2014 16:48:16 GMT (envelope-from lev@svn.freebsd.org) Message-Id: <201402151648.s1FGmGAK004930@svn.freebsd.org> From: "Lev A. Serebryakov" Date: Sat, 15 Feb 2014 16:48:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344439 - head/devel/subversion 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.17 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: Sat, 15 Feb 2014 16:48:17 -0000 Author: lev Date: Sat Feb 15 16:48:16 2014 New Revision: 344439 URL: http://svnweb.freebsd.org/changeset/ports/344439 QAT: https://qat.redports.org/buildarchive/r344439/ Log: Quick fix for previous commit. Modified: head/devel/subversion/pkg-plist Modified: head/devel/subversion/pkg-plist ============================================================================== --- head/devel/subversion/pkg-plist Sat Feb 15 16:47:45 2014 (r344438) +++ head/devel/subversion/pkg-plist Sat Feb 15 16:48:16 2014 (r344439) @@ -17,7 +17,7 @@ bin/svnrdump %%SVNSERVE_WRAPPER%%@unexec if cmp -s %D/bin/svnserve.sample %D/bin/svnserve; then rm -r %D/bin/svnserve; fi %%SVNSERVE_WRAPPER%%bin/svnserve.bin %%SVNSERVE_WRAPPER%%bin/svnserve.sample -%%SVNSERVE_WRAPPER%%@exec if [ ! -f %D/bin/svnserve ] ; then cp -p %D/%F %B/bin/svnserve; fi +%%SVNSERVE_WRAPPER%%@exec if [ ! -f %D/bin/svnserve ] ; then cp -p %D/%F %B/svnserve; fi bin/svnsync bin/svnversion include/subversion-1/mod_authz_svn.h