- Update to 0.07 [1]
- Add LICENSE (Artistic 1 & GPL 1) - Remove Digest::MD5 and Module::Pluggable dependencies (already in core) - Add missing LWP::Protocol::https dependency - Add dependencies minimum required versions - Sort BUILD_DEPENDS Changes: http://search.cpan.org/dist/CIF-Client/Changes PR: ports/166792 [1] Submitted by: Paul Schmehl <pauls@utdallas.edu> (maintainer)
This commit is contained in:
parent
617524d7ad
commit
d3b273528b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294640
2 changed files with 20 additions and 18 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= CIF-Client
|
||||
PORTVERSION= 0.06
|
||||
PORTVERSION= 0.07
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif
|
||||
|
@ -15,21 +15,23 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT= Extends REST::Client for use with the CI-Framework REST interface
|
||||
|
||||
BUILD_DEPENDS= p5-REST-Client>=0:${PORTSDIR}/www/p5-REST-Client \
|
||||
p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install \
|
||||
p5-Text-Table>=0:${PORTSDIR}/textproc/p5-Text-Table \
|
||||
p5-HTML-Table>=0:${PORTSDIR}/www/p5-HTML-Table \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
|
||||
p5-Config-Simple>=0:${PORTSDIR}/devel/p5-Config-Simple \
|
||||
p5-Snort-Rule>=0:${PORTSDIR}/security/p5-Snort-Rule \
|
||||
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
|
||||
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Regexp-Common-net-CIDR>=0:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \
|
||||
p5-HTTP-Server-Simple>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \
|
||||
p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
|
||||
p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress \
|
||||
p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \
|
||||
p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \
|
||||
p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Config-Simple>=4.58:${PORTSDIR}/devel/p5-Config-Simple \
|
||||
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \
|
||||
p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \
|
||||
p5-Regexp-Common>=2.108:${PORTSDIR}/textproc/p5-Regexp-Common \
|
||||
p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \
|
||||
p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \
|
||||
p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (CIF-Client-0.06.tar.gz) = 21d4e37b9fbd03a714071c202eee41bbcd5e6f9972059c4ce915e0638e61cefa
|
||||
SIZE (CIF-Client-0.06.tar.gz) = 29774
|
||||
SHA256 (CIF-Client-0.07.tar.gz) = eeb65fe14b8b5730838e4a1996059399401f5878d71ab7a090a40406b6747c8b
|
||||
SIZE (CIF-Client-0.07.tar.gz) = 29786
|
||||
|
|
Loading…
Reference in a new issue