svn commit: r475893 - head/comms/p5-Cisco-UCS

Martin Wilke miwi at FreeBSD.org
Mon Jul 30 14:11:00 UTC 2018


Author: miwi
Date: Mon Jul 30 14:10:59 2018
New Revision: 475893
URL: https://svnweb.freebsd.org/changeset/ports/475893

Log:
  - Restore BUILD_DEPEND
  - Bump PORTREVISION
  
  Submitted by:	freebsd_ports at k-worx.org (via irc)
  Reported by:	mat
  Sponsored by:	iXsystems Inc.

Modified:
  head/comms/p5-Cisco-UCS/Makefile

Modified: head/comms/p5-Cisco-UCS/Makefile
==============================================================================
--- head/comms/p5-Cisco-UCS/Makefile	Mon Jul 30 13:59:49 2018	(r475892)
+++ head/comms/p5-Cisco-UCS/Makefile	Mon Jul 30 14:10:59 2018	(r475893)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Cisco-UCS
 PORTVERSION=	0.51
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	comms perl5
 MASTER_SITES=	CPAN
@@ -14,6 +15,8 @@ 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
 


More information about the svn-ports-all mailing list