svn commit: r396468 - head/devel/subversion

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 9 11:15:03 UTC 2015


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 at electricjellyfish.net
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 
 MAINTAINER=	lev at 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


More information about the svn-ports-all mailing list