aboutsummaryrefslogtreecommitdiffstats
path: root/audio/icecast2
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2010-08-16 23:23:57 +0800
committerohauer <ohauer@FreeBSD.org>2010-08-16 23:23:57 +0800
commit718e6a5e2af08a87d9f4fd22f52c76ae4d4ed2de (patch)
tree244578da037b0f51ce8d2e7e79ba6463ed71f767 /audio/icecast2
parent14c75d4a20e818e84c6e06acb9f9847cd571931f (diff)
downloadfreebsd-ports-gnome-718e6a5e2af08a87d9f4fd22f52c76ae4d4ed2de.tar.gz
freebsd-ports-gnome-718e6a5e2af08a87d9f4fd22f52c76ae4d4ed2de.tar.zst
freebsd-ports-gnome-718e6a5e2af08a87d9f4fd22f52c76ae4d4ed2de.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)
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"