aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2010-08-16 15:23:57 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2010-08-16 15:23:57 +0000
commit60810ded7cfe5b5520256d517426e2c8cc506164 (patch)
tree73c0f9d5232cbfd6b6b9aadc02ca33123d815c6b /audio/icecast2
parentfd5d554e160bd632981bd0eb200893c4bef4de8a (diff)
downloadports-60810ded7cfe5b5520256d517426e2c8cc506164.tar.gz
ports-60810ded7cfe5b5520256d517426e2c8cc506164.zip
- add reload command to rc script
- connect to license framework PR: 147921 Submitted by: Ralf Gebhart <gebhart _at_ secnetix.de> Reviewed by: maintainer, glarkin (mentor)
Notes
Notes: svn path=/head/; revision=259351
Diffstat (limited to 'audio/icecast2')
-rw-r--r--audio/icecast2/Makefile4
-rw-r--r--audio/icecast2/files/icecast2.sh.in1
2 files changed, 4 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index df4fd8172b98..5918060eaef4 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,7 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.3.2
-PORTREVISION= 6
+PORTREVISION= 7
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \
@@ -24,6 +24,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
vorbis.4:${PORTSDIR}/audio/libvorbis \
xslt.2:${PORTSDIR}/textproc/libxslt
+LICENSE= GPLv2
+
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_RC_SUBR= icecast2.sh
diff --git a/audio/icecast2/files/icecast2.sh.in b/audio/icecast2/files/icecast2.sh.in
index 6d3edb2a5e80..caa5edee2448 100644
--- a/audio/icecast2/files/icecast2.sh.in
+++ b/audio/icecast2/files/icecast2.sh.in
@@ -28,6 +28,7 @@ rcvar=`set_rcvar`
command="%%PREFIX%%/bin/icecast"
command_args="-b 1>/dev/null"
+extra_commands="reload"
# read configuration and set defaults
load_rc_config "$name"