diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-18 00:42:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-18 00:42:02 +0800 |
commit | 286a230d3958beb8212d80f5b0af9feecccdb520 (patch) | |
tree | 32c8c00dd4243d7a6d59cc6e33fe34999682c676 /audio | |
parent | 420b2e04a342b7f7a42256c13985b501535e2309 (diff) | |
download | freebsd-ports-gnome-286a230d3958beb8212d80f5b0af9feecccdb520.tar.gz freebsd-ports-gnome-286a230d3958beb8212d80f5b0af9feecccdb520.tar.zst freebsd-ports-gnome-286a230d3958beb8212d80f5b0af9feecccdb520.zip |
- Update to 2.4.0
- Simplify Makefile
Changes: http://svn.xiph.org/icecast/trunk/icecast/ChangeLog
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast2/Makefile | 13 | ||||
-rw-r--r-- | audio/icecast2/distinfo | 4 | ||||
-rw-r--r-- | audio/icecast2/pkg-plist | 33 |
3 files changed, 6 insertions, 44 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index f29f25477a55..5a536d2354ad 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= icecast2 -PORTVERSION= 2.3.3 -PORTREVISION= 2 +PORTVERSION= 2.4.0 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://downloads.xiph.org/releases/icecast/:source \ @@ -38,16 +37,12 @@ WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} DATADIR= ${PREFIX}/share/icecast DOCSDIR= ${PREFIX}/share/doc/icecast +PLIST_FILES= bin/icecast \ + etc/icecast.xml.sample +PORTDATA= * PORTDOCS= * SUB_FILES= pkg-message -.include <bsd.port.options.mk> - -post-patch: -.if !${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||; s| install-exec-am install-data-am| install-exec-am|' ${WRKSRC}/Makefile.in -.endif - post-install: ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/favicon.ico ${STAGEDIR}${DATADIR}/web/ diff --git a/audio/icecast2/distinfo b/audio/icecast2/distinfo index 8582379ececb..22d4076f7af1 100644 --- a/audio/icecast2/distinfo +++ b/audio/icecast2/distinfo @@ -1,4 +1,4 @@ -SHA256 (icecast/icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d -SIZE (icecast/icecast-2.3.3.tar.gz) = 1161774 +SHA256 (icecast/icecast-2.4.0.tar.gz) = 17b7e957e1b16a576efaabd69c15126e84ce98d3791ccee4546b72c0c6460f32 +SIZE (icecast/icecast-2.4.0.tar.gz) = 1087795 SHA256 (icecast/favicon.ico) = 6e22f7e26d2f97e9c1b7840458bcd29a81a6ad3433248506f56cdc305ec7487e SIZE (icecast/favicon.ico) = 1406 diff --git a/audio/icecast2/pkg-plist b/audio/icecast2/pkg-plist index ff46720ba269..e69de29bb2d1 100644 --- a/audio/icecast2/pkg-plist +++ b/audio/icecast2/pkg-plist @@ -1,33 +0,0 @@ -bin/icecast -etc/icecast.xml.sample -%%DATADIR%%/admin/listclients.xsl -%%DATADIR%%/admin/listmounts.xsl -%%DATADIR%%/admin/manageauth.xsl -%%DATADIR%%/admin/moveclients.xsl -%%DATADIR%%/admin/response.xsl -%%DATADIR%%/admin/stats.xsl -%%DATADIR%%/admin/updatemetadata.xsl -%%DATADIR%%/admin/vclt.xsl -%%DATADIR%%/admin/xspf.xsl -%%DATADIR%%/doc/icecast.xml.dist -%%DATADIR%%/doc/icecast_minimal.xml.dist -%%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist -%%DATADIR%%/doc/icecast_urlauth.xml.dist -%%DATADIR%%/web/auth.xsl -%%DATADIR%%/web/corner_bottomleft.jpg -%%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 -%%DATADIR%%/web/server_version.xsl -%%DATADIR%%/web/status.xsl -%%DATADIR%%/web/status2.xsl -%%DATADIR%%/web/style.css -%%DATADIR%%/web/tunein.png -@dirrm %%DATADIR%%/web -@dirrm %%DATADIR%%/doc -@dirrm %%DATADIR%%/admin -@dirrm %%DATADIR%% |