Date: Mon, 30 Jul 2018 14:10:59 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475893 - head/comms/p5-Cisco-UCS Message-ID: <201807301410.w6UEAxvm069641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807301410.w6UEAxvm069641>