Upgrade to 0.05.
This commit is contained in:
parent
43b4e0ea39
commit
794f948ce9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173862
2 changed files with 11 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue