Date: Wed, 7 Mar 2012 11:50:09 -0500 (EST) From: Steve Wills <swills@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: pauls@utdallas.edu Subject: ports/165826: [PATCH] net/p5-Net-Nessus-XMLRPC: add missing DEPENDS Message-ID: <201203071650.q27Go9cN060443@meatwad.mouf.net> Resent-Message-ID: <201203071700.q27H0P6S079632@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 165826 >Category: ports >Synopsis: [PATCH] net/p5-Net-Nessus-XMLRPC: add missing DEPENDS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 07 17:00:25 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 10.0-CURRENT FreeBSD 10.0-CURRENT #14 r232426: Fri Mar 2 21:54:42 >Description: see patch Port maintainer (pauls@utdallas.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS) >How-To-Repeat: >Fix: --- p5-Net-Nessus-XMLRPC-0.30_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/p5-Net-Nessus-XMLRPC/Makefile,v retrieving revision 1.2 diff -u -u -r1.2 Makefile --- Makefile 8 Sep 2011 08:36:38 -0000 1.2 +++ Makefile 7 Mar 2012 16:49:53 -0000 @@ -7,6 +7,7 @@ PORTNAME= Net-Nessus-XMLRPC PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KOST @@ -15,7 +16,12 @@ MAINTAINER= pauls@utdallas.edu COMMENT= Perl5 interface for communication with Nessus scanner over XMLRPC -RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Net::Nessus::XMLRPC.3 --- p5-Net-Nessus-XMLRPC-0.30_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203071650.q27Go9cN060443>