From owner-svn-ports-all@FreeBSD.ORG Fri Sep 13 16:55:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0CF0BD2; Fri, 13 Sep 2013 16:55:53 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3C3F2E9C; Fri, 13 Sep 2013 16:55:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8DGtqbF019468; Fri, 13 Sep 2013 16:55:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8DGtqOO019464; Fri, 13 Sep 2013 16:55:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309131655.r8DGtqOO019464@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Sep 2013 16:55:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327167 - head/audio/icecast2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 16:55:53 -0000 Author: sunpoet Date: Fri Sep 13 16:55:51 2013 New Revision: 327167 URL: http://svnweb.freebsd.org/changeset/ports/327167 Log: - Add favicon.ico - Bump PORTREVISION for package change PR: ports/161763 Submitted by: Takefu Modified: head/audio/icecast2/Makefile head/audio/icecast2/distinfo head/audio/icecast2/pkg-plist Modified: head/audio/icecast2/Makefile ============================================================================== --- head/audio/icecast2/Makefile Fri Sep 13 16:38:03 2013 (r327166) +++ head/audio/icecast2/Makefile Fri Sep 13 16:55:51 2013 (r327167) @@ -3,12 +3,17 @@ PORTNAME= icecast2 PORTVERSION= 2.3.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 -MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \ - http://svn.xiph.org/releases/icecast/ \ - LOCAL/sunpoet -DISTNAME= icecast-${PORTVERSION} +MASTER_SITES= http://downloads.xiph.org/releases/icecast/:source \ + http://svn.xiph.org/releases/icecast/:source \ + LOCAL/sunpoet:source \ + http://www.icecast.org/:icon +DISTFILES= icecast-${PORTVERSION}${EXTRACT_SUFX}:source \ + favicon.ico:icon +DIST_SUBDIR= icecast +EXTRACT_ONLY= icecast-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Streaming mp3/ogg-vorbis audio server @@ -44,6 +49,7 @@ post-patch: .endif post-install: + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${DATADIR}/web/ @${CAT} ${PKGMESSAGE} .include Modified: head/audio/icecast2/distinfo ============================================================================== --- head/audio/icecast2/distinfo Fri Sep 13 16:38:03 2013 (r327166) +++ head/audio/icecast2/distinfo Fri Sep 13 16:55:51 2013 (r327167) @@ -1,2 +1,4 @@ -SHA256 (icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d -SIZE (icecast-2.3.3.tar.gz) = 1161774 +SHA256 (icecast/icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d +SIZE (icecast/icecast-2.3.3.tar.gz) = 1161774 +SHA256 (icecast/favicon.ico) = 6e22f7e26d2f97e9c1b7840458bcd29a81a6ad3433248506f56cdc305ec7487e +SIZE (icecast/favicon.ico) = 1406 Modified: head/audio/icecast2/pkg-plist ============================================================================== --- head/audio/icecast2/pkg-plist Fri Sep 13 16:38:03 2013 (r327166) +++ head/audio/icecast2/pkg-plist Fri Sep 13 16:55:51 2013 (r327167) @@ -18,6 +18,7 @@ etc/icecast.xml.sample %%DATADIR%%/web/corner_bottomright.jpg %%DATADIR%%/web/corner_topleft.jpg %%DATADIR%%/web/corner_topright.jpg +%%DATADIR%%/web/favicon.ico %%DATADIR%%/web/icecast.png %%DATADIR%%/web/key.gif %%DATADIR%%/web/key.png