Bug 104362 - [update] pbnj - makefile missing dep p5-YAML
Summary: [update] pbnj - makefile missing dep p5-YAML
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-12 19:20 UTC by Joshua D. Abraham
Modified: 2006-10-16 13:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua D. Abraham 2006-10-12 19:20:16 UTC
added /usr/ports/textproc/p5-YAML to the deps

Fix: 

# New ports collection makefile for:    pbnj
# Date created:                         July 26, 2006
# Whom:                                 Joshua D. Abraham <jabra@ccs.neu.edu>
#
# $FreeBSD: ports/security/pbnj/Makefile,v 1.1 2006/09/30 07:30:18 miwi Exp $
#

PORTNAME=       pbnj
PORTVERSION=    2.02
CATEGORIES=     security
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR=     ${PORTNAME}
PKGNAMEPREFIX=

MAINTAINER=     jabra@ccs.neu.edu
COMMENT=        A suite of tools to monitor changes on a network

BUILD_DEPENDS=  ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \
                ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \
                ${SITE_PERL}/Nmap/Parser.pm:${PORTSDIR}/security/p5-Nmap-Parser \
                ${SITE_PERL}/mach/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
                ${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \
                ${SITE_PERL}/File/HomeDir.pm:${PORTSDIR}/devel/p5-File-HomeDir \
                ${SITE_PERL}/File/Which.pm:${PORTSDIR}/sysutils/p5-File-Which
RUN_DEPENDS=    ${BUILD_DEPENDS} \
                nmap:${PORTSDIR}/security/nmap

PERL_CONFIGURE= yes

MAN1=   scanpbnj.1 \
        outputpbnj.1 \
        genlist.1

post-configure:
        @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

.include <bsd.port.mk>
How-To-Repeat: Perform an install when you don't have p5-YAML installed. 

Then sudo scanpbnj -s 127.0.0.1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-10-12 21:45:29 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2006-10-14 10:36:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-10-16 13:13:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-10-16 13:16:43 UTC
miwi        2006-10-16 12:13:04 UTC

  FreeBSD ports repository

  Modified files:
    security/pbnj        Makefile 
  Log:
  - Add missing depends
  
  PR:             ports/104362
  Submitted by:   Joshua Abraham<jabra@ccs.neu.edu> (maintainer)
  Approved by:    portmgr (clement)
  
  Revision  Changes    Path
  1.2       +2 -1      ports/security/pbnj/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"