Opened 21 years ago

Last modified 9 years ago

#941 closed defect

UPDATE nmap-3.45 — at Initial Version

Reported by: danielluke (Daniel J. Luke) Owned by: opendarwin.org@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: nmap

Description

Portfile update for nmap 3.45 inline (I'm not sure if the variants for pcre and ssl are the best way of doing this or not):

Index: Portfile ============================================================ ======= RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/nmap/Portfile,v retrieving revision 1.22 diff -u -d -b -w -r1.22 Portfile --- Portfile 14 Aug 2003 03:33:37 -0000 1.22 +++ Portfile 16 Sep 2003 22:29:36 -0000 @@ -2,7 +2,7 @@

PortSystem 1.0 name nmap

-version 3.30 +version 3.45

categories net maintainers opendarwin.org@… description Port scanning utility for large networks

@@ -20,11 +20,17 @@

master_sites http://download.insecure.org/nmap/dist/ \

ftp://nuxi.ucdavis.edu/pub/misc/

use_bzip2 yes

-checksums md5 639fc1c91f48319eca97401e74f9c90e +checksums md5 9219fe0907a83bddbfd1b99a21ba35ac

configure.args --without-nmapfe

variant gtk { configure.args {}

depends_lib-append lib:libgtk.1:gtk }

+ +variant ssl { configure.args-append --with-openssl=${prefix} + depends_lib-append lib:libssl.0:openssl } + +variant pcre { configure.args-append --with-pcre=${prefix} + depends_lib-append lib:libpcre.0:pcre }

destroot.destdir prefix=${destroot}${prefix}

Change History (0)

Note: See TracTickets for help on using tickets.