Date: Tue, 6 Nov 2018 21:09:42 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484332 - head/audio/icecast Message-ID: <201811062109.wA6L9g01080268@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Nov 6 21:09:42 2018 New Revision: 484332 URL: https://svnweb.freebsd.org/changeset/ports/484332 Log: Update to 2.4.4 - Update MASTER_SITES - Fix LIB_DEPENDS - Use USES=gnome Changes: https://gitlab.xiph.org/xiph/icecast-server/raw/release-2.4.4/ChangeLog Modified: head/audio/icecast/Makefile head/audio/icecast/distinfo Modified: head/audio/icecast/Makefile ============================================================================== --- head/audio/icecast/Makefile Tue Nov 6 21:08:56 2018 (r484331) +++ head/audio/icecast/Makefile Tue Nov 6 21:09:42 2018 (r484332) @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= icecast -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 PORTEPOCH= 1 CATEGORIES= audio net ipv6 -MASTER_SITES= http://downloads.xiph.org/releases/icecast/:source \ - http://svn.xiph.org/releases/icecast/:source \ +MASTER_SITES= https://downloads.xiph.org/releases/icecast/:source \ + https://svn.xiph.org/releases/icecast/:source \ LOCAL/sunpoet/icecast:icon,source \ - http://www.icecast.org/:icon + https://github.com/xiph/Icecast-Server/raw/master/web/:icon DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source \ favicon.ico:icon DIST_SUBDIR= icecast @@ -22,17 +21,16 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ - libshout.so:audio/libshout \ + libogg.so:audio/libogg \ libspeex.so:audio/speex \ libtheora.so:multimedia/libtheora \ - libvorbis.so:audio/libvorbis \ - libxslt.so:textproc/libxslt + libvorbis.so:audio/libvorbis OPTIONS_DEFINE= DOCS -USES= cpe gmake localbase +USES= cpe gmake gnome localbase ssl +USE_GNOME= libxml2 libxslt -CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} GNU_CONFIGURE= yes USE_RC_SUBR= ${PORTNAME} Modified: head/audio/icecast/distinfo ============================================================================== --- head/audio/icecast/distinfo Tue Nov 6 21:08:56 2018 (r484331) +++ head/audio/icecast/distinfo Tue Nov 6 21:09:42 2018 (r484332) @@ -1,4 +1,5 @@ -SHA256 (icecast/icecast-2.4.3.tar.gz) = c85ca48c765d61007573ee1406a797ae6cb31fb5961a42e7f1c87adb45ddc592 -SIZE (icecast/icecast-2.4.3.tar.gz) = 2393358 +TIMESTAMP = 1541182977 +SHA256 (icecast/icecast-2.4.4.tar.gz) = 49b5979f9f614140b6a38046154203ee28218d8fc549888596a683ad604e4d44 +SIZE (icecast/icecast-2.4.4.tar.gz) = 2360592 SHA256 (icecast/favicon.ico) = 6e22f7e26d2f97e9c1b7840458bcd29a81a6ad3433248506f56cdc305ec7487e SIZE (icecast/favicon.ico) = 1406
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811062109.wA6L9g01080268>