www/p5-CGI-ExtDirect: 3.12 -> 3.20
- Updated to support call metadata feature in RPC::ExtDirect 3.20 - Added unit tests - RPC::ExtDirect depdendency bumped to 3.20 PR: 203674 Approved by: tj (maintainer timeout)
This commit is contained in:
parent
92632f13e1
commit
73a3228c60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=400372
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= CGI-ExtDirect
|
||||
PORTVERSION= 3.12
|
||||
PORTVERSION= 3.20
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= tj@FreeBSD.org
|
||||
COMMENT= Perl extension for creating Ext.Direct remoting in CGI applications
|
||||
|
||||
BUILD_DEPENDS= p5-RPC-ExtDirect>=2.10:${PORTSDIR}/www/p5-RPC-ExtDirect
|
||||
BUILD_DEPENDS= p5-RPC-ExtDirect>=3.20:${PORTSDIR}/www/p5-RPC-ExtDirect \
|
||||
p5-CGI>4.20:${PORTSDIR}/www/p5-CGI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (CGI-ExtDirect-3.12.tar.gz) = 19e5dd854e12b63e335763b41c04a671d2a17a9348e08e00e36751d403ef4fd1
|
||||
SIZE (CGI-ExtDirect-3.12.tar.gz) = 74498
|
||||
SHA256 (CGI-ExtDirect-3.20.tar.gz) = f477e673aedd2704769b65b2c1e88a26692043732aaa5179bf839b37644d829d
|
||||
SIZE (CGI-ExtDirect-3.20.tar.gz) = 74705
|
||||
|
|
Loading…
Reference in a new issue