diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2014-11-20 22:55:27 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2014-11-20 22:55:27 +0800 |
commit | 6bca303dd7e2a72afff5e8c0b517a1615fd61eec (patch) | |
tree | 62514dc8c193ad4e3c4609ec52fef6e155e9ab1b /www | |
parent | 6f31c412397f1144c000080a338236144d0683ab (diff) | |
download | freebsd-ports-gnome-6bca303dd7e2a72afff5e8c0b517a1615fd61eec.tar.gz freebsd-ports-gnome-6bca303dd7e2a72afff5e8c0b517a1615fd61eec.tar.zst freebsd-ports-gnome-6bca303dd7e2a72afff5e8c0b517a1615fd61eec.zip |
- Upgrade to 0.30.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-jQuery-File-Upload/Makefile | 5 | ||||
-rw-r--r-- | www/p5-jQuery-File-Upload/distinfo | 4 | ||||
-rw-r--r-- | www/p5-jQuery-File-Upload/pkg-plist | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/www/p5-jQuery-File-Upload/Makefile b/www/p5-jQuery-File-Upload/Makefile index 393a0ca58f27..c17cc2b2c187 100644 --- a/www/p5-jQuery-File-Upload/Makefile +++ b/www/p5-jQuery-File-Upload/Makefile @@ -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> diff --git a/www/p5-jQuery-File-Upload/distinfo b/www/p5-jQuery-File-Upload/distinfo index c19573f84b05..00613b6f7c5e 100644 --- a/www/p5-jQuery-File-Upload/distinfo +++ b/www/p5-jQuery-File-Upload/distinfo @@ -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 diff --git a/www/p5-jQuery-File-Upload/pkg-plist b/www/p5-jQuery-File-Upload/pkg-plist index 2973c628464f..ea23413d3efa 100644 --- a/www/p5-jQuery-File-Upload/pkg-plist +++ b/www/p5-jQuery-File-Upload/pkg-plist @@ -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 |