From owner-svn-ports-head@FreeBSD.ORG Wed Jul 9 15:29:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBABAD6A; Wed, 9 Jul 2014 15:29:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 C8FE82A90; Wed, 9 Jul 2014 15:29:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s69FTbmZ057394; Wed, 9 Jul 2014 15:29:37 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s69FTbie057391; Wed, 9 Jul 2014 15:29:37 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407091529.s69FTbie057391@svn.freebsd.org> From: Tijl Coosemans Date: Wed, 9 Jul 2014 15:29:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361384 - in head/net: wireshark wireshark-lite 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.18 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: Wed, 09 Jul 2014 15:29:37 -0000 Author: tijl Date: Wed Jul 9 15:29:37 2014 New Revision: 361384 URL: http://svnweb.freebsd.org/changeset/ports/361384 QAT: https://qat.redports.org/buildarchive/r361384/ Log: Remove LIBTOOLFILES Modified: head/net/wireshark-lite/Makefile head/net/wireshark/Makefile Modified: head/net/wireshark-lite/Makefile ============================================================================== --- head/net/wireshark-lite/Makefile Wed Jul 9 15:28:52 2014 (r361383) +++ head/net/wireshark-lite/Makefile Wed Jul 9 15:29:37 2014 (r361384) @@ -5,6 +5,6 @@ LITE= yes PKGNAMESUFFIX= -lite MASTERDIR= ${.CURDIR}/../wireshark -COMMENT= A powerful network analyzer/capture tool (lite package) +COMMENT= Powerful network analyzer/capture tool (lite package) .include "${MASTERDIR}/Makefile" Modified: head/net/wireshark/Makefile ============================================================================== --- head/net/wireshark/Makefile Wed Jul 9 15:28:52 2014 (r361383) +++ head/net/wireshark/Makefile Wed Jul 9 15:29:37 2014 (r361384) @@ -76,7 +76,6 @@ CONFIGURE_ARGS+= --enable-wireshark=no \ .endif GNU_CONFIGURE= yes -LIBTOOLFILES= configure wiretap/configure PLIST_SUB+= PORTVERSION=${PORTVERSION} .if ${PORT_OPTIONS:MIPV6}