[38047] trunk/dports/net/tcpdump

mww at macports.org mww at macports.org
Fri Jul 4 07:35:17 PDT 2008


Revision: 38047
          http://trac.macosforge.org/projects/macports/changeset/38047
Author:   mww at macports.org
Date:     2008-07-04 07:35:17 -0700 (Fri, 04 Jul 2008)
Log Message:
-----------
add missing dependency on openssl;
increased revision;
make lint happy (added variant-descriptions, ..);

Modified Paths:
--------------
    trunk/dports/net/tcpdump/Portfile

Added Paths:
-----------
    trunk/dports/net/tcpdump/files/patch-Makefile.in.diff

Removed Paths:
-------------
    trunk/dports/net/tcpdump/files/patch-Makefile.in

Modified: trunk/dports/net/tcpdump/Portfile
===================================================================
--- trunk/dports/net/tcpdump/Portfile	2008-07-04 14:33:39 UTC (rev 38046)
+++ trunk/dports/net/tcpdump/Portfile	2008-07-04 14:35:17 UTC (rev 38047)
@@ -1,8 +1,10 @@
 # $Id$
 
 PortSystem 1.0
+
 name             tcpdump
 version          3.9.8
+revision         1
 categories       net
 maintainers      mww openmaintainer
 description      dump traffic on a network
@@ -15,16 +17,16 @@
 checksums        md5 c491a78c52fe73f1f7271aa5d8c6ab2e \
                  sha1 98be9acb1e9154656838fcb89c4a36417cf56042
 
-patchfiles       patch-Makefile.in
+patchfiles       patch-Makefile.in.diff
 configure.args   --mandir=${prefix}/share/man \
                  --disable-ipv6 --disable-smb
-depends_lib	port:libpcap
+depends_lib	port:libpcap port:openssl
 
-variant ipv6 {
+variant ipv6 description {enable ipv6 (with ipv4) support} {
 	configure.args-delete --disable-ipv6
 }
 
-variant smb {
+variant smb description {enable possibly-buggy SMB printer} {
 	configure.args-delete --disable-smb
 }
 

Deleted: trunk/dports/net/tcpdump/files/patch-Makefile.in
===================================================================
--- trunk/dports/net/tcpdump/files/patch-Makefile.in	2008-07-04 14:33:39 UTC (rev 38046)
+++ trunk/dports/net/tcpdump/files/patch-Makefile.in	2008-07-04 14:35:17 UTC (rev 38047)
@@ -1,11 +0,0 @@
---- Makefile.in.orig	2005-08-11 17:12:54.000000000 -0700
-+++ Makefile.in	2005-08-11 17:14:02.000000000 -0700
-@@ -156,7 +156,7 @@ version.c: $(srcdir)/VERSION
- 	@rm -f $@
- 	sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
- 
--install:
-+install: all
- 	[ -d $(DESTDIR)$(sbindir) ] || \
- 	    (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
- 	$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)

Copied: trunk/dports/net/tcpdump/files/patch-Makefile.in.diff (from rev 31114, trunk/dports/net/tcpdump/files/patch-Makefile.in)
===================================================================
--- trunk/dports/net/tcpdump/files/patch-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/net/tcpdump/files/patch-Makefile.in.diff	2008-07-04 14:35:17 UTC (rev 38047)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2005-08-11 17:12:54.000000000 -0700
++++ Makefile.in	2005-08-11 17:14:02.000000000 -0700
+@@ -156,7 +156,7 @@ version.c: $(srcdir)/VERSION
+ 	@rm -f $@
+ 	sed -e 's/.*/char version[] = "&";/' $(srcdir)/VERSION > $@
+ 
+-install:
++install: all
+ 	[ -d $(DESTDIR)$(sbindir) ] || \
+ 	    (mkdir -p $(DESTDIR)$(sbindir); chmod 755 $(DESTDIR)$(sbindir))
+ 	$(INSTALL_PROGRAM) $(PROG) $(DESTDIR)$(sbindir)/$(PROG)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080704/d1ddf63b/attachment.html 


More information about the macports-changes mailing list