Opened 20 years ago

Last modified 8 years ago

#1447 closed update

UPDATE: nmap version update to 3.50 — 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

version update to 3.50

The modified portfile had been tested on both a darwin 6 and darwin 7 machine.

This diff includes 2 changes:

  1. version and md5 update to 3.50
  2. change use of ${prefix} in configure.args to do what I think is meant (it was passing '${prefix}'

before instead of inserting the value of ${prefix} into the configure args).

Portfile diffs inline:

Index: Portfile ============================================================ ======= RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/net/nmap/Portfile,v retrieving revision 1.26 diff -u -d -b -w -r1.26 Portfile --- Portfile 10 Jan 2004 10:45:09 -0000 1.26 +++ Portfile 22 Jan 2004 00:48:05 -0000 @@ -2,8 +2,7 @@

PortSystem 1.0 name nmap

-version 3.48 -revision 1 +version 3.50

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

@@ -25,11 +24,12 @@

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

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

-checksums md5 8c38559a863efd476c5b042123f1ee3a +checksums md5 b4363f445a7c502cf314ae88ab71ec6c

use_bzip2 yes

-configure.args --without-nmapfe --mandir=
\${prefix}/share/man --infodir=
\${prefix}/ share/info +configure.args --without-nmapfe --mandir=${destroot}${prefix}/share/man -- infodir=${destroot}${prefix}/share/info

variant gtk { configure.args-delete --without-nmapfe

depends_lib-append lib:libgtk.1:gtk1 }

Change History (0)

Note: See TracTickets for help on using tickets.