diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-02 22:13:29 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-02 22:13:29 +0800 |
commit | 188a4f3785f74c7ba6f0f4efeeaa049c31755bcc (patch) | |
tree | c89367b8a12d2c2ce7af2663acad57f452827289 /audio | |
parent | ec478d991bcdd9774cd55f6b69106a1e01193d9e (diff) | |
download | freebsd-ports-gnome-188a4f3785f74c7ba6f0f4efeeaa049c31755bcc.tar.gz freebsd-ports-gnome-188a4f3785f74c7ba6f0f4efeeaa049c31755bcc.tar.zst freebsd-ports-gnome-188a4f3785f74c7ba6f0f4efeeaa049c31755bcc.zip |
Update to 0.04
PR: 86781
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: dom@happygiraffe.net (maintainer), pav (mentor)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Audio-Wav/Makefile | 3 | ||||
-rw-r--r-- | audio/p5-Audio-Wav/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/p5-Audio-Wav/Makefile b/audio/p5-Audio-Wav/Makefile index b747b8466432..1ea2388a0ca4 100644 --- a/audio/p5-Audio-Wav/Makefile +++ b/audio/p5-Audio-Wav/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Audio-Wav -PORTVERSION= 0.02 +PORTVERSION= 0.04 CATEGORIES= audio perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=Audio @@ -17,7 +17,6 @@ COMMENT= Perl modules for reading and writing Microsoft WAV files PERL_CONFIGURE= yes -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Audio::Wav.3 Audio::Wav::Read.3 Audio::Wav::Write.3 .include <bsd.port.mk> diff --git a/audio/p5-Audio-Wav/distinfo b/audio/p5-Audio-Wav/distinfo index 4e64de368a48..eaee2f4b8424 100644 --- a/audio/p5-Audio-Wav/distinfo +++ b/audio/p5-Audio-Wav/distinfo @@ -1,2 +1,2 @@ -MD5 (Audio-Wav-0.02.tar.gz) = bd0eb5c46bcd7566d732ddf54d1c8937 -SIZE (Audio-Wav-0.02.tar.gz) = 15827 +MD5 (Audio-Wav-0.04.tar.gz) = 8b3d3b17b0e971666e985e213046a3d4 +SIZE (Audio-Wav-0.04.tar.gz) = 17824 |