- Upgrade to 0.30.
This commit is contained in:
parent
0c182809e4
commit
7472820f5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372943
3 changed files with 6 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jQuery-File-Upload
|
||||
PORTVERSION= 0.20
|
||||
PORTVERSION= 0.30
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -11,6 +11,8 @@ COMMENT= Perl extension for jQuery File Upload plugin
|
|||
|
||||
RUN_DEPENDS= \
|
||||
convert:${PORTSDIR}/graphics/ImageMagick \
|
||||
p5-Data-GUID>0:${PORTSDIR}/devel/p5-Data-GUID \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-JSON-XS>0:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-Net-SSH2>0:${PORTSDIR}/net/p5-Net-SSH2 \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI
|
||||
|
@ -18,5 +20,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
|
|||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
NO_ARCH= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (jQuery-File-Upload-0.20.tar.gz) = 8f0d7d6c01c7ac39cdacedb4c6e8c8ef0899a00a7e103b88f61c083959fb0b5c
|
||||
SIZE (jQuery-File-Upload-0.20.tar.gz) = 20438
|
||||
SHA256 (jQuery-File-Upload-0.30.tar.gz) = 8cee8a0092114b285b80ba6d7377227932fdb6d6fc158f3af1f12fbd39d7fad3
|
||||
SIZE (jQuery-File-Upload-0.30.tar.gz) = 21175
|
||||
|
|
|
@ -1,8 +1,3 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery/File/Upload/.packlist
|
||||
%%SITE_PERL%%/jQuery/File/Upload.pm
|
||||
%%PERL5_MAN3%%/jQuery::File::Upload.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/jQuery/File
|
||||
@dirrmtry %%SITE_PERL%%/jQuery
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery/File/Upload
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery/File
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/jQuery
|
||||
|
|
Loading…
Reference in a new issue