diff options
author | tobez <tobez@FreeBSD.org> | 2010-02-08 07:25:18 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-02-08 07:25:18 +0800 |
commit | b429a8d6c62c4c782e2dfe2e5ec0904f1c1503ee (patch) | |
tree | 3965f708a197da1005a683320f5d476a38c481d5 /audio | |
parent | 12b696cf1f9aab0b98a0da7a56e87b8a0b673974 (diff) | |
download | freebsd-ports-gnome-b429a8d6c62c4c782e2dfe2e5ec0904f1c1503ee.tar.gz freebsd-ports-gnome-b429a8d6c62c4c782e2dfe2e5ec0904f1c1503ee.tar.zst freebsd-ports-gnome-b429a8d6c62c4c782e2dfe2e5ec0904f1c1503ee.zip |
Update to 0.07. Change maintainer to perl@.
Changes: http://search.cpan.org/dist/Audio-Wav/Changes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Wav/Makefile | 7 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile index ec6ce9d17084..6d5cc94efa2c 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -6,14 +6,17 @@ # PORTNAME= Audio-Wav -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl modules for reading and writing Microsoft WAV files +BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Audio::Wav.3 Audio::Wav::Read.3 Audio::Wav::Write.3 diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo index dc2625ca3cdb..70458a8f2c57 100644 --- a/audio/p5-Audio-Wav/distinfo +++ b/audio/p5-Audio-Wav/distinfo @@ -1,3 +1,3 @@ -MD5 (Audio-Wav-0.06.tar.gz) = 051669f5b7b73548f7f93c2cb54cce56 -SHA256 (Audio-Wav-0.06.tar.gz) = 647b35a72fb9dc8024ec9ea38accc1b7244a5717823d22fc20123e77eb6a5426 -SIZE (Audio-Wav-0.06.tar.gz) = 18201 +MD5 (Audio-Wav-0.07.tar.gz) = f9dc388ccc740f586c53211e778ccf86 +SHA256 (Audio-Wav-0.07.tar.gz) = 715fdc824aea2ae675b495eb4ed236e285ca1247676514b4130529dc2fb22630 +SIZE (Audio-Wav-0.07.tar.gz) = 20196 |