[MacPorts] #941: UPDATE nmap-3.45

MacPorts noreply at macports.org
Thu Mar 24 04:42:18 PDT 2016


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

 * port:   => nmap


Old 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 at darkart.com
>  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}

New 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 at darkart.com
  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}
 }}}

--

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


More information about the macports-tickets mailing list