Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2012 15:35:58 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307847 - head/comms/p5-Cisco-UCS
Message-ID:  <201211271535.qARFZw8r098075@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Tue Nov 27 15:35:57 2012
New Revision: 307847
URL: http://svnweb.freebsd.org/changeset/ports/307847

Log:
  - 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

Modified:
  head/comms/p5-Cisco-UCS/Makefile
  head/comms/p5-Cisco-UCS/distinfo
  head/comms/p5-Cisco-UCS/pkg-plist

Modified: head/comms/p5-Cisco-UCS/Makefile
==============================================================================
--- head/comms/p5-Cisco-UCS/Makefile	Tue Nov 27 15:34:45 2012	(r307846)
+++ head/comms/p5-Cisco-UCS/Makefile	Tue Nov 27 15:35:57 2012	(r307847)
@@ -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>

Modified: head/comms/p5-Cisco-UCS/distinfo
==============================================================================
--- head/comms/p5-Cisco-UCS/distinfo	Tue Nov 27 15:34:45 2012	(r307846)
+++ head/comms/p5-Cisco-UCS/distinfo	Tue Nov 27 15:35:57 2012	(r307847)
@@ -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

Modified: head/comms/p5-Cisco-UCS/pkg-plist
==============================================================================
--- head/comms/p5-Cisco-UCS/pkg-plist	Tue Nov 27 15:34:45 2012	(r307846)
+++ head/comms/p5-Cisco-UCS/pkg-plist	Tue Nov 27 15:35:57 2012	(r307847)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211271535.qARFZw8r098075>