[MacPorts] #1447: UPDATE: nmap version update to 3.50

MacPorts noreply at macports.org
Thu Mar 24 05:08:06 PDT 2016


#1447: UPDATE: nmap version update to 3.50
----------------------+------------------------------
  Reporter:  dluke@…  |      Owner:  opendarwin.org@…
      Type:  update   |     Status:  closed
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  1.0
Resolution:  fixed    |   Keywords:
      Port:  nmap     |
----------------------+------------------------------
Changes (by ryandesign@…):

 * type:  defect => update
 * port:   => nmap


Old 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 at 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 }

New 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 at 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 }
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/1447#comment:10>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list