diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-18 22:48:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-18 22:48:58 +0000 |
commit | 500a111e5c08b2ca1cfb3be398ea62ce2ae1ac15 (patch) | |
tree | 35f242eed038141377b4cb0145fd1864ead3f09c /security/pbnj | |
parent | acbc9136e92ae50faa00b2b907446aafe1b62585 (diff) | |
download | ports-500a111e5c08b2ca1cfb3be398ea62ce2ae1ac15.tar.gz ports-500a111e5c08b2ca1cfb3be398ea62ce2ae1ac15.zip |
- Update to 2.4
PR: ports/105596
Submitted by: Joshua D. Abraham <jabra@ccs.neu.edu> (maintainer)
Notes
Notes:
svn path=/head/; revision=177530
Diffstat (limited to 'security/pbnj')
-rw-r--r-- | security/pbnj/Makefile | 17 | ||||
-rw-r--r-- | security/pbnj/distinfo | 6 |
2 files changed, 11 insertions, 12 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index 42dd89bf013e..6efa51785650 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -1,16 +1,15 @@ -# New ports collection makefile for: pbnj -# Date created: July 26, 2006 -# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> +# New ports collection makefile for: pbnj +# Date created: July 26, 2006 +# Whom: Joshua D. Abraham <jabra@ccs.neu.edu> # # $FreeBSD$ # PORTNAME= pbnj -PORTVERSION= 2.02 +PORTVERSION= 2.04 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 @@ -25,11 +24,11 @@ BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ RUN_DEPENDS= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes -MAN1= scanpbnj.1 \ - outputpbnj.1 \ - genlist.1 +MAN1= scanpbnj.1p \ + outputpbnj.1p \ + genlist.1p post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile diff --git a/security/pbnj/distinfo b/security/pbnj/distinfo index 73565bb9db87..d00d06981336 100644 --- a/security/pbnj/distinfo +++ b/security/pbnj/distinfo @@ -1,3 +1,3 @@ -MD5 (pbnj-2.02.tar.gz) = 8d5108cd8d8b06770087aa40a2674b31 -SHA256 (pbnj-2.02.tar.gz) = 049a9f586b4707aff0a492cad8f02a71961bad6ad152a39c316a46a75b3594ba -SIZE (pbnj-2.02.tar.gz) = 84397 +MD5 (pbnj-2.04.tar.gz) = f0a5b4dfa9456c21154a289e1e45b1d5 +SHA256 (pbnj-2.04.tar.gz) = 3df88ea306bd47401766d69f32e5cd1fdc1f015e6a06c66a7fa7aba7dfd0f3b9 +SIZE (pbnj-2.04.tar.gz) = 86080 |