Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2012 14:17:00 -0500 (EST)
From:      Steve Wills <swills@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        skv@FreeBSD.org
Subject:   ports/165888: [PATCH] security/p5-Nmap-Scanner: add missing DEPENDS
Message-ID:  <201203091917.q29JH0Na088452@meatwad.mouf.net>
Resent-Message-ID: <201203091920.q29JK8ES017893@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165888
>Category:       ports
>Synopsis:       [PATCH] security/p5-Nmap-Scanner: 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:   Fri Mar 09 19:20:08 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:
- Add missing BUILD_DEPENDS and RUN_DEPENDS
- Bump PORTREVISION
- Avoid use of SITE_PERL in DEPENDS
- Sort DEPENDS

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_3 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Nmap-Scanner-1.0_4.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/p5-Nmap-Scanner/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	23 Jan 2010 07:28:08 -0000	1.9
+++ Makefile	9 Mar 2012 19:16:07 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	Nmap-Scanner
 PORTVERSION=	1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,12 +15,11 @@
 MAINTAINER=	skv@FreeBSD.org
 COMMENT=	Perform and manipulate nmap scans using perl
 
-BUILD_DEPENDS=	${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
-		${SITE_PERL}/Class/Generate.pm:${PORTSDIR}/devel/p5-Class-Generate \
-		nmap:${PORTSDIR}/security/nmap
-RUN_DEPENDS=	${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
-		${SITE_PERL}/Class/Generate.pm:${PORTSDIR}/devel/p5-Class-Generate \
-		nmap:${PORTSDIR}/security/nmap
+BUILD_DEPENDS=	nmap:${PORTSDIR}/security/nmap \
+		p5-Class-Generate>=0:${PORTSDIR}/devel/p5-Class-Generate \
+		p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
+		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
--- p5-Nmap-Scanner-1.0_4.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?201203091917.q29JH0Na088452>