takes nmap to 3.95. notable updates:

        - nmap goes on a "diet"
        - completely new manpage/help screen (plus translations)
        - nmapfe moves from gtk1 to gtk2

full changelog in source or http://www.insecure.org/nmap/changelog.html

comments and the like.

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/nmap/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- Makefile    27 Sep 2005 09:53:37 -0000      1.58
+++ Makefile    14 Dec 2005 22:29:51 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       "scan ports and fingerprint stack of network hosts"
 
-DISTNAME=      nmap-3.93
+DISTNAME=      nmap-3.95
 CATEGORIES=    net security
 MASTER_SITES=  ${HOMEPAGE}dist/
 EXTRACT_SUFX=  .tgz
@@ -39,10 +39,14 @@
 ALL_TARGET=    nmap
 CONFIGURE_ARGS+=--without-nmapfe
 .else
-LIB_DEPENDS+=  gtk.1.2,gdk.1.2::x11/gtk+
+BUILD_DEPENDS+=        :pkgconfig-*:devel/pkgconfig
+LIB_DEPENDS+=  gdk_pixbuf-2.0.0.0,gdk-x11-2.0.0.0,gtk-x11-2.0.0.0::x11/gtk+2
+
 USE_X11=       Yes
 ALL_TARGET=    nmap nmapfe/nmapfe
-WANTLIB+=      X11 Xext Xi glib gmodule iconv intl 
+WANTLIB+=      X11 iconv intl fontconfig freetype cairo \
+               atk-1.0.0.0 glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
+               pango-1.0.0.0 pangocairo-1.0.0.0 pangoft2-1.0.0.0
 .endif
 
 NO_REGRESS=    Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/nmap/distinfo,v
retrieving revision 1.9
diff -u -r1.9 distinfo
--- distinfo    27 Sep 2005 09:53:37 -0000      1.9
+++ distinfo    14 Dec 2005 22:29:51 -0000
@@ -1,4 +1,4 @@
-MD5 (nmap-3.93.tgz) = 9998b39f09b7ee066ae2952bd009e453
-RMD160 (nmap-3.93.tgz) = 12c7cf018aa246fcf384db5dd706f92100594c4e
-SHA1 (nmap-3.93.tgz) = 9bf965387ce5019e78aa009b792ab4f19d358b95
-SIZE (nmap-3.93.tgz) = 2562758
+MD5 (nmap-3.95.tgz) = 8aab9467378cb71ed767a863ecde58c4
+RMD160 (nmap-3.95.tgz) = 2ca183fdb4f9eeae34ae174e3de3fc2ae130a9a9
+SHA1 (nmap-3.95.tgz) = edc4995bff75fb9b0c208f2f73bda188429a9825
+SIZE (nmap-3.95.tgz) = 2428629

Reply via email to