From owner-svn-ports-head@freebsd.org Mon Aug 8 14:41:56 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CC796BB2161; Mon, 8 Aug 2016 14:41:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8267F1A60; Mon, 8 Aug 2016 14:41:56 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u78EftCu018627; Mon, 8 Aug 2016 14:41:55 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u78Eft57018625; Mon, 8 Aug 2016 14:41:55 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201608081441.u78Eft57018625@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Mon, 8 Aug 2016 14:41:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419855 - in head/net-mgmt/driftnet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Aug 2016 14:41:56 -0000 Author: ehaupt Date: Mon Aug 8 14:41:55 2016 New Revision: 419855 URL: https://svnweb.freebsd.org/changeset/ports/419855 Log: Pacify portlint and stage-qa. Modified: head/net-mgmt/driftnet/Makefile head/net-mgmt/driftnet/files/patch-driftnet.c Modified: head/net-mgmt/driftnet/Makefile ============================================================================== --- head/net-mgmt/driftnet/Makefile Mon Aug 8 14:39:13 2016 (r419854) +++ head/net-mgmt/driftnet/Makefile Mon Aug 8 14:41:55 2016 (r419855) @@ -3,7 +3,7 @@ PORTNAME= driftnet PORTVERSION= 0.1.6 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= net-mgmt MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/ \ http://www.vanheusden.com/mirrors/ @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgif.so:graphics/giflib BUILD_DEPENDS= makedepend:devel/makedepend +USES= gettext-runtime gmake jpeg USE_GNOME= gtk12 -USES= gmake jpeg +USE_XORG= x11 xext xi ALL_TARGET= default PLIST_FILES= bin/driftnet man/man1/driftnet.1.gz Modified: head/net-mgmt/driftnet/files/patch-driftnet.c ============================================================================== --- head/net-mgmt/driftnet/files/patch-driftnet.c Mon Aug 8 14:39:13 2016 (r419854) +++ head/net-mgmt/driftnet/files/patch-driftnet.c Mon Aug 8 14:41:55 2016 (r419855) @@ -1,6 +1,6 @@ ---- driftnet.c.orig Tue Jul 9 21:26:41 2002 -+++ driftnet.c Tue Aug 20 02:30:35 2002 -@@ -254,8 +254,8 @@ +--- driftnet.c.orig 2002-07-09 19:26:41 UTC ++++ driftnet.c +@@ -254,8 +254,8 @@ void usage(FILE *fp) { "\n" " -h Display this help message.\n" " -v Verbose operation.\n" @@ -11,7 +11,7 @@ " -p Do not put the listening interface into promiscuous mode.\n"" -a Adjunct mode: do not display images on screen, but save\n" " them to a temporary directory and announce their names on\n" " standard output.\n" -@@ -313,7 +313,7 @@ +@@ -313,7 +313,7 @@ void terminate_on_signal(int s) { void setup_signals(void) { int *p; /* Signals to ignore. */