diff options
Diffstat (limited to 'audio/holyshout')
-rw-r--r-- | audio/holyshout/Makefile | 7 | ||||
-rw-r--r-- | audio/holyshout/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/audio/holyshout/Makefile b/audio/holyshout/Makefile index c7bf5997851f..71854fe42a15 100644 --- a/audio/holyshout/Makefile +++ b/audio/holyshout/Makefile @@ -6,20 +6,21 @@ # PORTNAME= holyshout -PORTVERSION= 0.1.3 +PORTVERSION= 0.2 CATEGORIES= audio net MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ MAINTAINER= hollywar@mail.holywar.net COMMENT= Streaming audio to Icecast/shoutcast supports multiple bitrate stream +LIB_DEPENDS= shout.2:${PORTSDIR}/audio/libshout + USE_GMAKE= yes USE_REINPLACE= yes post-patch: - (${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - "s@-O20@${CFLAGS}@g ; s@-O2@${CFLAGS}@g") ${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' \ ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's,
,\r,g' ${WRKSRC}/holyshout.c .include <bsd.port.mk> diff --git a/audio/holyshout/distinfo b/audio/holyshout/distinfo index 3923d26697af..862403ebe2ab 100644 --- a/audio/holyshout/distinfo +++ b/audio/holyshout/distinfo @@ -1 +1 @@ -MD5 (holyshout-0.1.3.tar.gz) = b70cc1d66ca93d781bd051cb3a350329 +MD5 (holyshout-0.2.tar.gz) = 41186cd4a2be64f351d7a0e201befcbc |