Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Feb 2018 15:13:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463230 - head/security/pbnj
Message-ID:  <201802281513.w1SFDbuJ072067@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Feb 28 15:13:37 2018
New Revision: 463230
URL: https://svnweb.freebsd.org/changeset/ports/463230

Log:
  Add LICENSE
  
  - Sort *_DEPENDS
  - Add NO_ARCH
  - Sort PLIST
  - Remove contiguous blank lines
  - Update WWW

Modified:
  head/security/pbnj/Makefile
  head/security/pbnj/pkg-descr
  head/security/pbnj/pkg-plist

Modified: head/security/pbnj/Makefile
==============================================================================
--- head/security/pbnj/Makefile	Wed Feb 28 15:13:32 2018	(r463229)
+++ head/security/pbnj/Makefile	Wed Feb 28 15:13:37 2018	(r463230)
@@ -10,16 +10,20 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Suite of tools to monitor changes on a network
 
-BUILD_DEPENDS=	p5-YAML>=0:textproc/p5-YAML \
-		p5-XML-Twig>=0:textproc/p5-XML-Twig \
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
+		p5-File-HomeDir>=0:devel/p5-File-HomeDir \
+		p5-File-Which>=0:sysutils/p5-File-Which \
 		p5-Nmap-Parser>=0:security/p5-Nmap-Parser \
-		p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
 		p5-Text-CSV_XS>=0:textproc/p5-Text-CSV_XS \
-		p5-File-HomeDir>=0:devel/p5-File-HomeDir \
-		p5-File-Which>=0:sysutils/p5-File-Which
-RUN_DEPENDS:=	${BUILD_DEPENDS} \
-		nmap:security/nmap
+		p5-XML-Twig>=0:textproc/p5-XML-Twig \
+		p5-YAML>=0:textproc/p5-YAML
+RUN_DEPENDS:=	nmap:security/nmap \
+		${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/security/pbnj/pkg-descr
==============================================================================
--- head/security/pbnj/pkg-descr	Wed Feb 28 15:13:32 2018	(r463229)
+++ head/security/pbnj/pkg-descr	Wed Feb 28 15:13:37 2018	(r463230)
@@ -4,5 +4,4 @@ machine(s), which includes the details about the servi
 them as well as the service state. PBNJ parses the data from a scan
 and stores it in a database. PBNJ uses Nmap to perform scans.
 
-
-WWW: http://www.sf.net/projects/pbnj
+WWW: https://sourceforge.net/projects/pbnj/

Modified: head/security/pbnj/pkg-plist
==============================================================================
--- head/security/pbnj/pkg-plist	Wed Feb 28 15:13:32 2018	(r463229)
+++ head/security/pbnj/pkg-plist	Wed Feb 28 15:13:37 2018	(r463230)
@@ -1,6 +1,6 @@
-bin/scanpbnj
-bin/outputpbnj
 bin/genlist
+bin/outputpbnj
+bin/scanpbnj
 %%PERL5_MAN1%%/genlist.1p.gz
 %%PERL5_MAN1%%/outputpbnj.1p.gz
 %%PERL5_MAN1%%/scanpbnj.1p.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802281513.w1SFDbuJ072067>