diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-07-28 12:40:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-07-28 12:40:29 +0000 |
commit | d0341951c50ec683f54def1e593ce631e6ddc83b (patch) | |
tree | f335b6f9d77876813c8e7822bed5e43ab603b782 /comms/p5-Cisco-UCS | |
parent | 6117be44c842bb236e99215985af43fc4b746ee0 (diff) | |
download | freebsd-ports-d0341951c50ec683f54def1e593ce631e6ddc83b.zip |
- Update to 0.51
- Removed BUILD_DEPENDS (it's not required for a successful build)
- Set RUN_DEPENDS accordingly for the given requirements
- Added NO_ARCH
- Fixed some typos in pkg-descr
- Updated pkg-plist
PR: 229206
Submitted by: freebsd_ports@k-worx.org
Approved by: maintainer timeout
Sponsored by: iXsystems Inc.
Diffstat (limited to 'comms/p5-Cisco-UCS')
-rw-r--r-- | comms/p5-Cisco-UCS/Makefile | 9 | ||||
-rw-r--r-- | comms/p5-Cisco-UCS/distinfo | 5 | ||||
-rw-r--r-- | comms/p5-Cisco-UCS/pkg-descr | 6 | ||||
-rw-r--r-- | comms/p5-Cisco-UCS/pkg-plist | 18 |
4 files changed, 28 insertions, 10 deletions
diff --git a/comms/p5-Cisco-UCS/Makefile b/comms/p5-Cisco-UCS/Makefile index 3359b438b8b8..f8f11214658c 100644 --- a/comms/p5-Cisco-UCS/Makefile +++ b/comms/p5-Cisco-UCS/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Cisco-UCS -PORTVERSION= 0.30 -PORTREVISION= 1 +PORTVERSION= 0.51 PORTEPOCH= 1 CATEGORIES= comms perl5 MASTER_SITES= CPAN @@ -15,12 +14,12 @@ COMMENT= Perl interface to the Cisco UCS XML API LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ - p5-XML-Simple>=0:textproc/p5-XML-Simple \ +RUN_DEPENDS= p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-libwww>=0:www/p5-libwww -RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk> diff --git a/comms/p5-Cisco-UCS/distinfo b/comms/p5-Cisco-UCS/distinfo index 1da08750b908..30401d3b9069 100644 --- a/comms/p5-Cisco-UCS/distinfo +++ b/comms/p5-Cisco-UCS/distinfo @@ -1,2 +1,3 @@ -SHA256 (Cisco-UCS-0.30.tar.gz) = 58fafdb557120391695690369a5b7e095c4d623dd3a35307f583fd552277c752 -SIZE (Cisco-UCS-0.30.tar.gz) = 28792 +TIMESTAMP = 1529580712 +SHA256 (Cisco-UCS-0.51.tar.gz) = 90084ef7976db8a7ba3f104fd48ea4acd514af5e852464cd03b4d64db33fad47 +SIZE (Cisco-UCS-0.51.tar.gz) = 43449 diff --git a/comms/p5-Cisco-UCS/pkg-descr b/comms/p5-Cisco-UCS/pkg-descr index 1fb3d1baa8fc..d4adac967be1 100644 --- a/comms/p5-Cisco-UCS/pkg-descr +++ b/comms/p5-Cisco-UCS/pkg-descr @@ -4,8 +4,8 @@ and Cisco UCS Management Information Model. The Cisco UCS Manager (UCSM) is an embedded software agent providing access to the hardware and configuration management features of attached Cisco UCS hardware. The Management Information Model for the UCSM is organised into a -structured heirachy of both physical and virtual objects. Accessing objects -within the heirachy is done through a number of high level calls to heirachy -search and traversal methods +structured hierarchy of both physical and virtual objects. Accessing objects +within the hierarchy is done through a number of high level calls to hierarchy +search and traversal methods. WWW: https://metacpan.org/release/Cisco-UCS diff --git a/comms/p5-Cisco-UCS/pkg-plist b/comms/p5-Cisco-UCS/pkg-plist index e25f693405be..78e65fce5bcb 100644 --- a/comms/p5-Cisco-UCS/pkg-plist +++ b/comms/p5-Cisco-UCS/pkg-plist @@ -1,26 +1,44 @@ %%SITE_PERL%%/Cisco/UCS.pm %%SITE_PERL%%/Cisco/UCS/Blade.pm +%%SITE_PERL%%/Cisco/UCS/Blade/Adaptor.pm +%%SITE_PERL%%/Cisco/UCS/Blade/CPU.pm +%%SITE_PERL%%/Cisco/UCS/Blade/PowerBudget.pm %%SITE_PERL%%/Cisco/UCS/Chassis.pm +%%SITE_PERL%%/Cisco/UCS/Chassis/PSU.pm +%%SITE_PERL%%/Cisco/UCS/Chassis/PSU/Stats.pm +%%SITE_PERL%%/Cisco/UCS/Chassis/Stats.pm +%%SITE_PERL%%/Cisco/UCS/Common/EnvironmentalStats.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/PowerStats.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/Interconnect/Stats.pm %%SITE_PERL%%/Cisco/UCS/MgmtEntity.pm %%SITE_PERL%%/Cisco/UCS/ServiceProfile.pm %%PERL5_MAN3%%/Cisco::UCS.3.gz %%PERL5_MAN3%%/Cisco::UCS::Blade.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Blade::Adaptor.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Blade::CPU.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Blade::PowerBudget.3.gz %%PERL5_MAN3%%/Cisco::UCS::Chassis.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Chassis::PSU.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Chassis::PSU::Stats.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Chassis::Stats.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Common::EnvironmentalStats.3.gz %%PERL5_MAN3%%/Cisco::UCS::Common::EthernetPort.3.gz %%PERL5_MAN3%%/Cisco::UCS::Common::Fan.3.gz %%PERL5_MAN3%%/Cisco::UCS::Common::FanModule.3.gz %%PERL5_MAN3%%/Cisco::UCS::Common::PSU.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Common::PowerStats.3.gz %%PERL5_MAN3%%/Cisco::UCS::Common::SwitchCard.3.gz %%PERL5_MAN3%%/Cisco::UCS::FEX.3.gz %%PERL5_MAN3%%/Cisco::UCS::Fault.3.gz %%PERL5_MAN3%%/Cisco::UCS::Interconnect.3.gz +%%PERL5_MAN3%%/Cisco::UCS::Interconnect::Stats.3.gz %%PERL5_MAN3%%/Cisco::UCS::MgmtEntity.3.gz %%PERL5_MAN3%%/Cisco::UCS::ServiceProfile.3.gz |