From owner-svn-ports-all@freebsd.org Wed Sep 9 11:15:03 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4CE14A003D0; Wed, 9 Sep 2015 11:15:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 244411DB0; Wed, 9 Sep 2015 11:15:03 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89BF3mA046115; Wed, 9 Sep 2015 11:15:03 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89BF2ri046110; Wed, 9 Sep 2015 11:15:02 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201509091115.t89BF2ri046110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2015 11:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396468 - 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-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 09 Sep 2015 11:15:03 -0000 Author: amdmi3 Date: Wed Sep 9 11:15:01 2015 New Revision: 396468 URL: https://svnweb.freebsd.org/changeset/ports/396468 Log: - Fix shebangs - Switch to @sample Approved by: portmgr blanket Modified: head/devel/subversion/Makefile head/devel/subversion/Makefile.common head/devel/subversion/pkg-plist Modified: head/devel/subversion/Makefile ============================================================================== --- head/devel/subversion/Makefile Wed Sep 9 11:14:47 2015 (r396467) +++ head/devel/subversion/Makefile Wed Sep 9 11:15:01 2015 (r396468) @@ -1,7 +1,7 @@ # Created by: rooneg@electricjellyfish.net # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= lev@FreeBSD.org COMMENT= Version control system Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Wed Sep 9 11:14:47 2015 (r396467) +++ head/devel/subversion/Makefile.common Wed Sep 9 11:15:01 2015 (r396468) @@ -9,7 +9,10 @@ MASTER_SITES= APACHE/subversion DIST_SUBDIR= subversion18 GNU_CONFIGURE= yes -USES+= tar:bzip2 pkgconfig libtool cpe +USES+= cpe libtool pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= tools/server-side/svnpubsub/rc.d/svnpubsub.solaris \ + tools/server-side/svnpubsub/rc.d/svnwcsub.solaris +bash_OLD_CMD= /usr/bin/bash LICENSE= APACHE20 Modified: head/devel/subversion/pkg-plist ============================================================================== --- head/devel/subversion/pkg-plist Wed Sep 9 11:14:47 2015 (r396467) +++ head/devel/subversion/pkg-plist Wed Sep 9 11:15:01 2015 (r396468) @@ -17,10 +17,8 @@ bin/svnmucc %%TOOLS%%bin/svnraisetreeconflict bin/svnrdump %%NO_SVNSERVE_WRAPPER%%bin/svnserve -%%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/svnserve; fi +%%SVNSERVE_WRAPPER%%@sample bin/svnserve.sample bin/svnsync bin/svnversion include/subversion-1/mod_authz_svn.h