Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Sep 2015 11:15:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396468 - head/devel/subversion
Message-ID:  <201509091115.t89BF2ri046110@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509091115.t89BF2ri046110>