aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-09 19:15:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-09 19:15:01 +0800
commit043fb3f76e7338e52c61996994f5bb0674f3cf13 (patch)
tree2018bea88f42ffe2559401f41d806c1a9f4a3546
parentbe78bdfa37134193fce3deb6045c158e7813500f (diff)
downloadfreebsd-ports-gnome-043fb3f76e7338e52c61996994f5bb0674f3cf13.tar.gz
freebsd-ports-gnome-043fb3f76e7338e52c61996994f5bb0674f3cf13.tar.zst
freebsd-ports-gnome-043fb3f76e7338e52c61996994f5bb0674f3cf13.zip
- Fix shebangs
- Switch to @sample Approved by: portmgr blanket
-rw-r--r--devel/subversion/Makefile2
-rw-r--r--devel/subversion/Makefile.common5
-rw-r--r--devel/subversion/pkg-plist4
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile
index 594f7cda7a36..bbb3df03694c 100644
--- a/devel/subversion/Makefile
+++ b/devel/subversion/Makefile
@@ -1,7 +1,7 @@
# Created by: rooneg@electricjellyfish.net
# $FreeBSD$
-PORTREVISION= 1
+PORTREVISION= 2
MAINTAINER= lev@FreeBSD.org
COMMENT= Version control system
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index 648b980e4352..caa7da065411 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -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
diff --git a/devel/subversion/pkg-plist b/devel/subversion/pkg-plist
index a7258046b0b8..84ea9f77ba34 100644
--- a/devel/subversion/pkg-plist
+++ b/devel/subversion/pkg-plist
@@ -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