From owner-svn-ports-head@freebsd.org Sun Aug 2 08:37:22 2015 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 8604F9B0B0A; Sun, 2 Aug 2015 08:37:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org (repo.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 6C4EC362; Sun, 2 Aug 2015 08:37:22 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t728bMkX027273; Sun, 2 Aug 2015 08:37:22 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t728bL4Q027271; Sun, 2 Aug 2015 08:37:21 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201508020837.t728bL4Q027271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Sun, 2 Aug 2015 08:37:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393420 - head/net/avahi-qt4 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.20 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: Sun, 02 Aug 2015 08:37:22 -0000 Author: kwm Date: Sun Aug 2 08:37:21 2015 New Revision: 393420 URL: https://svnweb.freebsd.org/changeset/ports/393420 Log: Case after avahi-app changes that removed :keepla from libtool USES. While here resolve a stage qa issue. Submitted by: pkg-fallout Modified: head/net/avahi-qt4/Makefile head/net/avahi-qt4/pkg-plist Modified: head/net/avahi-qt4/Makefile ============================================================================== --- head/net/avahi-qt4/Makefile Sun Aug 2 07:24:31 2015 (r393419) +++ head/net/avahi-qt4/Makefile Sun Aug 2 08:37:21 2015 (r393420) @@ -1,7 +1,7 @@ # Created by: Michael Johnson