diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-09-26 06:37:46 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2006-09-26 06:37:46 +0000 |
commit | 794f948ce937177fb4406f980b1f1dd73ee0a6fc (patch) | |
tree | 2ac65b35f0dcac20eca4dbe6484eeb8e3bed07f3 | |
parent | 43b4e0ea3963c9af6c6744ffcb0a5daeb2edba20 (diff) | |
download | ports-794f948ce937177fb4406f980b1f1dd73ee0a6fc.tar.gz ports-794f948ce937177fb4406f980b1f1dd73ee0a6fc.zip |
Notes
-rw-r--r-- | multimedia/p5-FFmpeg-Command/Makefile | 10 | ||||
-rw-r--r-- | multimedia/p5-FFmpeg-Command/distinfo | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/multimedia/p5-FFmpeg-Command/Makefile b/multimedia/p5-FFmpeg-Command/Makefile index ece126c4a371..000546c7427d 100644 --- a/multimedia/p5-FFmpeg-Command/Makefile +++ b/multimedia/p5-FFmpeg-Command/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FFmpeg-Command -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= multimedia perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIZZY @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= FFmpeg::Command.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/multimedia/p5-FFmpeg-Command/distinfo b/multimedia/p5-FFmpeg-Command/distinfo index ddc1f7d5cbd1..f8ee94d732bf 100644 --- a/multimedia/p5-FFmpeg-Command/distinfo +++ b/multimedia/p5-FFmpeg-Command/distinfo @@ -1,3 +1,3 @@ -MD5 (FFmpeg-Command-0.04.tar.gz) = d7f389a9c897a9ae3421d8fa8096c14a -SHA256 (FFmpeg-Command-0.04.tar.gz) = 0eba1cc990ae0b2de7342ceab742801a394c913d9e564d2153acdc38238a8f24 -SIZE (FFmpeg-Command-0.04.tar.gz) = 4287 +MD5 (FFmpeg-Command-0.05.tar.gz) = 72a9f06ccef540411ff8b3df93ae4832 +SHA256 (FFmpeg-Command-0.05.tar.gz) = 8aaf8f77eb9e8e303b5fca52333cf79809015d30e89f2e5e83f8ca71d9dbfa51 +SIZE (FFmpeg-Command-0.05.tar.gz) = 4277 |