Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Nov 2012 15:45:09 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307848 - head/net-mgmt/p5-BigIP-iControl
Message-ID:  <201211271545.qARFj9vA099657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jadawin
Date: Tue Nov 27 15:45:08 2012
New Revision: 307848
URL: http://svnweb.freebsd.org/changeset/ports/307848

Log:
  - Fix comestic errors
  - Better usage of Makefile
  
  Reported by:	jhale@
  Feature safe:	yes

Modified:
  head/net-mgmt/p5-BigIP-iControl/Makefile   (contents, props changed)
  head/net-mgmt/p5-BigIP-iControl/pkg-descr   (contents, props changed)

Modified: head/net-mgmt/p5-BigIP-iControl/Makefile
==============================================================================
--- head/net-mgmt/p5-BigIP-iControl/Makefile	Tue Nov 27 15:35:57 2012	(r307847)
+++ head/net-mgmt/p5-BigIP-iControl/Makefile	Tue Nov 27 15:45:08 2012	(r307848)
@@ -8,11 +8,11 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	snowfly@yuntech.edu.tw
-COMMENT=	A Perl interface to the F5 iControl API
+COMMENT=	Perl interface to the F5 iControl API
 
 RUN_DEPENDS=	p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite \
 		p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
-BUILD_DEPENDS=	${RUN_DEPENDS}
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 PERL_CONFIGURE=	yes
 

Modified: head/net-mgmt/p5-BigIP-iControl/pkg-descr
==============================================================================
--- head/net-mgmt/p5-BigIP-iControl/pkg-descr	Tue Nov 27 15:35:57 2012	(r307847)
+++ head/net-mgmt/p5-BigIP-iControl/pkg-descr	Tue Nov 27 15:45:08 2012	(r307848)
@@ -3,4 +3,4 @@ This package provides a Perl interface t
 The F5 BigIP iControl API is an open SOAP/XML for communicating with supported
 F5 BigIP products.
 
-WWW:    http://search.cpan.org/dist/BigIP-iControl/
+WWW: http://search.cpan.org/dist/BigIP-iControl/



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