diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-07-27 02:28:00 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-07-27 02:28:00 +0000 |
commit | 2c58e8c7f2d2ecc4ce004d6592ea9deb65271972 (patch) | |
tree | 904ed871b9a087d956fd57cde4e63dfbc2531f7e /audio | |
parent | Bugfix; the port installed a bad config sample. (diff) |
- Update to 0.2.0
PR: ports/84147
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ezstream/Makefile | 12 | ||||
-rw-r--r-- | audio/ezstream/distinfo | 4 | ||||
-rw-r--r-- | audio/ezstream/pkg-plist | 4 |
3 files changed, 11 insertions, 9 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index 2e41910f68d8..56a9028f39c3 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 a1b73d6e9683..b43b3397b814 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 b0a812c7a099..2b0ba760d53b 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 |