diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:29:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-11-25 02:29:16 +0800 |
commit | 9df57d44ff2e0d81a6a4963203430cde6afc3928 (patch) | |
tree | 885af373866b0225e8afbf3d04a0fcd877a84c4c /audio/icecast2 | |
parent | 1b17cd6064fe431c4aa679df7e75301dc31fe53a (diff) | |
download | freebsd-ports-gnome-9df57d44ff2e0d81a6a4963203430cde6afc3928.tar.gz freebsd-ports-gnome-9df57d44ff2e0d81a6a4963203430cde6afc3928.tar.zst freebsd-ports-gnome-9df57d44ff2e0d81a6a4963203430cde6afc3928.zip |
- Update to 2.4.1
Changes: http://svn.xiph.org/icecast/trunk/icecast/ChangeLog
http://svn.xiph.org/icecast/trunk/icecast/NEWS
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 4 | ||||
-rw-r--r-- | audio/icecast2/distinfo | 4 | ||||
-rw-r--r-- | audio/icecast2/files/pkg-message.in | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 5a536d2354ad..03d6f75b497c 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= icecast2 -PORTVERSION= 2.4.0 +PORTVERSION= 2.4.1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/:source \ http://svn.xiph.org/releases/icecast/:source \ - LOCAL/sunpoet:source \ + LOCAL/sunpoet/icecast:icon,source \ http://www.icecast.org/:icon DISTFILES= icecast-${PORTVERSION}${EXTRACT_SUFX}:source \ favicon.ico:icon diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo index 22d4076f7af1..8d8cd0e222cb 100644 --- a/audio/icecast2/distinfo +++ b/audio/icecast2/distinfo @@ -1,4 +1,4 @@ -SHA256 (icecast/icecast-2.4.0.tar.gz) = 17b7e957e1b16a576efaabd69c15126e84ce98d3791ccee4546b72c0c6460f32 -SIZE (icecast/icecast-2.4.0.tar.gz) = 1087795 +SHA256 (icecast/icecast-2.4.1.tar.gz) = 43f89ec301db1652740d1069bbc2c2e5244611fb86743dd5de90ce97a9a7454b +SIZE (icecast/icecast-2.4.1.tar.gz) = 2392650 SHA256 (icecast/favicon.ico) = 6e22f7e26d2f97e9c1b7840458bcd29a81a6ad3433248506f56cdc305ec7487e SIZE (icecast/favicon.ico) = 1406 diff --git a/audio/icecast2/files/pkg-message.in b/audio/icecast2/files/pkg-message.in index a8bf1570e255..03dc6fc55871 100644 --- a/audio/icecast2/files/pkg-message.in +++ b/audio/icecast2/files/pkg-message.in @@ -2,7 +2,7 @@ To start icecast at system boot, copy %%PREFIX%%/etc/icecast.xml.sample to %%PREFIX%%/etc/icecast.xml, customize to your environment as desired and add: -icecast_enable="YES" +icecast_enable="yes" to /etc/rc.conf. See the icecast -h command for optional additional flags. To specify an alternative config file for example add: |