aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-08-06 07:19:36 +0800
committerdougb <dougb@FreeBSD.org>2012-08-06 07:19:36 +0800
commitf0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch)
tree1ed78841e1757014ccc09581c61c3683992d3f77 /audio
parent37b2a027341f57b44383efc005905ca41779dce6 (diff)
downloadfreebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz
freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.zst
freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Diffstat (limited to 'audio')
-rw-r--r--audio/gnump3d/Makefile2
-rw-r--r--audio/gnump3d/files/gnump3d.in (renamed from audio/gnump3d/files/gnump3d.sh.in)2
-rw-r--r--audio/icecast2/Makefile2
-rw-r--r--audio/icecast2/files/icecast2.in (renamed from audio/icecast2/files/icecast2.sh.in)0
-rw-r--r--audio/ices0/Makefile2
-rw-r--r--audio/ices0/files/ices0.in (renamed from audio/ices0/files/ices0.sh.in)0
-rw-r--r--audio/liquidsoap/Makefile2
-rw-r--r--audio/liquidsoap/files/liquidsoap.in (renamed from audio/liquidsoap/files/liquidsoap.sh.in)2
-rw-r--r--audio/squeezeboxserver/Makefile2
-rw-r--r--audio/squeezeboxserver/files/squeezeboxserver.in (renamed from audio/squeezeboxserver/files/squeezeboxserver.sh.in)0
-rw-r--r--audio/ventrilo-server/Makefile2
-rw-r--r--audio/ventrilo-server/files/ventrilo-server.in (renamed from audio/ventrilo-server/files/ventrilo-server.sh.in)0
12 files changed, 10 insertions, 6 deletions
diff --git a/audio/gnump3d/Makefile b/audio/gnump3d/Makefile
index c7b5b9a23b05..066aeafad9ee 100644
--- a/audio/gnump3d/Makefile
+++ b/audio/gnump3d/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= lame:${PORTSDIR}/audio/lame \
USE_BZIP2= yes
USE_PERL5_RUN= 5.8.0+
NO_BUILD= yes
-USE_RC_SUBR= gnump3d.sh
+USE_RC_SUBR= gnump3d
SUB_LIST+= PERL=${PERL}
MAN1= gnump3d-index.1 gnump3d-top.1 gnump3d.1 gnump3d.conf.1
diff --git a/audio/gnump3d/files/gnump3d.sh.in b/audio/gnump3d/files/gnump3d.in
index e68f1c1cf09c..4f0dfb2dd5a9 100644
--- a/audio/gnump3d/files/gnump3d.sh.in
+++ b/audio/gnump3d/files/gnump3d.in
@@ -1,4 +1,6 @@
#!/bin/sh
+
+# $FreeBSD$
#
# PROVIDE: gnump3d
# REQUIRE: DAEMON NETWORKING LOGIN
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index d8eb7a57b9b7..a0a8c620576c 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -28,7 +28,7 @@ LICENSE= GPLv2
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_RC_SUBR= icecast2.sh
+USE_RC_SUBR= icecast2
SUB_FILES+= pkg-message
CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE}
CFLAGS+= -I${LOCALBASE}/include
diff --git a/audio/icecast2/files/icecast2.sh.in b/audio/icecast2/files/icecast2.in
index 05f0f7494cb2..05f0f7494cb2 100644
--- a/audio/icecast2/files/icecast2.sh.in
+++ b/audio/icecast2/files/icecast2.in
diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile
index 48df1919ced8..1eaeb1234bc9 100644
--- a/audio/ices0/Makefile
+++ b/audio/ices0/Makefile
@@ -26,7 +26,7 @@ USE_PERL5= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
LATEST_LINK= ices0
-USE_RC_SUBR= ices0.sh
+USE_RC_SUBR= ices0
SUB_FILES+= message message-bin
CONFIGURE_ARGS+=--program-suffix=0
diff --git a/audio/ices0/files/ices0.sh.in b/audio/ices0/files/ices0.in
index 698128f462d7..698128f462d7 100644
--- a/audio/ices0/files/ices0.sh.in
+++ b/audio/ices0/files/ices0.in
diff --git a/audio/liquidsoap/Makefile b/audio/liquidsoap/Makefile
index a4698d6a2e55..054c8a030571 100644
--- a/audio/liquidsoap/Makefile
+++ b/audio/liquidsoap/Makefile
@@ -67,7 +67,7 @@ MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
-USE_RC_SUBR= liquidsoap.sh
+USE_RC_SUBR= liquidsoap
USE_OCAML= yes
NO_OCAML_RUNDEPENDS= yes
diff --git a/audio/liquidsoap/files/liquidsoap.sh.in b/audio/liquidsoap/files/liquidsoap.in
index bc7bb18b0872..df7420e2abd1 100644
--- a/audio/liquidsoap/files/liquidsoap.sh.in
+++ b/audio/liquidsoap/files/liquidsoap.in
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+#
# PROVIDE: liquidsoap
# REQUIRE: NETWORKING icecast2 shoutcast
# KEYWORD: shutdown
diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile
index a1d33083119a..7773f38a4369 100644
--- a/audio/squeezeboxserver/Makefile
+++ b/audio/squeezeboxserver/Makefile
@@ -77,7 +77,7 @@ RUN_DEPENDS+= shorten:${PORTSDIR}/audio/shorten
RUN_DEPENDS+= sox:${PORTSDIR}/audio/sox
.endif
-USE_RC_SUBR= squeezeboxserver.sh
+USE_RC_SUBR= squeezeboxserver
TMP_SLIMDIR= ${WRKDIR}/_squeezeboxserver
TMP_DOCSDIR= ${WRKDIR}/doc
DOCFILES= Changelog.html Installation.txt License.txt
diff --git a/audio/squeezeboxserver/files/squeezeboxserver.sh.in b/audio/squeezeboxserver/files/squeezeboxserver.in
index 833ea1871af0..833ea1871af0 100644
--- a/audio/squeezeboxserver/files/squeezeboxserver.sh.in
+++ b/audio/squeezeboxserver/files/squeezeboxserver.in
diff --git a/audio/ventrilo-server/Makefile b/audio/ventrilo-server/Makefile
index c72b8decfbf2..6100d51aecdf 100644
--- a/audio/ventrilo-server/Makefile
+++ b/audio/ventrilo-server/Makefile
@@ -25,7 +25,7 @@ IA32_BINARY_PORT= yes
NO_BUILD= yes
RESTRICTED= Redistribution of pre-compiled binaries is not permitted
INSTALL_DIR= ${PREFIX}/ventrilo-server
-USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}.sh
+USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX}
VENT_USER= ${PORTNAME}
USERS= ${VENT_USER}
GROUPS= ${USERS}
diff --git a/audio/ventrilo-server/files/ventrilo-server.sh.in b/audio/ventrilo-server/files/ventrilo-server.in
index f638cd279564..f638cd279564 100644
--- a/audio/ventrilo-server/files/ventrilo-server.sh.in
+++ b/audio/ventrilo-server/files/ventrilo-server.in