diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-11-27 15:35:57 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-11-27 15:35:57 +0000 |
commit | 3586b23510d1eae77e698391d02532978427f03d (patch) | |
tree | c63a742ff419f583fcc4696fbf187a675430de28 /comms/p5-Cisco-UCS | |
parent | 4887372546acbd3e95c89de3429a04c5c70a3b4d (diff) | |
download | ports-3586b23510d1eae77e698391d02532978427f03d.tar.gz ports-3586b23510d1eae77e698391d02532978427f03d.zip |
- Update to 0.29 [1]
- Bump PORTEPOCH (pkg_version reports that 0.031 is greater than 0.29)
- Add missing dependency on HTTP::Message
- Add LICENSE (Artistic 1 & GPL1)
PR: ports/173391 [1]
Submitted by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307847
Diffstat (limited to 'comms/p5-Cisco-UCS')
-rw-r--r-- | comms/p5-Cisco-UCS/Makefile | 22 | ||||
-rw-r--r-- | comms/p5-Cisco-UCS/distinfo | 4 | ||||
-rw-r--r-- | comms/p5-Cisco-UCS/pkg-plist | 14 |
3 files changed, 30 insertions, 10 deletions
diff --git a/comms/p5-Cisco-UCS/Makefile b/comms/p5-Cisco-UCS/Makefile index 4d0a91de3edc..1b02f2cb9eaf 100644 --- a/comms/p5-Cisco-UCS/Makefile +++ b/comms/p5-Cisco-UCS/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Cisco-UCS -# Date created: 2012-04-11 -# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw> -# +# Created by: Tsung-Han Yeh <snowfly@yuntech.edu.tw> # $FreeBSD$ -# PORTNAME= Cisco-UCS -PORTVERSION= 0.031 +PORTVERSION= 0.29 +PORTEPOCH= 1 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,12 +11,21 @@ PKGNAMEPREFIX= p5- MAINTAINER= snowfly@yuntech.edu.tw COMMENT= A Perl interface to the Cisco UCS XML API -BUILD_DEPENDS= p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Cisco::UCS.3 +MAN3= Cisco::UCS.3 Cisco::UCS::Blade.3 Cisco::UCS::Chassis.3 \ + Cisco::UCS::Common::EthernetPort.3 Cisco::UCS::Common::Fan.3 \ + Cisco::UCS::Common::FanModule.3 Cisco::UCS::Common::PSU.3 \ + Cisco::UCS::Common::SwitchCard.3 Cisco::UCS::FEX.3 \ + Cisco::UCS::Fault.3 Cisco::UCS::Interconnect.3 \ + Cisco::UCS::MgmtEntity.3 Cisco::UCS::ServiceProfile.3 .include <bsd.port.mk> diff --git a/comms/p5-Cisco-UCS/distinfo b/comms/p5-Cisco-UCS/distinfo index da6cc2eba876..aa9bf91eb53e 100644 --- a/comms/p5-Cisco-UCS/distinfo +++ b/comms/p5-Cisco-UCS/distinfo @@ -1,2 +1,2 @@ -SHA256 (Cisco-UCS-0.031.tar.gz) = 9efe14ecfb37cc033ca81a0658da902f76f4858e3edf1a45aac193492df65130 -SIZE (Cisco-UCS-0.031.tar.gz) = 10745 +SHA256 (Cisco-UCS-0.29.tar.gz) = 66de01cbeaf57f01ae58b1013ed88f1dddfadf836ec877e86343135aadc79a87 +SIZE (Cisco-UCS-0.29.tar.gz) = 28457 diff --git a/comms/p5-Cisco-UCS/pkg-plist b/comms/p5-Cisco-UCS/pkg-plist index d678b977a675..ad17e3918a04 100644 --- a/comms/p5-Cisco-UCS/pkg-plist +++ b/comms/p5-Cisco-UCS/pkg-plist @@ -1,5 +1,19 @@ %%SITE_PERL%%/Cisco/UCS.pm +%%SITE_PERL%%/Cisco/UCS/Blade.pm +%%SITE_PERL%%/Cisco/UCS/Chassis.pm +%%SITE_PERL%%/Cisco/UCS/Common/EthernetPort.pm +%%SITE_PERL%%/Cisco/UCS/Common/Fan.pm +%%SITE_PERL%%/Cisco/UCS/Common/FanModule.pm +%%SITE_PERL%%/Cisco/UCS/Common/PSU.pm +%%SITE_PERL%%/Cisco/UCS/Common/SwitchCard.pm +%%SITE_PERL%%/Cisco/UCS/FEX.pm +%%SITE_PERL%%/Cisco/UCS/Fault.pm +%%SITE_PERL%%/Cisco/UCS/Interconnect.pm +%%SITE_PERL%%/Cisco/UCS/MgmtEntity.pm +%%SITE_PERL%%/Cisco/UCS/ServiceProfile.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/UCS/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/UCS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco +@dirrmtry %%SITE_PERL%%/Cisco/UCS/Common +@dirrmtry %%SITE_PERL%%/Cisco/UCS @dirrmtry %%SITE_PERL%%/Cisco |