summaryrefslogtreecommitdiffstats
path: root/audio/ezstream
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-07-27 02:28:00 +0000
committerahze <ahze@FreeBSD.org>2005-07-27 02:28:00 +0000
commit73e5074fba10605bbc0f930a1b6df83e183201de (patch)
treed33b9e5f6658502aaaedaab4d8b4ed15ae41d2bb /audio/ezstream
parent8484743e8e9d4a0bd1cecbed9ac51f8418bd1646 (diff)
downloadFreeBSD-ports-73e5074fba10605bbc0f930a1b6df83e183201de.zip
FreeBSD-ports-73e5074fba10605bbc0f930a1b6df83e183201de.tar.gz
- Update to 0.2.0
PR: ports/84147 Submitted by: maintainer
Diffstat (limited to 'audio/ezstream')
-rw-r--r--audio/ezstream/Makefile12
-rw-r--r--audio/ezstream/distinfo4
-rw-r--r--audio/ezstream/pkg-plist4
3 files changed, 11 insertions, 9 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile
index 2e41910..56a9028 100644
--- a/audio/ezstream/Makefile
+++ b/audio/ezstream/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ezstream
-PORTVERSION= 0.1.2
-PORTREVISION= 1
+PORTVERSION= 0.2.0
CATEGORIES= audio
MASTER_SITES= http://svn.xiph.org/releases/ezstream/
@@ -26,10 +25,11 @@ USE_LIBTOOL_VER= 15
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/conf/ezstream_m3u.xml \
- ${WRKSRC}/conf/ezstream_mp3.xml \
- ${WRKSRC}/conf/ezstream_vorbis.xml \
- ${DOCSDIR}
+. for DOC in ezstream_mp3.xml ezstream_reencoding_example_vorbis.xml \
+ ezstream_reencoding_example_mp3.xml ezstream_vorbis.xml \
+ ezstream_reencoding_example_theora.xml
+ ${INSTALL_DATA} ${WRKSRC}/conf/${DOC} ${DOCSDIR}
+. endfor
.endif
.include <bsd.port.mk>
diff --git a/audio/ezstream/distinfo b/audio/ezstream/distinfo
index a1b73d6..b43b339 100644
--- a/audio/ezstream/distinfo
+++ b/audio/ezstream/distinfo
@@ -1,2 +1,2 @@
-MD5 (ezstream-0.1.2.tar.gz) = 180808edfd7dadf167055dd86b3bd7f4
-SIZE (ezstream-0.1.2.tar.gz) = 209490
+MD5 (ezstream-0.2.0.tar.gz) = 2949f2e0fd1c645dc426583da2f02ba3
+SIZE (ezstream-0.2.0.tar.gz) = 307409
diff --git a/audio/ezstream/pkg-plist b/audio/ezstream/pkg-plist
index b0a812c..2b0ba76 100644
--- a/audio/ezstream/pkg-plist
+++ b/audio/ezstream/pkg-plist
@@ -1,5 +1,7 @@
bin/ezstream
-%%PORTDOCS%%share/doc/ezstream/ezstream_m3u.xml
%%PORTDOCS%%share/doc/ezstream/ezstream_mp3.xml
+%%PORTDOCS%%share/doc/ezstream/ezstream_reencoding_example_vorbis.xml
+%%PORTDOCS%%share/doc/ezstream/ezstream_reencoding_example_mp3.xml
%%PORTDOCS%%share/doc/ezstream/ezstream_vorbis.xml
+%%PORTDOCS%%share/doc/ezstream/ezstream_reencoding_example_theora.xml
%%PORTDOCS%%@dirrm share/doc/ezstream
OpenPOWER on IntegriCloud