Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#1447 closed update (fixed)

UPDATE: nmap version update to 3.50 — at Version 10

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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@darkart.com
 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 (14)

comment:1 Changed 20 years ago by opendarwin.org@…

Status: newassigned

dang, and here I thought I got on this one quick enough! :) Checking over the diff from dluke...

Changed 20 years ago by opendarwin.org@…

Attachment: nmap.Portfile.diff added

patch to net/nmap Portfile

Changed 20 years ago by opendarwin.org@…

Attachment: nmap.Portfile.2.diff added

patch to net/nmap Portfile

comment:2 Changed 20 years ago by opendarwin.org@…

attachments.isobsolete: 01

comment:3 Changed 20 years ago by blb@…

Resolution: fixed
Status: assignedclosed

Committed, thanks all for the work.

Changed 20 years ago by opendarwin.org@…

Attachment: nmap.Portfile.3.diff added

patch to net/nmap Portfile

comment:4 Changed 20 years ago by opendarwin.org@…

attachments.isobsolete: 01

comment:5 Changed 20 years ago by opendarwin.org@…

Resolution: fixed
Status: closedreopened

comment:6 Changed 20 years ago by blb@…

Resolution: fixed
Status: reopenedclosed

Committed

Changed 20 years ago by opendarwin.org@…

Attachment: nmap.Portfile.4.diff added

patch to net/nmap Portfile

comment:7 Changed 20 years ago by opendarwin.org@…

attachments.isobsolete: 01

comment:8 Changed 20 years ago by opendarwin.org@…

Resolution: fixed
Status: closedreopened

comment:9 Changed 20 years ago by toby@…

Resolution: fixed
Status: reopenedclosed

committed.

comment:10 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: nmap added
Type: defectupdate
Note: See TracTickets for help on using tickets.