diff options
author | skv <skv@FreeBSD.org> | 2004-10-19 17:03:00 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2004-10-19 17:03:00 +0800 |
commit | 0f4f802093b7796c2d4c42a98aeb110009e7b3ed (patch) | |
tree | 9ae3c9c700deecae7843d69aa466e43b342478d5 /security | |
parent | fe736ae02fb2189f90efafd768ca09f480b53527 (diff) | |
download | freebsd-ports-graphics-0f4f802093b7796c2d4c42a98aeb110009e7b3ed.tar.gz freebsd-ports-graphics-0f4f802093b7796c2d4c42a98aeb110009e7b3ed.tar.zst freebsd-ports-graphics-0f4f802093b7796c2d4c42a98aeb110009e7b3ed.zip |
Updated to 0.7a
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Nmap-Scanner/Makefile | 5 | ||||
-rw-r--r-- | security/p5-Nmap-Scanner/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Nmap-Scanner/pkg-descr | 3 | ||||
-rw-r--r-- | security/p5-Nmap-Scanner/pkg-plist | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/security/p5-Nmap-Scanner/Makefile b/security/p5-Nmap-Scanner/Makefile index f9f3f8ebc55..5b7f0042293 100644 --- a/security/p5-Nmap-Scanner/Makefile +++ b/security/p5-Nmap-Scanner/Makefile @@ -6,10 +6,9 @@ # PORTNAME= Nmap-Scanner -PORTVERSION= 0.5 +PORTVERSION= 0.7a CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -#MASTER_SITE_SUBDIR= Nmap MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MAXSCHUBE PKGNAMEPREFIX= p5- @@ -20,6 +19,8 @@ BUILD_DEPENDS= ${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX RUN_DEPENDS= ${BUILD_DEPENDS} \ nmap:${PORTSDIR}/security/nmap +WRKSRC= ${WRKDIR}/${PORTNAME}-0.7 + PERL_CONFIGURE= yes MAN3= Nmap::Scanner.3 Nmap::Scanner::Address.3 \ diff --git a/security/p5-Nmap-Scanner/distinfo b/security/p5-Nmap-Scanner/distinfo index f03b76032fe..78dbc487979 100644 --- a/security/p5-Nmap-Scanner/distinfo +++ b/security/p5-Nmap-Scanner/distinfo @@ -1,2 +1,2 @@ -MD5 (Nmap-Scanner-0.5.tar.gz) = 39d63ce5cee230e62771b7c8edff2811 -SIZE (Nmap-Scanner-0.5.tar.gz) = 26690 +MD5 (Nmap-Scanner-0.7a.tar.gz) = 692621c7e9d627c1271cb54d8b1335a9 +SIZE (Nmap-Scanner-0.7a.tar.gz) = 65810 diff --git a/security/p5-Nmap-Scanner/pkg-descr b/security/p5-Nmap-Scanner/pkg-descr index 9f41aac0eec..364c98f2c9a 100644 --- a/security/p5-Nmap-Scanner/pkg-descr +++ b/security/p5-Nmap-Scanner/pkg-descr @@ -5,6 +5,3 @@ perl routines or classes which can be used to automate and integrate nmap scans elegantly into new and existing perl scripts. WWW: http://search.cpan.org/dist/Nmap-Scanner/ - --- Sergey Skvortsov -skv@FreeBSD.org diff --git a/security/p5-Nmap-Scanner/pkg-plist b/security/p5-Nmap-Scanner/pkg-plist index 281f666a513..5e94b987dfd 100644 --- a/security/p5-Nmap-Scanner/pkg-plist +++ b/security/p5-Nmap-Scanner/pkg-plist @@ -8,9 +8,11 @@ %%SITE_PERL%%/Nmap/Scanner/ExtraPorts.pm %%SITE_PERL%%/Nmap/Scanner/Host.pm %%SITE_PERL%%/Nmap/Scanner/HostList.pm +%%SITE_PERL%%/Nmap/Scanner/Hostname.pm %%SITE_PERL%%/Nmap/Scanner/Hosts.pm %%SITE_PERL%%/Nmap/Scanner/NmapRun.pm %%SITE_PERL%%/Nmap/Scanner/OS.pm +%%SITE_PERL%%/Nmap/Scanner/OS/Class.pm %%SITE_PERL%%/Nmap/Scanner/OS/IPIdSequence.pm %%SITE_PERL%%/Nmap/Scanner/OS/Match.pm %%SITE_PERL%%/Nmap/Scanner/OS/PortUsed.pm |