diff options
author | culot <culot@FreeBSD.org> | 2012-04-11 17:23:23 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-04-11 17:23:23 +0800 |
commit | aee9e8257c8e1542cdd0f3aa8ecc47bc75a98c0d (patch) | |
tree | 21c4df6d70d69ebb996ceb26a0e0869bde1a9986 | |
parent | 837e21f37ba44da69f72427b29a1ceec4faa3902 (diff) | |
download | freebsd-ports-graphics-aee9e8257c8e1542cdd0f3aa8ecc47bc75a98c0d.tar.gz freebsd-ports-graphics-aee9e8257c8e1542cdd0f3aa8ecc47bc75a98c0d.tar.zst freebsd-ports-graphics-aee9e8257c8e1542cdd0f3aa8ecc47bc75a98c0d.zip |
- 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)
-rw-r--r-- | www/p5-CIF-Client/Makefile | 34 | ||||
-rw-r--r-- | www/p5-CIF-Client/distinfo | 4 |
2 files changed, 20 insertions, 18 deletions
diff --git a/www/p5-CIF-Client/Makefile b/www/p5-CIF-Client/Makefile index cfb202461d5..8bc41c944ba 100644 --- a/www/p5-CIF-Client/Makefile +++ b/www/p5-CIF-Client/Makefile @@ -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} diff --git a/www/p5-CIF-Client/distinfo b/www/p5-CIF-Client/distinfo index 2979196f970..4103920caa8 100644 --- a/www/p5-CIF-Client/distinfo +++ b/www/p5-CIF-Client/distinfo @@ -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 |