#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:
- version and md5 update to 3.50
- 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 21 years ago by opendarwin.org@…
Status: | new → assigned |
---|
Changed 21 years ago by opendarwin.org@…
Attachment: | nmap.Portfile.diff added |
---|
patch to net/nmap Portfile
Changed 21 years ago by opendarwin.org@…
Attachment: | nmap.Portfile.2.diff added |
---|
patch to net/nmap Portfile
comment:2 Changed 21 years ago by opendarwin.org@…
attachments.isobsolete: | 0 → 1 |
---|
comment:3 Changed 21 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Committed, thanks all for the work.
Changed 21 years ago by opendarwin.org@…
Attachment: | nmap.Portfile.3.diff added |
---|
patch to net/nmap Portfile
comment:4 Changed 21 years ago by opendarwin.org@…
attachments.isobsolete: | 0 → 1 |
---|
comment:5 Changed 21 years ago by opendarwin.org@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Changed 21 years ago by opendarwin.org@…
Attachment: | nmap.Portfile.4.diff added |
---|
patch to net/nmap Portfile
comment:7 Changed 21 years ago by opendarwin.org@…
attachments.isobsolete: | 0 → 1 |
---|
comment:8 Changed 21 years ago by opendarwin.org@…
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:10 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | nmap added |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
dang, and here I thought I got on this one quick enough! :) Checking over the diff from dluke...