Date: Fri, 13 Sep 2013 16:55:52 +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: r327167 - head/audio/icecast2 Message-ID: <201309131655.r8DGtqOO019464@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <takefu@airport.fm> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309131655.r8DGtqOO019464>