svn commit: r307848 - head/net-mgmt/p5-BigIP-iControl

Philippe Audeoud jadawin at FreeBSD.org
Tue Nov 27 15:45:09 UTC 2012


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 at 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/


More information about the svn-ports-all mailing list